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

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

Ticket #2286 - Adicionado modulo acessivel ao Expresso.

  • Property svn:executable set to *
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="#" 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.