source: contrib/ProjectManager/templates/default/day_list.tpl @ 3594

Revision 3594, 655 bytes checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado o módulo ProjectManager? para a comunidade

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