Revision: 195
http://openpcl.svn.sourceforge.net/openpcl/?rev=195&view=rev
Author: documentsystems
Date: 2007-12-04 21:02:48 -0800 (Tue, 04 Dec 2007)
Log Message:
-----------
Howard Hoagland. In the object tag, made name=OpenPCL Viewer Applet. Changed Firefox height to 100%. Added long comment about IE runs the above because... , Firefox runs the below because...
Modified Paths:
--------------
openpcl/src/com/openpcl/install/website/applet.html
Modified: openpcl/src/com/openpcl/install/website/applet.html
===================================================================
--- openpcl/src/com/openpcl/install/website/applet.html 2007-11-10 00:41:24 UTC (rev 194)
+++ openpcl/src/com/openpcl/install/website/applet.html 2007-12-05 05:02:48 UTC (rev 195)
@@ -9,20 +9,22 @@
codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_5_0-windows-i586.cab#Version=1,5,0,0"
width="100%"
height="100%"
- name="openpclviewer">
+ name="OpenPCL Viewer Applet">
<param name="code" value="com.openpcl.viewer.applet.OpenPCLApplet.class"/>
<param name="codebase" value="http://openpcl.sourceforge.net/"/>
<param name="type" value="application/x-java-applet;jpi-version=1.5.0"/>
- <param name="archive" value="openpcl.jar,jdom.jar,TableLayout.jar"/>
+ <param name="archive" value="openpcl.jar,ableLayout.jar"/>
<param name="scriptable" value="false"/>
- <comment>
+ <comment Internet Explorer runs the above because IE understands the object tag and doesn't understand the embed tag.
+ Firefox runs the below because Firefox doesn't understand the object tag but does understand the embed tag.
+ >
<embed type="application/x-java-applet"
width="100%"
- height="96%"
+ height="100%"
align="baseline"
code="com.openpcl.viewer.applet.OpenPCLApplet.class"
codebase="./"
- archive="openpcl.jar,jdom.jar,TableLayout.jar"
+ archive="openpcl.jar,TableLayout.jar"
pluginspage="http://java.sun.com/javase/downloads/index.jsp">
<noembed>
Missing Java v 1.5 to run the OpenPCLViewer applet.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|