2004-08-01 17:36:04 +02:00
|
|
|
<!-- BEGIN event_widget -->
|
|
|
|
<table style="width: 99%; margin: 0px; padding: 0px;" cellpadding="0" cellspacing="0" border="0" align="center" {tooltip}>
|
2004-11-05 11:04:39 +01:00
|
|
|
|
2004-08-01 17:36:04 +02:00
|
|
|
<tr style="height: {header_height};" valign="top">
|
2004-11-05 11:04:39 +01:00
|
|
|
<!-- too many layout problems with round corners //NDEE -->
|
|
|
|
<!-- <td style="width: {corner_radius}; background: url({upper_left_corner}) no-repeat;"></td> -->
|
2004-08-01 17:36:04 +02:00
|
|
|
<td valign="middle" class="calEventHeader{Small}" style="height: {header_height}; border-top: {border} px solid {bordercolor}; background-color: {headerbgcolor};">{header_icons} {header}</td>
|
2004-11-05 11:04:39 +01:00
|
|
|
<!-- <td style="width: {corner_radius}; background: url({upper_right_corner}) no-repeat;"></td> -->
|
2004-08-01 17:36:04 +02:00
|
|
|
</tr>
|
2004-11-05 11:04:39 +01:00
|
|
|
|
2004-08-01 17:36:04 +02:00
|
|
|
<tr valign="top" style="height: {body_height};">
|
2004-11-05 11:04:39 +01:00
|
|
|
<!--<td colspan="3" class="calEventBody{Small}" style="background: {bodybackground}; border-left: {border}px solid {bordercolor}; border-right: {border}px solid {bordercolor};">-->
|
|
|
|
<td class="calEventBody{Small}" style="background: {bodybackground}; border-bottom: {border}px solid {bordercolor}; border-left: {border}px solid {bordercolor}; border-right: {border}px solid {bordercolor};">
|
2004-08-01 17:36:04 +02:00
|
|
|
<p style="margin: 0px;">{body_icons}
|
|
|
|
<span class="calEventTitle">{title}</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2004-11-05 11:04:39 +01:00
|
|
|
<!--
|
2004-08-01 17:36:04 +02:00
|
|
|
<tr style="height: {corner_radius};">
|
|
|
|
<td style="width: {corner_radius}; background: url({lower_left_corner}) no-repeat;"></td>
|
|
|
|
<td style="border-bottom: {border}px solid {bordercolor}; background: {bodybackground};"></td>
|
|
|
|
<td style="width: {corner_radius}; background: url({lower_right_corner}) no-repeat"></td>
|
|
|
|
</tr>
|
2004-11-05 11:04:39 +01:00
|
|
|
-->
|
2004-08-01 17:36:04 +02:00
|
|
|
</table>
|
|
|
|
<!-- END event_widget -->
|
|
|
|
|
|
|
|
<!-- BEGIN event_tooltip -->
|
|
|
|
<table style="width: 99%; margin: 0px; padding: 0px;" cellpadding="0" cellspacing="0" border="0" align="center">
|
|
|
|
<tr style="height: {header_height};" valign="top">
|
2004-11-05 11:04:39 +01:00
|
|
|
<!-- too many layout problems with round corners //NDEE -->
|
|
|
|
<!--<td style="width: {corner_radius}; background: url({upper_left_corner}) no-repeat;"></td>-->
|
2004-08-01 17:36:04 +02:00
|
|
|
<td valign="middle" class="calEventHeader{Small}" style="height: {header_height}; border-top: {border} px solid {bordercolor}; background-color: {headerbgcolor};">{header_icons} {header}</td>
|
2004-11-05 11:04:39 +01:00
|
|
|
<!--<td style="width: {corner_radius}; background: url({upper_right_corner}) no-repeat;"></td>-->
|
2004-08-01 17:36:04 +02:00
|
|
|
</tr>
|
|
|
|
<tr valign="top">
|
2004-11-05 11:04:39 +01:00
|
|
|
<!--<td colspan="3" class="calEventBody{Small}" style="background: {bodybackground}; border-left: {border}px solid {bordercolor}; border-right: {border}px solid {bordercolor};">-->
|
|
|
|
<td class="calEventBody{Small}" style="background: {bodybackground}; border-bottom: {border}px solid {bordercolor}; border-left: {border}px solid {bordercolor}; border-right: {border}px solid {bordercolor};">
|
2004-08-01 17:36:04 +02:00
|
|
|
<p style="margin: 0px;">{body_icons}
|
|
|
|
<span class="calEventTitle">{title}</span><br>
|
|
|
|
{description}</p>
|
|
|
|
<p style="margin: 2px 0px;">{multidaytimes}
|
|
|
|
{location}
|
|
|
|
{category}
|
|
|
|
{participants}</p>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2004-11-05 11:04:39 +01:00
|
|
|
<!--
|
2004-08-01 17:36:04 +02:00
|
|
|
<tr style="height: {corner_radius};">
|
|
|
|
<td style="width: {corner_radius}; background: url({lower_left_corner}) no-repeat;"></td>
|
|
|
|
<td style="border-bottom: {border}px solid {bordercolor}; background: {bodybackground};"></td>
|
|
|
|
<td style="width: {corner_radius}; background: url({lower_right_corner}) no-repeat"></td>
|
|
|
|
</tr>
|
2004-11-05 11:04:39 +01:00
|
|
|
-->
|
2004-08-01 17:36:04 +02:00
|
|
|
</table>
|
|
|
|
<!-- END event_tooltip -->
|
|
|
|
|