Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / ColonetGUI / index.xhtml @ 422

History | View | Annotate | Download (1.48 KB)

1
<?xml version="1.0"?>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
3
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4

    
5
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
  <head>
7
    <title>Colony Control Applet - Carnegie Mellon Robotics Club</title>
8
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
9
    <link rel="stylesheet" type="text/css" href="colonetstyle.css" />
10
  </head>
11

    
12
  <body>
13

    
14
    <div class="top">
15
      <h3>Colonet</h3>
16
      <img src="http://roboclub8.frc.ri.cmu.edu/mainwiki/roboclublogo.png" alt="RoboClub Logo" />
17
    </div>
18

    
19
    <div class="app">
20
      <p>
21
        <object class = "applet"
22
           archive = "Colonet.jar"
23
           type = "application/x-java-applet"
24
           width = "950"
25
           height = "550"
26
           codebase = "."
27
           codetype = "application/x-java-applet"
28
           name = "Colonet"
29
           title = "Colonet" >
30
          <param name="type" value="application/x-java-applet" /> 
31
          <param name = "code" value = "Colonet.class" />
32
          <param name = "cache_option" value = "No" />
33
        </object>
34
        <br />
35
        Requires Java 5.
36
        <br />
37
      </p>
38
    </div>
39

    
40
    <div class="bottom">
41
      <p><b>Colony Project Home page:</b>&nbsp;<a href="http://www.robotcolony.org/">www.robotcolony.org</a></p>
42

    
43
      <p><b>Validator:</b><br />
44
        <a href="http://validator.w3.org/check?uri=referer">
45
          <img src="http://www.w3.org/Icons/valid-xhtml11-blue"
46
               alt="Valid XHTML 1.0 Transitional"
47
               height="31"
48
               width="88"
49
               />
50
        </a>
51
        <br />
52
      </p>
53

    
54
    </div>
55

    
56
  </body>
57
</html>