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

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

Importacao inicial do Expresso do Serpro

Line 
1<!-- BEGIN year -->
2{print}
3<center>
4<table id="calendar_year_table" border="0" cellspacing="3" cellpadding="4" cols=4>
5        <tr>
6                <td align="center">
7                        {left_link}
8                </td>
9                <td align="center">
10                        <font face="{font}" size="+1">{year_text}</font>
11                </td>
12                <td align="center">
13                        {right_link}
14                </td>
15                {row}
16        </tr>
17</table>
18</center>
19<p>
20<div class="calendar_link_print">
21{printer_friendly}
22</div>
23<!-- END year -->
24
25<!-- BEGIN month -->
26<td valign="top">
27        {mini_month}
28</td>
29<!-- END month -->
30
31<!-- BEGIN month_sep -->
32</tr>
33<tr valign="top">
34<!-- END month_sep -->
35
Note: See TracBrowser for help on using the repository browser.