source: trunk/calendar/templates/celepar/month_header.tpl @ 2

Revision 2, 414 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN monthly_header -->
2<tr class="calendar_m_w_table_header" colspan="{cols}" width="{col_width}%">
3{column_header}</tr>
4<!-- END monthly_header -->
5
6<!-- BEGIN column_title -->
7<th bGCOLOR="#D3DCE3" width="14.28%">{col_title}</th>
8<!-- END column_title -->
9
10<!-- BEGIN month_column -->
11<td class="calendar_m_w_tablecell" colspan="1" width="{col_width}%"{extra}>{column_data}</td>
12<!-- END month_column -->
Note: See TracBrowser for help on using the repository browser.