blob: c048b76e9e49791397c055c70d9a85864a2dc1db (
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
|
<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="not-today">
<th scope="row">Tue</th>
<td>Tutors and Students S1 Grades</td>
</tr>
<tr class="not-today">
<th scope="row" rowspan=2>Thu</th>
<td>CCA Season 2 Ends</td>
</tr>
<tr class="not-today">
<td>S1 Report Card Release</td>
</tr>
<tr class="not-today">
<th scope="row" rowspan=2>Fri</th>
<td>CNY Celebration Day</td>
</tr>
<tr class="not-today">
<td><strong>End of Semester 1</strong></td>
</tr>
<tr class="expand">
<th>+</th>
</tr>
</tbody>
</table>
|