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

Revision 903, 450 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">
5        <!-- from month_header.tpl -->
6        {row}
7</table>
8<!-- END m_w_table -->
9
10<!-- BEGIN month_daily -->
11<span id="calendar_m_w_table_daynumber" style="font-size:10px">[ {day_number} ]</span>{new_event_link}<br />
12    {daily_events}
13<!-- END month_daily -->
14
15<!-- BEGIN day_event -->
16{events}
17<!-- END day_event -->
18
19<!-- BEGIN event -->
20{day_events}
21<!-- END event -->
Note: See TracBrowser for help on using the repository browser.