Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / client / index.xhtml @ 768

History | View | Annotate | Download (1.48 KB)

1 421 gtress
<?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 173 gtress
5
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6 386 emarinel
  <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 173 gtress
12 386 emarinel
  <body>
13 173 gtress
14 386 emarinel
    <div class="top">
15 388 emarinel
      <h3>Colonet</h3>
16
      <img src="http://roboclub8.frc.ri.cmu.edu/mainwiki/roboclublogo.png" alt="RoboClub Logo" />
17 386 emarinel
    </div>
18 173 gtress
19 386 emarinel
    <div class="app">
20
      <p>
21 421 gtress
        <object class = "applet"
22 386 emarinel
           archive = "Colonet.jar"
23
           type = "application/x-java-applet"
24
           width = "950"
25
           height = "550"
26 390 gtress
           codebase = "."
27
           codetype = "application/x-java-applet"
28 386 emarinel
           name = "Colonet"
29
           title = "Colonet" >
30 421 gtress
          <param name="type" value="application/x-java-applet" />
31 386 emarinel
          <param name = "code" value = "Colonet.class" />
32
          <param name = "cache_option" value = "No" />
33 173 gtress
        </object>
34
        <br />
35
        Requires Java 5.
36
        <br />
37 386 emarinel
      </p>
38
    </div>
39 173 gtress
40 386 emarinel
    <div class="bottom">
41 388 emarinel
      <p><b>Colony Project Home page:</b>&nbsp;<a href="http://www.robotcolony.org/">www.robotcolony.org</a></p>
42
43 386 emarinel
      <p><b>Validator:</b><br />
44 173 gtress
        <a href="http://validator.w3.org/check?uri=referer">
45 422 gtress
          <img src="http://www.w3.org/Icons/valid-xhtml11-blue"
46 386 emarinel
               alt="Valid XHTML 1.0 Transitional"
47
               height="31"
48 388 emarinel
               width="88"
49 386 emarinel
               />
50 173 gtress
        </a>
51 422 gtress
        <br />
52 386 emarinel
      </p>
53 388 emarinel
54 386 emarinel
    </div>
55 173 gtress
56 386 emarinel
  </body>
57
</html>