| 1 |
<?php |
<?php |
| 2 |
// $Id: calendar-day.tpl.php,v 1.7.2.7 2009/02/14 20:08:00 karens Exp $ |
// $Id: calendar-day.tpl.php,v 1.7.2.8 2009/02/16 23:46:22 karens Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Template to display a view as a calendar day, grouped by time |
* Template to display a view as a calendar day, grouped by time |
| 32 |
?> |
?> |
| 33 |
<div class="calendar-calendar"><div class="day-view"> |
<div class="calendar-calendar"><div class="day-view"> |
| 34 |
<table> |
<table> |
| 35 |
|
<col width="<?php print $first_column_width?>"></col> |
| 36 |
<thead> |
<thead> |
|
<col width="<?php print $first_column_width?>"></col> |
|
| 37 |
<?php foreach ($columns as $column): ?> |
<?php foreach ($columns as $column): ?> |
| 38 |
<col width="<?php print $column_width; ?>%"></col> |
<col width="<?php print $column_width; ?>%"></col> |
| 39 |
<?php endforeach; ?> |
<?php endforeach; ?> |