source: companies/celepar/expressoCalendar/templates/default/index.tpl @ 763

Revision 763, 1.2 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

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 id="cat_id" onchange="calendar.cat=this.value; calendar.getView('div_main',viewType);">
7{cat_options}
8</select>
9</td>
10<td>
11<select id="cal_id" onchange="calendar.uid=this.value; calendar.getView('div_main',viewType);">
12{cal_options}
13</select>
14</td>
15<td align="right">
16<label id="l_date"></label>
17</td>
18</tr>
19<tr>
20<td>
21<a href="javascript:void(0)" onclick="calendar.getView('div_main','Day')">
22<img id="dayLinkView" src="templates/default/images/today.png"></img></a>
23<a href="javascript:void(0)" onclick="calendar.getView('div_main','Week')">
24<img id="weekLinkView" src="templates/default/images/week.png"></img></a>
25<a href="javascript:void(0)" onclick="calendar.getView('div_main','Month')">
26<img id="monthLinkView" src="templates/default/images/month.png"></img></a>
27<a href="javascript:void(0)" onclick="calendar.getView('div_main','Year')">
28<img id="yearLinkView" src="templates/default/images/year.png"></img></a>
29</td>
30</tr>
31</tbody>
32</table>
33<div style="width:100%;height:100%" id="div_main"></div>
34<!-- END index -->
Note: See TracBrowser for help on using the repository browser.