2004-07-15 14:50:20 +02:00
|
|
|
<!-- $Id$ link_pict -->
|
|
|
|
|
|
|
|
<!-- BEGIN link_pict -->
|
|
|
|
{picture}
|
|
|
|
<!-- END link_pict -->
|
|
|
|
|
|
|
|
<!-- BEGIN link_open -->
|
2004-07-19 17:17:02 +02:00
|
|
|
<div id="calendar_event_entry" style="overflow:hidden;" {tooltip}>
|
2004-07-15 14:50:20 +02:00
|
|
|
<a class="event_entry" href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;"><br>
|
2004-07-16 14:10:46 +02:00
|
|
|
<!-- removed for favour of tooltip (NDEE) title="{desc}" -->
|
2004-07-15 14:50:20 +02:00
|
|
|
<!-- END link_open -->
|
|
|
|
|
|
|
|
<!-- BEGIN pict -->
|
|
|
|
<img src="{pic_image}" width="{width}" height="{height}" title="{title}" border="0" />
|
|
|
|
<!-- END pict -->
|
|
|
|
|
|
|
|
<!-- BEGIN link_text_old -->
|
|
|
|
<nobr> {time} </nobr> {title} {users_status}: <i>{desc}</i><!--({location})-->
|
|
|
|
<!-- END link_text_old -->
|
|
|
|
|
|
|
|
<!-- BEGIN link_text -->
|
2004-07-19 17:17:02 +02:00
|
|
|
<nobr> <span style="color: black">{time}</span> {users_status}</nobr><br><b>{title}</b>
|
2004-07-15 14:50:20 +02:00
|
|
|
<!-- END link_text -->
|
|
|
|
|
|
|
|
<!-- BEGIN link_close -->
|
|
|
|
</a></div>
|
|
|
|
<!-- END link_close -->
|