source: companies/celepar/calendar/templates/edge-it/day_list.tpl @ 763

Revision 763, 655 bytes checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

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.