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-stable
Commits
8739896d
Commit
8739896d
authored
Dec 11, 2003
by
Robert Ricci
Browse files
If the user is not currently allowed to use pcplab nodes, print a
message telling them how to ask for permission.
parent
efa0dad1
Changes
1
Show whitespace changes
Inline
Side-by-side
www/plab_ez.php3
View file @
8739896d
...
...
@@ -55,6 +55,20 @@ function SPITFORM($advanced,$formfields, $errors = array()) {
PAGEHEADER
(
"Create a Slice on PlanetLab"
);
}
#
# If the user is not allowed to use planetlab nodes, print out a messages
# telling them so
#
if
(
!
NODETYPE_ALLOWED
(
"pcplab"
))
{
global
$TBMAILADDR
;
echo
"<p><b><font color=
\"
red
\"
>NOTE:</font> You do not currently "
.
"have permission to use PlanetLab nodes through Emulab. Please "
.
"have your project leader contact
$TBMAILADDR
to request "
.
"permission for your project to create PlanetLab slices. "
.
"</b></p>
\n
"
;
}
#
# Display any errors
#
...
...
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