Project

General

Profile

Revision 604

Added by Greg Tress about 16 years ago

Added iPhone access page

View differences:

trunk/code/projects/colonet/client/cgi/index_iphone.xhtml
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
      
5
  <head>
6
    <title>XMLHttpRequest</title>
7
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
8
  </head>
9
  
10
  <body>
11
  
12
  <script type="text/javascript" src="colonet.js" />
13
  
14
  <div>
15
  <form name="inputform" action="">
16
  <br />
17
  <h3>
18
  <input type="button" onclick="send('forward');" value="     Go     " /> <br />
19
  <input type="button" onclick="send('stop');" value="   Stop   " /> <br />
20
  </h3>
21
  <br />
22
  </form>
23
  </div>
24
  <div id="div1">
25
  Idle.<br />
26
  </div>
27
  <div id="div2">
28
  <br />
29
  </div>
30
  <div id="div3">
31
  <br />
32
  </div>
33
  <div id="div4">
34
  <br />
35
  </div>
36
  <div id="div5">
37
  <br />
38
  </div>
39
  <div id="div6">
40
  <br />
41
  </div>
42
  
43
  
44
  </body>
45
</html>
0 46

  

Also available in: Unified diff