blob: 1d9714d2597a8dd45ae0d28fdc5bfd2a04752f2e (
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
43
44
45
46
47
48
|
<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>Mon</th>
<td>Varsity Boys Basketball v GHC @ <span class="location">GHC</span></td>
</tr>
<tr class="today">
<td>ENCORE Student Theatre Week</td>
</tr>
<tr class="not-today">
<th scope="row" rowspan=3>Tue</th>
<td>Eye Exam</td>
</tr>
<tr class="not-today">
<td>Varsity Boys & Girls Basketball v UCS (<span class="location">Gym</span>)</td>
</tr>
<tr class="not-today">
<td>Pao Actors Ensemble</td>
</tr>
<tr class="not-today">
<th scope="row">Wed</th>
<td>Varsity Boys & Girls Basketball v KCIS (<span class="location">Gym</span>)</td>
</tr>
<tr class="not-today">
<th scope="row" rowspan=3>Thu</th>
<td>TOK Draft Essay Deadline</td>
</tr>
<tr class="not-today">
<td>Varsity Volleyball & Frisbee v YKPS HQ (<span class="location">Gym</span>)</td>
</tr>
<tr class="not-today">
<td>Pao Actors Ensemble</td>
</tr>
<tr class="expand">
<th>+</th>
</tr>
</tbody>
</table>
|