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
2c9ab4b7
Commit
2c9ab4b7
authored
Jul 14, 2011
by
Leigh B Stoller
Browse files
Add footnote explaining policy on Max Duration.
parent
3803034d
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/editexp.php3
View file @
2c9ab4b7
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-20
07
University of Utah and the Flux Group.
# Copyright (c) 2000-20
11
University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
...
...
@@ -42,7 +42,7 @@ if (! $experiment->AccessCheck($this_user, $TB_EXPT_MODIFY)) {
function
SPITFORM
(
$experiment
,
$formfields
,
$errors
)
{
global
$isadmin
,
$TBDOCBASE
,
$linktest_levels
,
$EXPOSELINKTEST
;
global
$WIKIDOCURL
;
global
$WIKIDOCURL
,
$TBMAILADDR
;
#
# Standard Testbed Header
...
...
@@ -193,7 +193,7 @@ function SPITFORM($experiment, $formfields, $errors)
</td>
<td>
<a href='${swaplink}#autoswap'>
<b>Max. Duration:</b></a>
<b>Max. Duration
[1]
:</b></a>
Swap out after
<input type='text'
name='formfields[autoswap_timeout]'
...
...
@@ -306,6 +306,16 @@ function SPITFORM($experiment, $formfields, $errors)
echo
"</form>
</table>
\n
"
;
echo
"<blockquote>
<ol type=1 start=1>
<li> You may not turn off Maximum Duration, but you are allowed
to change the
the number of hours, up to five days (5 * 24 hours).
Contact "
.
$TBMAILADDR
.
" if you need more time.
</li>
</ol>
</blockquote>
\n
"
;
}
#
...
...
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