blob: e3a303512502cf896c12b71b12c165b7a5c3e5ec (
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
|
<table>
<colgroup>
<col style="width: 5%">
<col style="width: 23.75%">
<col style="width: 23.75%">
<col style="width: 23.75%">
<col style="width: 23.75%">
</colgroup>
<thead>
<tr>
<th scope="col">Day</th>
<th scope="col">Y9</th>
<th scope="col">Y10</th>
<th scope="col">Y11</th>
<th scope="col">Y12</th>
</tr>
</thead>
<tbody>
<tr class="today">
<th scope="row">Mon</th>
<td rowspan=4>Zhixing</td>
<td rowspan=4 class="ps">Not Specified</td>
<td rowspan=4>Zhixing</td>
<td rowspan=4>Exams</td>
</tr>
<tr class="not-today">
<th scope="row">Tue</th>
</tr>
<tr class="not-today">
<th scope="row">Wed</th>
</tr>
<tr class="not-today">
<th scope="row">Thu</th>
</tr>
<tr class="expand">
<th>+</th>
</tr>
</tbody>
</table>
|