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
9dd6d3c6
Commit
9dd6d3c6
authored
Jun 05, 2002
by
Leigh B. Stoller
Browse files
Fix formatting nits for Jay
parent
231fc2b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/menu.php3
View file @
9dd6d3c6
...
...
@@ -125,7 +125,7 @@ function WRITESIDEBAR() {
# display this option, and let the form decide if the user is
# allowed to do this.
#
WRITESIDEBARBUTTON
(
"Project
Information
"
,
WRITESIDEBARBUTTON
(
"Project
List
"
,
$TBBASE
,
"showproject_list.php3"
);
if
(
ISADMIN
(
$login_uid
))
{
...
...
@@ -133,10 +133,10 @@ function WRITESIDEBAR() {
$TBBASE
,
"showuser_list.php3"
);
}
WRITESIDEBARBUTTON
(
"Experiment List"
,
$TBBASE
,
"showexp_list.php3"
);
WRITESIDEBARBUTTON
(
"Begin an Experiment"
,
$TBBASE
,
"beginexp.php3"
);
WRITESIDEBARBUTTON
(
"Experiment Information"
,
$TBBASE
,
"showexp_list.php3"
);
WRITESIDEBARBUTTON
(
"Update user information"
,
$TBBASE
,
"moduserinfo.php3"
);
WRITESIDEBARBUTTON
(
"Node Reservation Status"
,
...
...
www/showuser_list.php3
View file @
9dd6d3c6
...
...
@@ -162,7 +162,7 @@ while ($row = mysql_fetch_array($query_result)) {
echo
"<td> "
;
while
(
list
(
$idx
,
$pid
)
=
each
(
$projmemb_array
[
$thisuid
]))
{
echo
"<A href='showproject.php3?pid=
$pid
'>
$pid
</A>"
;
if
(
$idx
)
if
(
$idx
!=
(
count
(
$projmemb_array
[
$thisuid
])
-
1
)
)
echo
", "
;
}
echo
"</td>
\n
"
;
...
...
Write
Preview
Markdown
is supported
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