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
ed65d4a4
Commit
ed65d4a4
authored
Mar 23, 2004
by
Robert Ricci
Browse files
Link to the new widearea_nodeinfo.php3 page.
parent
fa71207b
Changes
2
Show whitespace changes
Inline
Side-by-side
www/nodecontrol_list.php3
View file @
ed65d4a4
...
...
@@ -280,7 +280,7 @@ echo "<br><center><b>
if
(
!
strcmp
(
$showtype
,
"widearea"
))
{
echo
"<br>
<a href=widearea_info.php3>(Widearea Link Metrics)</a><br>
<a href=widearea_
node
info.php3>(Widearea Link Metrics)</a><br>
<a href=plabmetrics.php3>(PlanetLab Node Metrics)</a>
\n
"
;
}
...
...
www/plab_ez.php3
View file @
ed65d4a4
...
...
@@ -373,6 +373,15 @@ function SPITFORM($advanced,$formfields, $errors = array()) {
echo
"</table>
\n
"
;
echo
"</form>
\n
"
;
#
# On the advanced form, give a link to the link information, too
#
if
(
$advanced
)
{
echo
"<h4>You can also take a look at the "
.
"<a href=widearea_nodeinfo.php3>widearea node link metrics</a> "
.
"</h4>
\n
"
;
}
PAGEFOOTER
();
}
...
...
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