source: trunk/calendar_new/templates/default/index.tpl @ 437

Revision 437, 705 bytes checked in by niltonneto, 16 years ago (diff)

Alterações feitas por Alexandre Muller.
Email: amuller@…

  • Property svn:executable set to *
Line 
1<!-- BEGIN index -->
2<a href="javascript:void(0)" onclick="calendar.getView('div_main','Day')">
3<img id="dayLinkView" src="templates/default/images/today.png"></img></a>
4<a href="javascript:void(0)" onclick="calendar.getView('div_main','Week')">
5<img id="weekLinkView" src="templates/default/images/week.png"></img></a>
6<a href="javascript:void(0)" onclick="calendar.getView('div_main','Month')">
7<img id="monthLinkView" src="templates/default/images/month.png"></img></a>
8<a href="javascript:void(0)" onclick="calendar.getView('div_main','Year')">
9<img id="yearLinkView" src="templates/default/images/year.png"></img></a>
10<br>
11<div style="width:100%;height:100%" id="div_main"></div>
12
13<!-- END index -->
Note: See TracBrowser for help on using the repository browser.