From: <doc...@us...> - 2007-12-05 21:12:02
|
Revision: 210 http://openpcl.svn.sourceforge.net/openpcl/?rev=210&view=rev Author: documentsystems Date: 2007-12-05 13:12:06 -0800 (Wed, 05 Dec 2007) Log Message: ----------- Howard Hoagland. Corrected name of TableLayout.jar for Internet Explorer applet Modified Paths: -------------- openpcl/src/com/openpcl/install/website/applet.html openpcl/src/com/openpcl/install/website/appletHowToAutoOpenAFile.html Modified: openpcl/src/com/openpcl/install/website/applet.html =================================================================== --- openpcl/src/com/openpcl/install/website/applet.html 2007-12-05 20:14:18 UTC (rev 209) +++ openpcl/src/com/openpcl/install/website/applet.html 2007-12-05 21:12:06 UTC (rev 210) @@ -13,7 +13,7 @@ <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,ableLayout.jar"/> + <param name="archive" value="openpcl.jar,TableLayout.jar"/> <param name="scriptable" value="false"/> <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. Modified: openpcl/src/com/openpcl/install/website/appletHowToAutoOpenAFile.html =================================================================== --- openpcl/src/com/openpcl/install/website/appletHowToAutoOpenAFile.html 2007-12-05 20:14:18 UTC (rev 209) +++ openpcl/src/com/openpcl/install/website/appletHowToAutoOpenAFile.html 2007-12-05 21:12:06 UTC (rev 210) @@ -13,7 +13,7 @@ <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,ableLayout.jar"/> + <param name="archive" value="openpcl.jar,TableLayout.jar"/> <param name="scriptable" value="false"/> <param name="openfile" value="c:/temp/LoanApp1003.pcl"/> <comment Internet Explorer runs the above because IE understands the object tag and doesn't understand the embed tag. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |