mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 05:23:26 +01:00
27 lines
1.1 KiB
Smarty
Executable File
27 lines
1.1 KiB
Smarty
Executable File
<!-- $Id$ link_pict -->
|
|
|
|
<!-- BEGIN link_pict -->
|
|
{picture}
|
|
<!-- END link_pict -->
|
|
|
|
<!-- BEGIN link_open -->
|
|
<div id="calendar_event_entry">
|
|
<a class="event_entry" href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;"><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> {time} </nobr> {title} {users_status}: <i>{desc}</i><!--({location})-->
|
|
<!-- END link_text_old -->
|
|
|
|
<!-- BEGIN link_text -->
|
|
<nobr> <span style="color: black">{time}</span> {users_status}</nobr><br><div onmouseover="this.T_STATIC=true;this.T_OFFSETX=-2;this.T_OFFSETY=36;return escape('<table width=200 cellpadding=3 cellspacing=0 border=0><tr><td style=\'color: white;\' bgcolor=#606060>{time}::<b>{title}</b></td></tr><tr><td><br>{desc}<br><br></td></tr><tr><td bgcolor=#c7c7c7>{location}</td></tr></table>');"><b>{title}</b><br><i>{desc}</i><br><b>{location}</b></div>
|
|
<!-- END link_text -->
|
|
|
|
<!-- BEGIN link_close -->
|
|
</a></div>
|
|
<!-- END link_close -->
|