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
63188274
Commit
63188274
authored
Feb 14, 2007
by
Leigh B. Stoller
Browse files
Fix links that were causing ajax calls to be bypassed.
parent
b903a190
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/template_show.php
View file @
63188274
...
...
@@ -428,16 +428,16 @@ $bodyclosestring = "<script type='text/javascript'>SET_DHTML();</script>\n";
echo
"<div width=
\"
100%
\"
align=center>
\n
"
;
echo
"<ul id=
\"
topnavbar
\"
>
\n
"
;
echo
"<li>
<a href=
\"
${this_url}&show=vis
\"
<a href=
\"
#A
\"
style=
\"
background-color:white
\"
"
.
"id=
\"
li_vis
\"
onclick=
\"
Show('vis');
\"
>"
.
"Visualization</a></li>
\n
"
;
echo
"<li>
<a href=
\"
${this_url}&show=nsfile
\"
<a href=
\"
#B
\"
id=
\"
li_nsfile
\"
onclick=
\"
Show('nsfile');
\"
>"
.
"NS File</a></li>
\n
"
;
echo
"<li>
<a href=
\"
${this_url}&show=graph
\"
<a href=
\"
#C
\"
id=
\"
li_graph
\"
onclick=
\"
Show('graph');
\"
>"
.
"History</a></li>
\n
"
;
echo
"</ul>
\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