[Picross-commit] SF.net SVN: picross: [62] trunk/applet/index.html
Status: Pre-Alpha
Brought to you by:
yvan_norsa
|
From: <yva...@us...> - 2008-04-23 16:40:42
|
Revision: 62
http://picross.svn.sourceforge.net/picross/?rev=62&view=rev
Author: yvan_norsa
Date: 2008-04-23 09:40:40 -0700 (Wed, 23 Apr 2008)
Log Message:
-----------
updated applet HTML stuff
Modified Paths:
--------------
trunk/applet/index.html
Modified: trunk/applet/index.html
===================================================================
--- trunk/applet/index.html 2008-04-23 12:05:30 UTC (rev 61)
+++ trunk/applet/index.html 2008-04-23 16:40:40 UTC (rev 62)
@@ -8,7 +8,7 @@
<body>
<h1>Picross</h1>
- <!--"CONVERTED_APPLET"-->
+<!--"CONVERTED_APPLET"-->
<!-- HTML CONVERTER -->
<script language="JavaScript" type="text/javascript"><!--
var _info = navigator.userAgent;
@@ -24,9 +24,9 @@
</comment>
<script language="JavaScript" type="text/javascript"><!--
- if (_ie == true) document.writeln('<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = "900" HEIGHT = "900" codebase="http://java.sun.com/update/1.5.0/jinstall-1_5-windows-i586.cab#Version=5,0,0,3"><noembed><xmp>');
+ if (_ie == true) document.writeln('<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = "900" HEIGHT = "900" codebase="http://java.sun.com/update/1.6.0/jinstall-6u60-windows-i586.cab#Version=6,0,0,2"><noembed><xmp>');
else if (_ns == true && _ns6 == false) document.writeln('<embed ' +
- 'type="application/x-java-applet;version=1.5" \
+ 'type="application/x-java-applet;version=1.6" \
CODE = "picross.applet.PicrossApplet" \
ARCHIVE = "picross.jar,bundleHelper.jar,log4j.jar,mmvcs.jar,simpleButton.jar" \
WIDTH = "900" \
@@ -37,7 +37,7 @@
<applet CODE = "picross.applet.PicrossApplet" ARCHIVE = "picross.jar,bundleHelper.jar,log4j.jar,mmvcs.jar,simpleButton.jar" WIDTH = "900" HEIGHT = "900"></xmp>
<PARAM NAME = CODE VALUE = "picross.applet.PicrossApplet" >
<PARAM NAME = ARCHIVE VALUE = "picross.jar,bundleHelper.jar,log4j.jar,mmvcs.jar,simpleButton.jar" >
- <param name="type" value="application/x-java-applet;version=1.5">
+ <param name="type" value="application/x-java-applet;version=1.6">
<param name="scriptable" value="false">
@@ -45,6 +45,7 @@
</noembed>
</embed>
</object>
+
<!--
<APPLET CODE = "picross.applet.PicrossApplet" ARCHIVE = "picross.jar,bundleHelper.jar,log4j.jar,mmvcs.jar,simpleButton.jar" WIDTH = "900" HEIGHT = "900">
@@ -52,6 +53,8 @@
</APPLET>
-->
<!--"END_CONVERTED_APPLET"-->
+
+
<br />
<br />
<a href="http://sourceforge.net/projects/picross"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=197480&type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></a>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|