blob: 67de3ed47af4753533c79ed154da11ff7fa3a6a2 (
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
|
<table>
<colgroup>
<col style="width: 5%">
<col style="width: calc(95% / 4)">
<col style="width: calc(95% / 4)">
<col style="width: calc(95% / 4)">
<col style="width: calc(95% / 4)">
</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 colspan=4>Whole School Assembly (<span class="location">Gym</span>)</td>
</tr>
<tr class="not-today">
<th scope="row">Tue</th>
<td colspan=4>Tutor Time</td>
</tr>
<tr class="not-today">
<th scope="row">Wed</th>
<td>Academic Assembly: Assessment Week (<span class="location">Auditorium</span>)</td>
<td>Academic Assembly: Assessment Week (<span class="location">Brain</span>)</td>
<td>Meetings with HMs</td>
<td>Health Talk 1 (<span class="location">Auditorium</span>)</td>
</tr>
<tr class="not-today">
<th scope="row">Thu</th>
<td colspan=4>Tutor Time</td>
</tr>
<tr class="expand">
<th>+</th>
</tr>
</tbody>
</table>
|