blob: ed0059d25aa55cbe1a53d2f449707559a4170e40 (
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
|
<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">Thu</th>
<td>Y10 Parents Information Evening</td>
</tr>
<tr class="today">
<td>Varsity Boys Basketball v. NACIS @ NACIS</td>
</tr>
<tr class="not-today">
<th scope="row">Fri</th>
<td>—</td>
</tr>
<tr class="expand">
<th>+</th>
</tr>
</tbody>
</table>
|