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
726ac4ab
Commit
726ac4ab
authored
Jan 26, 2006
by
Leigh B. Stoller
Browse files
Minor cleanup to the menu.
parent
a80649b8
Changes
1
Show whitespace changes
Inline
Side-by-side
www/showproject.php3
View file @
726ac4ab
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# Copyright (c) 2000-200
6
University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
...
...
@@ -62,6 +62,12 @@ WRITESUBMENUBUTTON("Show Project History",
"showstats.php3?showby=project&which=
$pid
"
);
WRITESUBMENUBUTTON
(
"Free Node Summary"
,
"nodecontrol_list.php3?showtype=summary&bypid=
$pid
"
);
if
(
$isadmin
)
{
WRITESUBMENUDIVIDER
();
WRITESUBMENUBUTTON
(
"Delete this project"
,
"deleteproject.php3?pid=
$pid
"
);
}
SUBMENUEND
();
SHOWPROJECT
(
$pid
,
$uid
);
SUBPAGEEND
();
...
...
@@ -119,12 +125,6 @@ if ($isadmin) {
SHOWPROJSTATS
(
$pid
);
}
if
(
$isadmin
)
{
echo
"<p>
<A href='deleteproject.php3?pid=
$pid
'>
<font color=Red>Delete this project?</font></a>
\n
"
;
}
#
# Standard Testbed Footer
#
...
...
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