Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / ColonetGUI / index.html @ 384

History | View | Annotate | Download (1.67 KB)

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3

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

    
11
<body>
12

    
13
<div class="top">
14
        <h1>Colonet: Robot Graph</h1>
15
        <p>Carnegie Mellon Robotics Club: Colony Project</p>
16
        <img src="http://roboclub8.frc.ri.cmu.edu/mainwiki/roboclublogo.png" height="125px" width="110px" alt="RoboClub Logo" />
17
</div>
18

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

    
40
<div class="bottom">
41
        <p><b>Colony Project Home page:</b><br />
42
        <a href="http://www.robotcolony.org/">www.robotcolony.org</a></p>
43
        
44
        <p><b>Validator:</b><br />
45
        <a href="http://validator.w3.org/check?uri=referer">
46
        <img src="http://www.w3.org/Icons/valid-xhtml10-blue"
47
                 alt="Valid XHTML 1.0 Transitional"
48
                 height="31"
49
                 width="88" 
50
                 border="0"
51
                 />
52
        </a>
53
        <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://roboclub1.frc.ri.cmu.edu/gui/colonetstyle.css">
54
          <img style="border:0;width:88px;height:31px"
55
       src="http://www.w3.org/Icons/valid-css-blue" 
56
       alt="Valid CSS!" />
57
        </a><br />
58
        </p>
59
        
60
</div>
61

    
62

    
63

    
64
</body>
65
</html>