Skip to content

Instantly share code, notes, and snippets.

@juarezpaf
Created May 5, 2009 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juarezpaf/107071 to your computer and use it in GitHub Desktop.
Save juarezpaf/107071 to your computer and use it in GitHub Desktop.
<div class="wrapCalendar">
<table class="calendar" summary="Calendário...">
<thead>
<tr>
<th scope="col">D</th>
<th scope="col">S</th>
<th scope="col">T</th>
<th scope="col">Q</th>
<th scope="col">Q</th>
<th scope="col">S</th>
<th scope="col">S</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td><a href="/agenda.php?dia=2008-12-02&amp;mes=200812">2</a></td>
<td><a href="/agenda.php?dia=2008-12-03&amp;mes=200812">3</a></td>
<td><a href="/agenda.php?dia=2008-12-04&amp;mes=200812">4</a></td>
<td><a href="/agenda.php?dia=2008-12-05&amp;mes=200812">5</a></td>
<td><a href="/agenda.php?dia=2008-12-06&amp;mes=200812">6</a></td>
<td>7</td>
</tr>
<tr>
<td>8</td>
<td><a href="/agenda.php?dia=2008-12-09&amp;mes=200812">9</a></td>
<td>10</td>
<td><a href="/agenda.php?dia=2008-12-11&amp;mes=200812">11</a></td>
<td>12</td>
<td>13</td>
<td>14</td>
</tr>
<tr>
<td>15</td>
<td><a href="/agenda.php?dia=2008-12-16&amp;mes=200812">16</a></td>
<td>17</td>
<td><a href="/agenda.php?dia=2008-12-18&amp;mes=200812">18</a></td>
<td>19</td>
<td>20</td>
<td>21</td>
</tr>
<tr>
<td>22</td>
<td><a href="/agenda.php?dia=2008-12-23&amp;mes=200812">23</a></td>
<td>24</td>
<td>25</td>
<td>26</td>
<td>27</td>
<td>28</td>
</tr>
<tr>
<td>29</td>
<td>30</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table><!-- /.calendar -->
<table class="actions">
<tr>
<td class="prev"><a href="#" class="previous" title="Mês Anterior">Mês anterior</a></td>
<td class="month">Fevereiro</td>
<td class="next"><a href="#" title="Próximo Mês">Próximo mês</a></td>
<td class="year">2009</td>
<td class="changeYear"><a href="#">Mudar ano</a></td>
</tr>
</table><!-- /.actions -->
</div><!-- /.wrapCalendar -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment