source: companies/serpro/calendar/templates/serpro/link_pict.tpl @ 903

Revision 903, 874 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

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<nobr>&nbsp;<FONT SIZE=1><span style="color: black">{time}</span> {users_status}</nobr><br><b>{title}</b><br><i>{desc}</i>{location}<br />
21<!-- END link_text -->
22
23<!-- BEGIN link_close -->
24</a></div><br />
25<!-- END link_close -->
Note: See TracBrowser for help on using the repository browser.