egroupware_official/calendar/templates/default/link_pict.tpl
ak703 4b4df263cc migrated more items to app.css and fixed (hopefully) most current issues with calendar's layout.
Cutting off long event titles is done purposely - not a bug ;-)
2004-03-12 23:47:03 +00:00

27 lines
831 B
Smarty
Executable File

<!-- $Id$ link_pict -->
<!-- BEGIN link_pict -->
{picture}
<!-- END link_pict -->
<!-- BEGIN link_open -->
<div style="overflow:hidden;">
<a class="event_entry" href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;" title="{desc} - {location}"><br>
<!-- 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 -->
<nobr>&nbsp;{time}&nbsp;</nobr>{users_status}&nbsp;{title}<!-- : <i>{desc}</i>--><!--({location})-->
<!-- END link_text -->
<!-- BEGIN link_close -->
</a></div>
<!-- END link_close -->