source: sandbox/2.3-MailArchiver/calendar/templates/default/link_pict.tpl @ 6779

Revision 6779, 848 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1
2<!-- BEGIN link_pict -->
3{picture}
4<!-- END link_pict -->
5
6<!-- BEGIN link_open -->
7<div id="calendar_event_entry" style="overflow:hidden;">
8<a class="event_entry" href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;" title="{desc} {location}"><br>
9<!-- END link_open -->
10
11<!-- BEGIN pict -->
12 <img src="{pic_image}" width="{width}" height="{height}" title="{title}" border="0" />
13<!-- END pict -->
14
15<!-- BEGIN link_text_old -->
16<nobr>&nbsp;{time}&nbsp;</nobr> {title}&nbsp;{users_status}: <i>{desc}</i><!--({location})-->
17<!-- END link_text_old -->
18
19<!-- BEGIN link_text -->
20&nbsp;<FONT SIZE=1><span style="color: black">{time}</span> {users_status}<br><b>{title}</b><br><i>{desc}</i> {location}
21<!-- END link_text -->
22
23<!-- BEGIN link_close -->
24</a></div>
25<!-- END link_close -->
Note: See TracBrowser for help on using the repository browser.