root/InOutExpositor/index.html

Revision 5972babe7c40454704b75ea69ba2e12d80927eaa, 4.0 kB (checked in by Robin Gareus <robin@…>, 3 years ago)

fixed expositor to compile w/processing-1.0.9

  • Property mode set to 100644
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4        <head>
5                <!-- charset must remain utf-8 to be handled properly by Processing -->
6                <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7               
8                <title>InOutExpositor : Built with Processing</title>
9               
10                <style type="text/css">
11                /* <![CDATA[ */
12       
13                body {
14                  margin: 60px 0px 0px 55px;
15                  font-family: verdana, geneva, arial, helvetica, sans-serif;
16                  font-size: 11px;
17                  background-color: #ddddcc;
18                  text-decoration: none;
19                  font-weight: normal;
20                  line-height: normal;
21                }
22                 
23                a          { color: #3399cc; }
24                a:link     { color: #3399cc; text-decoration: underline; }
25                a:visited  { color: #3399cc; text-decoration: underline; }
26                a:active   { color: #3399cc; text-decoration: underline; }
27                a:hover    { color: #3399cc; text-decoration: underline; }
28       
29                /* ]]> */
30                </style>
31         
32        </head>
33        <body>
34                <div id="content">
35                         
36                        <div id="InOutExpositor_container">
37                                               
38                        <!--[if !IE]> -->
39                                <object classid="java:com.sun.opengl.util.JOGLAppletLauncher.class" 
40                                type="application/x-java-applet"
41                                archive="InOutExpositor.jar,opengl.jar,jogl.jar,gluegen-rt.jar,physics.jar,core.jar"
42                                width="800" height="600"
43                                standby="Loading Processing software..." >
44                               
45                                        <param name="archive" value="InOutExpositor.jar,opengl.jar,jogl.jar,gluegen-rt.jar,physics.jar,core.jar" />
46                               
47                                        <param name="mayscript" value="true" />
48                                        <param name="scriptable" value="true" />
49                               
50                                        <param name="image" value="loading.gif" />
51                                        <param name="boxmessage" value="Loading Processing software..." />
52                                        <param name="boxbgcolor" value="#FFFFFF" />
53                                        <param name="progressbar" value="true" />
54                                       
55                                        <param name="subapplet.classname" value="InOutExpositor" /> 
56                                        <param name="subapplet.displayname" value="InOutExpositor" />
57                               
58                                        <param name="test_string" value="outer" />
59                        <!--<![endif]-->
60                               
61                                <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" 
62                                                codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0_15-windows-i586.cab"
63                                                width="800" height="600"
64                                                standby="Loading Processing software..."  >
65                                               
66                                        <param name="code" value="com.sun.opengl.util.JOGLAppletLauncher" />
67                                        <param name="archive" value="InOutExpositor.jar,opengl.jar,jogl.jar,gluegen-rt.jar,physics.jar,core.jar" />
68                                       
69                                        <param name="mayscript" value="true" />
70                                        <param name="scriptable" value="true" />
71                                       
72                                        <param name="image" value="loading.gif" />
73                                        <param name="boxmessage" value="Loading Processing software..." />
74                                        <param name="boxbgcolor" value="#FFFFFF" />
75                                        <param name="progressbar" value="true" />
76                                       
77                                        <param name="subapplet.classname" value="InOutExpositor" /> 
78                                        <param name="subapplet.displayname" value="InOutExpositor" />
79                                       
80                                        <param name="test_string" value="inner" />
81                                       
82                                        <p>
83                                                <strong>
84                                                        This browser does not have a Java Plug-in.
85                                                        <br />
86                                                        <a href="http://java.sun.com/products/plugin/downloads/index.html" title="Download Java Plug-in">
87                                                                Get the latest Java Plug-in here.
88                                                        </a>
89                                                </strong>
90                                        </p>
91                               
92                                </object>
93                               
94                        <!--[if !IE]> -->
95                                </object>
96                        <!--<![endif]-->
97                       
98                        </div>
99                       
100                        <p>
101                       
102                        </p>
103                       
104                        <p>
105                        Source code: <a href="InOutExpositor.pde">InOutExpositor</a> <a href="Events.pde">Events</a> <a href="Utils.pde">Utils</a> <a href="Xml.pde">Xml</a> <a href="dLink.pde">dLink</a> <a href="dScore.pde">dScore</a> <a href="mModes.pde">mModes</a> <a href="mUtils.pde">mUtils</a> <a href="oAsp.pde">oAsp</a> <a href="oClient.pde">oClient</a> <a href="oClientP.pde">oClientP</a> <a href="oDet.pde">oDet</a> <a href="oExpl.pde">oExpl</a> <a href="oGraph.pde">oGraph</a> <a href="oLoc.pde">oLoc</a> <a href="oState.pde">oState</a> <a href="oTag.pde">oTag</a> 
106                        </p>
107                       
108                        <p>
109                        Built with <a href="http://processing.org" title="Processing.org">Processing</a>
110                        </p>
111                </div>
112        </body>
113</html>
Note: See TracBrowser for help on using the browser.