kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.1 KiB
59 lines
1.1 KiB
11 years ago
|
# Calendar
|
||
|
|
||
|
```
|
||
|
<table class="cal">
|
||
|
<thead>
|
||
|
<th class="week-number"></th>
|
||
|
<th>Sun</th>
|
||
|
<th>Mon</th>
|
||
|
<th>Tue</th>
|
||
|
<th>Wed</th>
|
||
|
<th>Thu</th>
|
||
|
<th>Fri</th>
|
||
|
<th>Sat</th>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
<td class="even">
|
||
|
<p class="day-num">1</p>
|
||
|
<div class="tooltip">
|
||
|
</div>
|
||
|
</td>
|
||
|
<td class="even">
|
||
|
<p class="day-num">text</p>
|
||
|
<div class="tooltip">
|
||
|
</div>
|
||
|
</td>
|
||
|
<td class="even">
|
||
|
<p class="day-num">text</p>
|
||
|
<div class="tooltip">
|
||
|
</div>
|
||
|
</td>
|
||
|
<td class="even">
|
||
|
<p class="day-num">text</p>
|
||
|
<div class="tooltip">
|
||
|
</div>
|
||
|
</td>
|
||
|
<td class="even">
|
||
|
<p class="day-num">text</p>
|
||
|
<div class="tooltip">
|
||
|
</div>
|
||
|
</td>
|
||
|
<td class="even">
|
||
|
<p class="day-num">text</p>
|
||
|
<div class="tooltip">
|
||
|
</div>
|
||
|
</td>
|
||
|
<td class="even">
|
||
|
<p class="day-num">text</p>
|
||
|
<div class="tooltip">
|
||
|
</div>
|
||
|
</td>
|
||
|
<td class="even">
|
||
|
<p class="day-num">text</p>
|
||
|
<div class="tooltip">
|
||
|
</div>
|
||
|
</td>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
```
|