egroupware_official/calendar/templates/default/link_pict.tpl

28 lines
1.0 KiB
Smarty
Raw Normal View History

2001-01-14 20:30:11 +01:00
<!-- $Id$ link_pict -->
<!-- BEGIN link_pict -->
{picture}
<!-- END link_pict -->
<!-- BEGIN link_open -->
2004-07-16 14:28:15 +02:00
<div id="calendar_event_entry" style="overflow:hidden;" onmouseover="this.T_STATIC=true; this.T_OFFSETX=-2; this.T_OFFSETY=36; return escape('{desc}');">
<a class="event_entry" href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;"><br>
<!-- removed for favour of tooltip (NDEE) title="{desc}" -->
<!-- END link_open -->
<!-- BEGIN pict -->
<img src="{pic_image}" width="{width}" height="{height}" title="{title}" border="0" />
<!-- END pict -->
<!-- BEGIN link_text_old -->
<nobr>&nbsp;{time}&nbsp;</nobr> {title}&nbsp;{users_status}: <i>{desc}</i><!--({location})-->
<!-- END link_text_old -->
<!-- BEGIN link_text -->
2004-07-16 14:28:15 +02:00
<nobr>&nbsp;<span style="color: black">{time}</span> {users_status}</nobr><br><b>{title}</b><br><i>{desc}</i><br>(<span style="font-size:7px;">{location})</span>
<!-- END link_text -->
<!-- BEGIN link_close -->
</a></div>
<!-- END link_close -->