blob: f25a9176bd1fbb348fdc3c0d68782ed62f41cdb2 (
plain) (
blame)
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
|
<table>
<caption>Y10</caption>
<colgroup>
<col style="width: 5%"/>
<col style="width: calc(95% / 3)"/>
<col style="width: calc(95% / 3)"/>
<col style="width: calc(95% / 3)"/>
</colgroup>
<thead>
<tr>
<th scope="col">Day</th>
<th scope="col">Morning 1</th>
<th scope="col">Morning 2</th>
<th scope="col">Afternoon</th>
</tr>
</thead>
<tbody>
<tr class="today">
<th scope="row">Fri</th>
<td>C4C History + Geography<br>C4C 历史 + 地理</td>
<td>History<br>历史</td>
<td>C4C Politics<br>C4C 政治</td>
</tr>
<tr class="not-today">
<th scope="row">Mon</th>
<td>Chinese<br>语文</td>
<td>Chemistry<br>化学</td>
<td>Biology<br>生物</td>
</tr>
<tr class="not-today">
<th scope="row">Tue</th>
<td>English<br>英语</td>
<td>Geography<br>地理</td>
<td>Economics / Business<br>经济 / 商业</td>
</tr>
<tr class="not-today">
<th scope="row">Wed</th>
<td>Mathematics<br>数学</td>
<td>Drama / Art<br>戏剧 / 艺术</td>
<td>Physics<br>物理</td>
</tr>
<tr class="expand">
<th>+</th>
</tr>
</tbody>
</table>
|