source: trunk/calendar/templates/edge-it/month_header.tpl @ 2

Revision 2, 432 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
2<!-- BEGIN monthly_header -->
3<tr class="calendar_m_w_table_header" colspan="{cols}" width="{col_width}%">
4{column_header}</tr>
5<!-- END monthly_header -->
6
7<!-- BEGIN column_title -->
8<th class="calendar_weekview_daytitle" width="14.28%">{col_title}</th>
9<!-- END column_title -->
10
11<!-- BEGIN month_column -->
12<td class="calendar_m_w_tablecell" colspan="1" width="{col_width}%"{extra}>{column_data}</td>
13<!-- END month_column -->
Note: See TracBrowser for help on using the repository browser.