Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/content/index.html
blob: a2c74ae26bd44461168715432513aea00561717a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<title>Learn</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="menu.css" type="text/css"/>
<script type="text/javascript" src="../js/jquery-1.4.js"></script>
<script type="text/javascript" src="../js/jquery-ui-1.js"></script>
<script type="text/javascript">
    $('<div id="txtMain">')
        .load('http://localhost:8008/cgi-bin/set_up_main_menu.py',
            {'mode':'CW'})
        .appendTo('#content')
</script>
</head>
<body>
<div id="content">
      <div id='c1t'>
          <div class = 'main'">
              <a href="English/index.html">English
                  <img src="assets/image/english.png" alt="English" width=175 height=175 />
              </a>
          </div>
      </div>
      <div id='c2t'>
          <div class = 'main'>
              <a href="Mathematics/index.html">Mathematics
                  <img src="assets/image/mathematics.png" alt="Mathematics" width=175 height=175" />
              </a>
          </div>
      </div>
      <div id='c1m'>
          <div class = 'main'>
              <a href="English11/index.html">English 2011
                  <img src="assets/image/english.png" alt="English" width=175 height=175 ">
              </a>
          </div>
          <div class = 'ladders'>
              <p>
              <a href="English11/p41.html">P4.1</a>
              <a href="English11/p42.html">P4.2</a>
              <a href="English11/p43.html">P4.3</a>
              </p>
              <p>
              <a href="English11/p51.html">P5.1</a>
              <a href="English11/p52.html">P5.2</a>
              <a href="English11/p53.html">P5.3</a>
              </p>
              <p>
              <a href="English11/p61.html">P6.1</a>
              <a href="English11/p62.html">P6.2</a>
              <a href="English11/p63.html">P6.3</a>
              </p>
          </div>
        </div>
        <div id = 'c2m'>
          <div class = 'main'>
              <a href="Mathematics11/index.html">Mathematics 2011
                  <img src="assets/image/mathematics.png" alt="Mathematics" width=175 height=175 />
              </a>
          </div>
          <div class = 'ladders'>
              <a href="Mathematics11/p41.html">P4.1</a>
              <a href="Mathematics11/p42.html">P4.2</a>
              <a href="Mathematics11/p43.html">P4.3</a>
              </p>
              <p>
              <a href="Mathematics11/p51.html">P5.1</a>
              <a href="Mathematics11/p52.html">P5.2</a>
              <a href="Mathematics11/p53.html">P5.3</a>
              </p>
              <p>
              <a href="Mathematics11/p61.html">P6.1</a>
              <a href="Mathematics11/p62.html">P6.2</a>
              <a href="Mathematics11/p63.html">P6.3</a>
              </p>
          </div>
        </div>
        <div id = 'c1b'>
              <a href="http://schoolserver/fez">
                <img src="assets/image/library.gif" alt="Library" width=175 height=175>
                Library
              </a>
        </div>

          <div id = 'c2b'>
              <a href="Explore/index.html">
                <img src="assets/image/explore.png" alt="Explore" width=175 height=175>
                Explore
              </a>
          </div>
        </div>
        <div id="footer">
              Karma.js is licensed under the 
              <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a>.
              Karma is a sub-project of          
              <a href="http://sugarlabs.org">SugarLabs</a>. <br />
              Copyright (c) 2009 Bryan Willson Berry
        </div>
  </div>
<div id='dummy'/>
</body>
</html>