Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
6701aa51
Commit
6701aa51
authored
Jul 25, 2001
by
Mac Newbold
Browse files
Move head UID column out of the way, so I stop clicking on it by accident.
parent
504e8e9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showexp_list.php3
View file @
6701aa51
...
...
@@ -56,11 +56,11 @@ if (mysql_num_rows($experiments_result)) {
<tr>
<td width=8%>PID</td>
<td width=8%>EID</td>
<td width=4%>Head UID</td>
<td width=3%>PCs</td>
<td width=3%>Sharks</td>
<td width=4% align=center>Terminate</td>
<td width=70%>Name</td>
<td width=4%>Head UID</td>
</tr>
\n
"
;
$total_pcs
=
0
;
...
...
@@ -90,14 +90,14 @@ if (mysql_num_rows($experiments_result)) {
<td><A href='showproject.php3?pid=
$pid
'>
$pid
</A></td>
<td><A href='showexp.php3?exp_pideid=
$pid
\$\$
$eid
'>
$eid
</A></td>
<td><A href='showuser.php3?target_uid=
$huid
'>
$huid
</A></td>
<td>"
.
$usage
[
"pc"
]
.
" </td>
<td>"
.
$usage
[
"shark"
]
.
" </td>
<td align=center>
<A href='endexp.php3?exp_pideid=
$pid
\$\$
$eid
'>
<img alt=
\"
o
\"
src=
\"
redball.gif
\"
></A></td>
<td>
$name
</td>
<td><A href='showuser.php3?target_uid=
$huid
'>
$huid
</A></td>
</tr>
\n
"
;
}
echo
"</table>
\n
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment