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
150de3c3
Commit
150de3c3
authored
Feb 11, 2003
by
Leigh B. Stoller
Browse files
Minor fix.
parent
b68c03fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showuser_list.php3
View file @
150de3c3
...
...
@@ -134,9 +134,9 @@ echo "<table width=\"100%\" border=2 cellpadding=1 cellspacing=2
echo
"<tr>
<th> </th>
<th><a href='showuser_list.php3?show
activ
e=
$show
activ
e
&sortby=uid'>
<th><a href='showuser_list.php3?show
typ
e=
$show
typ
e
&sortby=uid'>
UID</a></th>
<th><a href='showuser_list.php3?show
activ
e=
$show
activ
e
&sortby=name'>
<th><a href='showuser_list.php3?show
typ
e=
$show
typ
e
&sortby=name'>
Name</a></th>
<th>Projects</th>
\n
"
;
...
...
@@ -144,9 +144,9 @@ if (! strcmp($showtype, "inactive")) {
echo
"<th>Status</th>
\n
"
;
}
echo
" <th><a href='showuser_list.php3?show
activ
e=
$show
activ
e
&sortby=widle'>
echo
" <th><a href='showuser_list.php3?show
typ
e=
$show
typ
e
&sortby=widle'>
Web<br>Idle</a></th>
<th><a href='showuser_list.php3?show
activ
e=
$show
activ
e
&sortby=uidle'>
<th><a href='showuser_list.php3?show
typ
e=
$show
typ
e
&sortby=uidle'>
Users<br>Idle</a></th>
\n
"
;
echo
"</tr>
\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