egroupware/calendar/templates/default/day_cal.tpl

45 lines
927 B
Smarty
Raw Normal View History

2001-01-10 06:01:36 +01:00
<!-- $Id$ -->
<!-- BEGIN day -->
2001-01-12 04:37:21 +01:00
<style type="text/css">
<!--
.event
{
color: {font_color};
2001-01-12 04:37:21 +01:00
font-family: {font};
font-weight: 100;
font-size: 80%;
line-height: 110%;
2001-01-12 04:37:21 +01:00
vertical-align: middle;
}
.time
{
width: {time_width}%;
2001-01-12 04:37:21 +01:00
background-image: url('{bg_time_image}');
2001-04-18 19:04:40 +02:00
background-repeat: repeat;
border-width: 1;
color: {font_color};
2001-01-12 04:37:21 +01:00
font-family: {font};
font-size: 65%;
2001-04-18 19:04:40 +02:00
line-height: 100%;
2001-01-12 04:37:21 +01:00
vertical-align: middle;
}
-->
</style>
2001-01-12 05:18:36 +01:00
<table width="100%" border="0" cellspacing="0" cellpadding="0">
2001-01-10 06:01:36 +01:00
{row}
</table>
<!-- END day -->
<!-- BEGIN day_row -->
<tr>{item}
</tr>
<!-- END day_row -->
<!-- BEGIN day_event -->
<td class="event" bgcolor="{bgcolor}"{extras}>{event}</td>
<!-- END day_event -->
<!-- BEGIN day_time -->
<td class="time">{open_link}{time}{close_link}</td>
<!-- END day_time -->
2001-01-10 06:01:36 +01:00