blob: 3be6d039002fc811972cefe54e59986641fe729c (
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
|
<table>
<colgroup>
<col style="width: 5%"/>
<col style="width: 95%"/>
</colgroup>
<thead>
<tr>
<th scope="col">Day</th>
<th scope="col">Events</th>
</tr>
</thead>
<tbody>
<tr class="today">
<th rowspan="2" scope="row">Mon</th>
<td>Start of Zhixing Week</td>
</tr>
<tr class="today">
<td>Start of Y12 Study Leave</td>
</tr>
<tr class="not-today">
<th scope="row">Wed</th>
<td>Start of IB Exams</td>
</tr>
<tr class="not-today">
<th rowspan="2" scope="row">Fri</th>
<td>Start of IGCSE Exams</td>
</tr>
<tr class="not-today">
<td>End of CCA Season 3</td>
</tr>
<tr class="expand">
<th>+</th>
</tr>
</tbody>
</table>
|