blob: 64c8795bae2278fa12b7fe73ea57503a402b96fe (
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: 95%"/>
</colgroup>
<thead>
<tr>
<th scope="col">Day</th>
<th scope="col">Events</th>
</tr>
</thead>
<tbody>
<tr class="today">
<th scope="row">Mon</th>
<td>UCAS Deadline / RD/ED2 Deadline (Internal)</td>
</tr>
<tr class="not-today">
<th scope="row">Wed</th>
<td>Mock SAT / ACT for Y10</td>
</tr>
<tr class="not-today">
<th scope="row" rowspan=3>Thu</th>
<td>Mock SAT / ACT for Y10</td>
</tr>
<tr class="not-today">
<td>Last Day of Normal Lessons</td>
</tr>
<tr class="not-today">
<td>Friday Schedule</td>
</tr>
<tr class="not-today">
<th scope="row">Fri</th>
<td>Y9-12 Subject S1 Assessments (Chinese Academics)</td>
</tr>
<tr class="expand">
<th>+</th>
</tr>
</tbody>
</table>
|