Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
ca482841
Commit
ca482841
authored
Jun 14, 2006
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor formatting changes.
parent
b452cfd4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
+4
-8
www/beginexp_html.php3
www/beginexp_html.php3
+1
-3
www/endexp.php3
www/endexp.php3
+2
-4
www/modifyexp.php3
www/modifyexp.php3
+1
-1
No files found.
www/beginexp_html.php3
View file @
ca482841
<?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"
);
...
...
@@ -187,8 +187,6 @@ echo "<br><br>\n";
echo
"<b>Starting experiment configuration!</b> "
.
$results
[
message
];
echo
"<br><br>
\n
"
;
echo
"While you are waiting, you can watch the log
in realtime:<br>
\n
"
;
echo
"</font>
\n
"
;
STARTLOG
(
$exp_pid
,
$exp_id
);
...
...
www/endexp.php3
View file @
ca482841
<?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"
);
...
...
@@ -146,9 +146,7 @@ else {
number of nodes in the experiment.
If you do not receive email notification within a reasonable amount
of time, please contact
$TBMAILADDR
.
\n
"
;
echo
"<br><br>
Watch the experiment die in realtime:<br>
\n
"
;
echo
"<br><br>
\n
"
;
STARTLOG
(
$exp_pid
,
$exp_eid
);
}
...
...
www/modifyexp.php3
View file @
ca482841
...
...
@@ -342,7 +342,7 @@ else {
"reasonable amount time, please contact
$TBMAILADDR
. "
.
"<br><br>"
.
"While you are waiting, you can watch the log of experiment "
.
"modification in realtime:<br>
\n
"
;
"modification in realtime:<br>
<br>
\n
"
;
STARTLOG
(
$pid
,
$eid
);
}
...
...
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