source: trunk/calendar/templates/edge-it/link_pict.tpl @ 2

Revision 2, 848 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • 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="{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;<span style="color: black">{time}</span> {users_status}</nobr><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.