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

Revision 2, 829 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 day -->
2{printer_friendly}
3<table id="calendar_dayview_table" class="calendar_dayview_table" border="0" width="100%">
4        <tr>
5                <td valign="top" width="70%">
6                        <table id="calendar_dayview1" border="0" width=100%>
7                                <tr>
8                                        <td class="calendar_dayview_table_header">
9                                        {date}&nbsp;<span class="calendar_user_identifier">:&nbsp;{username}&nbsp;:</span>
10                                                <br />
11                                </td>
12                        </tr>
13                                {day_events}
14                        </table>
15                        <p align="center">{print}</p>
16                </td>
17                 <td align="center" valign="top">
18                         <table id="calendar_dayview2" width="100%">
19                        <tr>
20                                <td align="center">
21                                                {small_calendar}
22                                </td>
23                        </tr>
24
25                        </table>
26                </td>
27        </tr>
28</table>
29<!-- END day -->
30
31<!-- BEGIN day_event -->
32        <tr>
33                <td>
34
35                        {daily_events}
36
37                </td>
38        </tr>
39<!-- END day_event -->
Note: See TracBrowser for help on using the repository browser.