source: branches/2.3/ac/templates/serpro/calendar.tpl @ 5107

Revision 5107, 808 bytes checked in by rafaelraymundo, 13 years ago (diff)

Ticket #2286 - Adicionado modulo acessivel ao Expresso.

  • Property svn:executable set to *
Line 
1<!-- BEGIN body -->
2<h1>Agenda</h1>
3<hr /><br />
4{events}
5<!-- <a href="index.php?menuaction=mobile.ui_mobilecalendar.init_schedule">{lang_schedule} </a> -->
6
7<!-- END body -->
8
9<!-- BEGIN view_event -->
10<p>
11<b>{header_date}</b><br />
12<b>{title_field}:</b>&nbsp;{title_data}<br />
13<b>{location_field}:</b>&nbsp;{location_data}<br />
14<b>{startdate_field}:</b>&nbsp;{startdate_data}<br />
15<b>{enddate_field}:</b>&nbsp;{enddate_data}<br />
16<b>{description_field}:</b>&nbsp;{description_data}<br />
17</p>
18<div style="display: {display};" ><a href="{accept_data}">{accept_title}</a><br />
19<a href="{reject_data}">{reject_title}</a></div>
20<br />
21<!-- END view_event -->
22<!-- BEGIN no_event -->
23        Na semana de <b>{start_date}</b> à <b>{end_date}</b> você não possui nenhum compromisso agendado.
24<!-- END no_event -->
Note: See TracBrowser for help on using the repository browser.