Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (1.64 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
                type = "application/x-java-applet"
23
                width = "950"
24
                height = "550"
25
                align = "bottom"
26
                codebase = "http://roboclub9.frc.ri.cmu.edu/colonet/" 
27
                name = "Colonet"
28
                title = "Colonet" >
29
                <param name = "code" value = "Colonet.class" />
30
                <param name = "cache_option" value = "No" />
31
        </object>
32
        <br />
33
        Requires Java 5.
34
        <br />
35
        <br />
36
        </p>
37
</div>
38

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

    
61

    
62

    
63
</body>
64
</html>