Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
b2759101
Commit
b2759101
authored
Mar 08, 2002
by
Chad Barb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved "java ain't workin'" message.
parent
9f921c35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
7 deletions
+20
-7
www/buildui/bui.php3
www/buildui/bui.php3
+20
-7
No files found.
www/buildui/bui.php3
View file @
b2759101
...
...
@@ -17,14 +17,27 @@ $isadmin = ISADMIN($uid);
chdir
(
"buildui"
);
echo
"<applet code=
\"
Netbuild.class
\"
width=800 height=600>
<param name=exporturl
value=
\"
$TBBASE
/beginexp.php3
\"
>
<pre>
The applet should be right here. Must be an error or something.
</pre>
</applet>
\n
"
;
?>
<applet
code=
"Netbuild.class"
width=
800
height=
600
>
<param
name=
exporturl
value=
"
<?php
echo
$TBBASE
?>
/beginexp.php3"
>
<pre>
We're sorry, NetBuild in unable to run,
as it seems your browser doesn't support Java.
You should either enable Java in your browser,
download the latest version of a Java-compliant browser
(such as Netscape or Internet Explorer,) or quit using that
browser that doesn't support Java, you hippie.
If you decide its worth it (and we think you will,) come back and enjoy NetBuild.
We'll still be here waiting for you.
- Testbed Ops
</pre>
</applet>
<hr>
<h2>
Basic usage:
</h2>
<list>
...
...
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