aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-14 05:42:15 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-14 05:42:15 +0000
commit283f8ddd180048b7a55a56cc71275d63dde54868 (patch)
tree8377314f58aaddc9fb15b0d5071b4ee3fbf2beca /templates
parenta45e43f17e1441f51436019760941896f4f34525 (diff)
downloadphpicalendar-283f8ddd180048b7a55a56cc71275d63dde54868.tar.gz
phpicalendar-283f8ddd180048b7a55a56cc71275d63dde54868.tar.bz2
phpicalendar-283f8ddd180048b7a55a56cc71275d63dde54868.zip
Start of wiring of week template.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/week.tpl108
1 files changed, 20 insertions, 88 deletions
diff --git a/templates/default/week.tpl b/templates/default/week.tpl
index 3d9eba7..40f6096 100644
--- a/templates/default/week.tpl
+++ b/templates/default/week.tpl
@@ -46,7 +46,7 @@
</td>
<!-- loop daysofweek on -->
<td width="80" align="center" class="{ROW1}" onmouseover="this.className='{ROW2}'" onmouseout="this.className='{ROW3}'" onclick="window.location.href='week.php?cal={CAL}&amp;getdate={DAYLINK}'">
- <a class="ps3" href="week.php?cal={CAL}&amp;getdate={DAYLINK}"><span class="V9BOLD">{DAY}</span></a>
+ <a class="ps3" href="day.php?cal={CAL}&amp;getdate={DAYLINK}"><span class="V9BOLD">{DAY}</span></a>
</td>
<!-- loop daysofweek off -->
</tr>
@@ -62,101 +62,33 @@
</td>
<!-- loop alldaysofweek off -->
</tr>
+ </table>
+ <table width="100%" border="0" cellspacing="0" cellpadding="0">
+ <!-- loop row on -->
<tr>
- <td colspan="4" rowspan="4" align="center" valign="top" width="60" class="timeborder">
- 8:00 AM
- </td>
- <td width="80" colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80" colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80" colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80" colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
+ <td rowspan="4" align="center" valign="top" width="60" class="timeborder">9:00 AM</td>
+ <td width="1" height="15"></td>
+ <td class="dayborder">&nbsp;</td>
</tr>
<tr>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
+ <td width="1" height="15"></td>
+ <td class="dayborder2">&nbsp;</td>
</tr>
<tr>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
+ <td width="1" height="15"></td>
+ <td class="dayborder">&nbsp;</td>
</tr>
<tr>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
- <td width="80"colspan="1" class="weekborder">
- &nbsp;
- </td>
+ <td width="1" height="15"></td>
+ <td class="dayborder2">&nbsp;</td>
</tr>
+ <!-- loop row off -->
+ <!-- loop event on -->
+ <div class="eventfont">
+ <div class="eventbg_{EVENT_CALNO}">{CONFIRMED}<b>{EVENT_START}</b></div>
+ <div class="padd">{EVENT}</div>
+ </div>
+ <!-- loop event off -->
</table>
</td>
</tr>

© 2014-2024 Faster IT GmbH | imprint | privacy policy