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
f3302687
Commit
f3302687
authored
Mar 03, 2005
by
Timothy Stack
Browse files
Change the "baseurl" parameter to "floorurl", since "baseurl" seems
magical (atleast on OS X it is).
parent
5cc2a6e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/robotrack/robotrack.php3
View file @
f3302687
...
...
@@ -96,12 +96,12 @@ $baseurl = "../floormap_aux.php3?prefix=$uniqueid";
if
(
isset
(
$fake
))
$pipeurl
.
=
"&fake=yes"
;
echo
"<applet code='RoboTrack.class'
echo
"<applet
name='tracker'
code='RoboTrack.class'
archive='tracker.jar'
width='900' height='600'
alt='You need java to run this applet'>
<param name='pipeurl' value='
$pipeurl
'>
<param name='
base
url' value='
$baseurl
'>
<param name='
floor
url' value='
$baseurl
'>
<param name='uid' value='
$uid
'>
<param name='auth' value='
$auth
'>
<param name='ppm' value='
$ppm
'>
...
...
www/robotrack/tracker.jar
View file @
f3302687
No preview for this file type
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