source: trunk/expressoCalendar/templates/default/index.tpl @ 632

Revision 632, 1000 bytes checked in by niltonneto, 15 years ago (diff)

Modulo calendar_new renomeado para expressoCalendar

  • Property svn:executable set to *
Line 
1<!-- BEGIN index -->
2<table id="calendar_head_table" class="calendar_head_table" border="0" width="100%" cols="3" cellpadding="0" cellspacing="0">
3<tbody>
4<tr>
5<td>
6<select name="cat_id">
7{cat_options}
8</select>
9</td>
10<td>
11<select name="cal_id">
12{cal_options}
13</select>
14</td>
15</tr>
16<tr>
17<td>
18<a href="javascript:void(0)" onclick="calendar.getView('div_main','Day')">
19<img id="dayLinkView" src="templates/default/images/today.png"></img></a>
20<a href="javascript:void(0)" onclick="calendar.getView('div_main','Week')">
21<img id="weekLinkView" src="templates/default/images/week.png"></img></a>
22<a href="javascript:void(0)" onclick="calendar.getView('div_main','Month')">
23<img id="monthLinkView" src="templates/default/images/month.png"></img></a>
24<a href="javascript:void(0)" onclick="calendar.getView('div_main','Year')">
25<img id="yearLinkView" src="templates/default/images/year.png"></img></a>
26</td>
27</tr>
28</tbody>
29</table>
30<div style="width:100%;height:100%" id="div_main"></div>
31<!-- END index -->
Note: See TracBrowser for help on using the repository browser.