aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/day.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-05 20:05:51 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-05 20:05:51 +0000
commit85287f1ac22ea6d20194baff2d378bf075c1c0bd (patch)
treeb0335f6618df669f76610e695f17f94f72afae00 /templates/default/day.tpl
parentad86114448a49bbf132b36b4a1cfbab9628f328c (diff)
downloadphpicalendar-85287f1ac22ea6d20194baff2d378bf075c1c0bd.tar.gz
phpicalendar-85287f1ac22ea6d20194baff2d378bf075c1c0bd.tar.bz2
phpicalendar-85287f1ac22ea6d20194baff2d378bf075c1c0bd.zip
Minor tweeks to the top of day
Diffstat (limited to 'templates/default/day.tpl')
-rw-r--r--templates/default/day.tpl14
1 files changed, 10 insertions, 4 deletions
diff --git a/templates/default/day.tpl b/templates/default/day.tpl
index 286b8a5..c014ab5 100644
--- a/templates/default/day.tpl
+++ b/templates/default/day.tpl
@@ -8,8 +8,8 @@
<td align="center" valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td class="navback"><div style="padding: 5px;" class="H20">&nbsp;{DISPLAY_DATE}</div></td>
- <td align="right" width="120" class="navback">
+ <td align="left" width="90%" class="navback"><div style="padding: 5px;" class="H20">&nbsp;{DISPLAY_DATE}</div></td>
+ <td align="right" width="10%" class="navback">
<table width="120" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a class="psf" href="day.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" border="0" /></a></td>
@@ -24,11 +24,17 @@
<td colspan="2">
<table width="100%" border="0" cellspacing="1" cellpadding="2">
<tr>
+ <td align="left" valign="top" width="20" class="rowOff" onmouseover="this.className='rowOn'" onmouseout="this.className='rowOff'" onclick="window.location.href='day.php?cal={CAL}&amp;getdate={DAYLINK}'">
+ <span class="V12"><a class="psf" href="day.php?cal={CAL}&amp;getdate={PREV_DAY}">&laquo;</a></span>
+ </td>
<!-- loop daysofweek on -->
- <td width="14%" align="center" class="sideback">
- <a class="psf" href="day.php?cal={CAL}&amp;getdate={DAYLINK}"><span class="V9">{DAY}</span></a>
+ <td width="14%" align="center" class="rowOff" onmouseover="this.className='rowOn'" onmouseout="this.className='rowOff'" onclick="window.location.href='day.php?cal={CAL}&amp;getdate={DAYLINK}'">
+ <span class="V9BOLD"><a class="ps3" href="day.php?cal={CAL}&amp;getdate={DAYLINK}">{DAY}</a></span>
</td>
<!-- loop daysofweek off -->
+ <td align="right" valign="top" width="20" class="rowOff" onmouseover="this.className='rowOn'" onmouseout="this.className='rowOff'" onclick="window.location.href='day.php?cal={CAL}&amp;getdate={DAYLINK}'">
+ <span class="V12"><a class="psf" href="day.php?cal={CAL}&amp;getdate={NEXT_DAY}">&raquo;</a></span>
+ </td>
</tr>
</table>
</td>

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