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
50fc757a
Commit
50fc757a
authored
Apr 14, 2003
by
Leigh B. Stoller
Browse files
Fix up image link as per Eric's request. The punctuation was slightly
wrong, which may be why lynx was confused.
parent
58dcaa77
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showexp.php3
View file @
50fc757a
...
...
@@ -132,11 +132,10 @@ if (ISADMIN($uid)) {
}
SUBMENUEND_2A
();
echo
"<br />
\n
"
;
echo
"<a href='shownsfile.php3?pid=
$exp_pid
&eid=
$exp_eid
'>"
;
echo
"<img width=160 height=160 border=1 src='top2image.php3?pid=
$pid
&eid=
$eid
&thumb=160' />
\n
"
;
echo
"</a>"
;
echo
"<br>
<a href='shownsfile.php3?pid=
$exp_pid
&eid=
$exp_eid
'>
<img width=160 height=160 border=1 alt='experiment vis'
src='top2image.php3?pid=
$pid
&eid=
$eid
&thumb=160'></a>
\n
"
;
SUBMENUEND_2B
();
...
...
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