Skip to content
GitLab
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
949b502b
Commit
949b502b
authored
Apr 03, 2002
by
Jay Lepreau
Browse files
spelling
parent
67d3205d
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/showexp.php3
View file @
949b502b
...
...
@@ -49,11 +49,11 @@ SUBMENUSTART("Experiment Options");
if
(
$expstate
)
{
if
(
strcmp
(
$expstate
,
$TB_EXPTSTATE_ACTIVE
)
==
0
)
{
WRITESUBMENUBUTTON
(
"Visualizaton, NS File, Mapping"
,
WRITESUBMENUBUTTON
(
"Visualizat
i
on, NS File, Mapping"
,
"shownsfile.php3?pid=
$exp_pid
&eid=
$exp_eid
"
);
}
elseif
(
strcmp
(
$expstate
,
$TB_EXPTSTATE_SWAPPED
)
==
0
)
{
WRITESUBMENUBUTTON
(
"Visualizaton and NS File"
,
WRITESUBMENUBUTTON
(
"Visualizat
i
on and NS File"
,
"shownsfile.php3?pid=
$exp_pid
&eid=
$exp_eid
"
);
}
else
{
...
...
www/shownsfile.php3
View file @
949b502b
...
...
@@ -5,7 +5,7 @@ include("showstuff.php3");
#
# Standard Testbed Header
#
PAGEHEADER
(
"Visualizaton, NS File, and Details"
);
PAGEHEADER
(
"Visualizat
i
on, NS File, and Details"
);
#
# Only known and logged in users can end experiments.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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