egroupware/calendar/templates/prisma/event_widget.tpl

34 lines
1.9 KiB
Smarty
Raw Normal View History

2004-09-28 14:10:24 +02:00
<!-- BEGIN event_widget -->
<table style="width: 99%; margin: 0px; padding: 0px;" cellpadding="0" cellspacing="0" border="0" align="center" {tooltip}>
<tr style="height: {header_height};" valign="top">
<td valign="middle" class="calEventHeader{Small}" style="height: {header_height}; border-top: {border} px solid {bordercolor}; background-color: {headerbgcolor};">{header}</td>
</tr>
<tr valign="top" style="height: {body_height} " >
<td class="calEventBody{Small}" style="background: {bodybackground}; border-left: {border}px solid {bordercolor}; height: {body_height};"><p style="margin: 0px;">{body_icons}<span class="calEventTitle">
{title}</span>
<br>
<br>
{description}
</td>
</tr>
<tr style="height: {corner_radius};">
<td class="calEventBody{Small}" style="border-left: {border}px solid {bordercolor}; background: {bodybackground};">&nbsp;</td>
</tr>
</table>
<!-- END event_widget -->
<!-- BEGIN event_tooltip -->
<table style="width: 100%; margin: 0px; padding: 0px;" cellpadding="0" cellspacing="0" border="0" align="center">
<tr style="height: {header_height};" valign="top">
<td valign="middle" class="calEventHeader{Small}" style="height: {header_height}; border-top: {border} px solid {bordercolor}; background-color: {headerbgcolor};">{header_icons} {header}</td>
</tr>
<tr valign="top">
<td class="calEventBody{Small}" style="background: {bodybackground}; border-left: {border}px solid {bordercolor}; border-right: {border}px solid {bordercolor};"><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>
<tr style="height: {corner_radius};">
<td style="border-left: {border}px solid {bordercolor}; border-right: {border}px solid {bordercolor};border-bottom: {border}px solid {bordercolor}; background: {bodybackground};">&nbsp;</td>
</tr>
</table>
<!-- END event_tooltip -->