Created
August 13, 2011 06:37
-
-
Save iamntz/1143549 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table> | |
<thead> | |
<tr> | |
<td colspan="7"> | |
<table> | |
<tr> | |
<td class="calendar-prev"><a href="#">« Prev</a></td> | |
<th>August 2011</td> | |
<td class="calendar-next"><a href="#">Next »</a></td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
<tr> | |
<th>Monday</th> | |
<th>Tuesday</th> | |
<th>Wednesday</th> | |
<th>Thursday</th> | |
<th>Friday</th> | |
<th class="weekend-heading">Saturday</th> | |
<th class="weekend-heading">Sunday</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td class="no-events"> | |
<span class="dayOfMonth ">1</span> | |
<span class="event"></span> | |
</td> | |
<td class="no-events"> | |
<span class="dayOfMonth ">2</span> | |
<span class="event"></span> | |
</td> | |
<td class="no-events"> | |
<span class="dayOfMonth ">3</span> | |
<span class="event"></span> | |
</td> | |
<td class="no-events"> | |
<span class="dayOfMonth ">4</span> | |
<span class="event"></span> | |
</td> | |
<td class="no-events"> | |
<span class="dayOfMonth ">5</span> | |
<span class="event"></span> | |
</td> | |
<td class="no-events"> | |
<span class="dayOfMonth weekend">6</span> | |
<span class="event"></span> | |
</td> | |
<td class="no-events"> | |
<span class="dayOfMonth weekend">7</span> | |
<span class="event"></span> | |
</td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment