2004-08-01 17:36:04 +02:00
|
|
|
<!-- BEGIN event_widget -->
|
2008-09-13 14:43:14 +02:00
|
|
|
{indent}<div class="calEventHeader{Small}" style="background-color: {bordercolor}; color: {headercolor};">
|
2006-06-02 21:38:08 +02:00
|
|
|
{indent} {header}
|
|
|
|
{indent} <div class="calEventIcons">{icons}</div>
|
|
|
|
{indent}</div>
|
|
|
|
{indent}<div class="calEventBody{Small}">{title}</div>
|
2004-08-01 17:36:04 +02:00
|
|
|
<!-- END event_widget -->
|
|
|
|
|
2006-10-17 22:01:08 +02:00
|
|
|
<!-- BEGIN event_widget_wholeday_on_top -->
|
|
|
|
{indent}<div class="calEventBody{Small}">
|
|
|
|
{indent} {title}
|
|
|
|
{indent}</div>
|
|
|
|
<!-- END event_widget_wholeday_on_top -->
|
|
|
|
|
2004-08-01 17:36:04 +02:00
|
|
|
<!-- BEGIN event_tooltip -->
|
2009-11-18 14:58:01 +01:00
|
|
|
<div class="calEventTooltip {status_class}" style="border-color: {bordercolor}; background: {bodybackground};">
|
2006-06-02 21:38:08 +02:00
|
|
|
<div class="calEventHeaderSmall" style="background-color: {bordercolor};">
|
2008-09-13 14:43:14 +02:00
|
|
|
<font color="{headercolor}">{timespan}</font>
|
2006-06-02 21:38:08 +02:00
|
|
|
<div class="calEventIcons">{icons}</div>
|
|
|
|
</div>
|
|
|
|
<div class="calEventBodySmall">
|
|
|
|
<p style="margin: 0px;">
|
|
|
|
<span class="calEventTitle">{title}</span><br>
|
|
|
|
{description}</p>
|
|
|
|
<p style="margin: 2px 0px;">{times}
|
|
|
|
{location}
|
|
|
|
{category}
|
|
|
|
{participants}</p>
|
|
|
|
</div>
|
|
|
|
</dir>
|
2004-08-01 17:36:04 +02:00
|
|
|
<!-- END event_tooltip -->
|
|
|
|
|
2005-11-09 00:15:14 +01:00
|
|
|
<!-- BEGIN planner_event -->
|
|
|
|
{icons} {title}
|
|
|
|
<!-- END planner_event -->
|