source: companies/serpro/calendar/templates/edge-it/week.tpl @ 903

Revision 903, 1.1 KB checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1
2{printer_friendly}
3
4<!-- head table with mini calendars -->
5
6<table id="calendar_week_minical_table" class="calendar_week_minical_table">
7        <tr>
8                <td id="small_calendar_prev" align="left" valign="top" width="20%">
9                        {small_calendar_prev}
10                </td>
11                <td  id="prev_week_link"  align="center" valign="middle" width="20%">
12                        <b>{prev_week_link}</b>
13                </td>
14                <td  id="small_calendar_this"  align="center" valign="top" width="20%">
15                        {small_calendar_this}
16                </td>
17                <td  id="next_week_link"  align="center" valign="middle" width="20%">
18                        <b>{next_week_link}</b>
19                </td>
20                <td  id="small_calendar_right"  align="right" valign="top" width="20%">
21                        {small_calendar_next}
22                </td>
23        </tr>
24</table>
25<br />
26<table id="calendar_week_identifier_table" class="calendar_week_identifier_table">
27        <tr>
28                <td align="center">
29                        <span class="calendar_week_identifier">{week_identifier}&nbsp;&nbsp;</span>
30                        <span class="calendar_user_identifier">::&nbsp;{username}&nbsp;::</span>
31                </td>
32        </tr>
33</table>
34<!-- from month_day.tpl -->
35{week_display}
36
37<div class="calendar_link_print">
38<br />
39{print}
40</div>
Note: See TracBrowser for help on using the repository browser.