source: trunk/calendar/templates/celepar/month_day_print.tpl @ 766

Revision 766, 530 bytes checked in by rafaelraymundo, 15 years ago (diff)

Adicionada implementacao de imprecao da revisao 596, com data inicial e quantidade de dias a partir dessa data.
Na comunidade ocorrencia http://www.expressolivre.org/dev/ticket/260

  • Property svn:executable set to *
RevLine 
[766]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: 10px; 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.