source: trunk/calendar/templates/jerryr/year.tpl @ 2

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