blob: 12674a113f4eda722ef5832238480b7232d8ebe9 (
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
|
<link rel="stylesheet" href="files/styles.css">
<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" rowspan=2>Wed</th>
<td>Y12 English IOAs</td>
</tr>
<tr class="today">
<td>Varsity Girls Basketball Jr NBA Game vs Jiao Tong University High School (<span class="location">Gym</span>)</td>
</tr>
<tr class="not-today">
<th scope="row" rowspan=3>Thu</th>
<td>Y12 English IOAs</td>
</tr>
<tr class="not-today">
<td>Varsity Girls Basketball Jr NBA Game vs SHSID (<span class="location">Gym</span>)</td>
</tr>
<tr class="not-today">
<td>Y10 Mock SAT / ACT Feedback Session (<span class="location">Brain</span>)</td>
</tr>
<tr class="not-today">
<th scope="row">Fri</th>
<td>Y12 English IOAs</td>
</tr>
<tr class="expand">
<th>+</th>
</tr>
</tbody>
</table>
|