source: companies/serpro/calendar/templates/default/month_day_print.tpl @ 903

Revision 903, 530 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1
2<!-- BEGIN m_w_table -->
3
4<table id="calendar_m_w_table" class="calendar_m_w_table" border="0" width="100%">
5        <!-- from month_header.tpl -->
6        {row}
7</table>
8<!-- END m_w_table -->
9
10
11<table>
12<!-- BEGIN month_daily -->
13<tr><td style="font-size: 13px; font-weight: bold; text-decoration: underline;" width="10px">{day_number}</td>
14<td>{daily_events}</td>
15<!-- END month_daily -->
16
17<!-- BEGIN day_event -->
18
19<td>{events}</td>
20<!-- END day_event -->
21
22<!-- BEGIN event -->
23<td>{day_events}</td></tr>
24<!-- END event -->
25<br />
26</table>
Note: See TracBrowser for help on using the repository browser.