source: contrib/Timesheet/templates/default/day_cal.tpl @ 3526

Revision 3526, 675 bytes checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado modulos Timesheet e DMS para a comunidade.

  • Property svn:executable set to *
Line 
1<!-- BEGIN day -->
2<div class="th">
3 <table class="calendar_dayview_maintable" width="100%" cellpadding="0">
4{row}
5</table>
6 </div>
7<!-- END day -->
8<!-- BEGIN day_row -->
9    <tr>{time}{event}
10    </tr>
11<!-- END day_row -->
12<!-- BEGIN day_event_on -->
13     <td class="event-on"{extras}>&nbsp;{event}</td>
14<!-- END day_event_on -->
15<!-- BEGIN day_event_off -->
16     <td class="event-off"{extras}>&nbsp;{event}</td>
17<!-- END day_event_off -->
18<!-- BEGIN day_event_holiday -->
19     <td class="event-holiday"{extras}>&nbsp;{event}</td>
20<!-- END day_event_holiday -->
21<!-- BEGIN day_time -->
22     <td class="time" nowrap>{open_link}{time}{close_link}</td>
23<!-- END day_time -->
24
Note: See TracBrowser for help on using the repository browser.