aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-20 02:41:52 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-20 02:41:52 +0000
commit135df0c8f1a82cf621f72e3ed026111dbf88d0ae (patch)
treec31517c120d52856cc2f94a0edbe3d0ab17bbafe /week.php
parent8bd9127ce4e7d6982a1fccaef59f268c14db31c3 (diff)
downloadphpicalendar-135df0c8f1a82cf621f72e3ed026111dbf88d0ae.tar.gz
phpicalendar-135df0c8f1a82cf621f72e3ed026111dbf88d0ae.tar.bz2
phpicalendar-135df0c8f1a82cf621f72e3ed026111dbf88d0ae.zip
Altered HTML for looks and class.
Diffstat (limited to 'week.php')
-rw-r--r--week.php41
1 files changed, 12 insertions, 29 deletions
diff --git a/week.php b/week.php
index 0d37a05..7f5cdcb 100644
--- a/week.php
+++ b/week.php
@@ -39,17 +39,9 @@ $prev_week = date("Ymd", $prev_week2);
<td align="right" width="5%"><!--[[a class="psf" href="preferences.php"]]Preferences[[/a]]--></td>
</tr>
<tr>
- <td colspan="3"><img src="images/spacer.gif" height="24" width="1"></td>
- </tr>
- <tr>
- <td class="V12" align="left" valign="top" width="5%" nowrap><? echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$prev_week\">Previous Week</a>"; ?></td>
- <td class="H20" align="center" valign="middle" width="90%" nowrap><? echo "$start_week - $end_week"; ?></td>
- <td class="V12" align="right" valign="top" width="5%" nowrap><? echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$next_week\">Next Week</a>"; ?></td>
- </tr>
- <tr>
<td colspan="3"><img src="images/spacer.gif" height="10" width="1"></td>
</tr>
- </table>
+</table>
<table width="700" border="0" cellspacing="1" cellpadding="2" class="calborder">
<tr>
<td>
@@ -64,6 +56,17 @@ $prev_week = date("Ymd", $prev_week2);
<td colspan="3" bgcolor="white" nowrap>
<table width="100%" border="0" cellspacing="4" cellpadding="0">
<tr>
+ <td colspan="3">
+ <table width="100%" border="0" cellspacing="4" cellpadding="0">
+ <tr>
+ <td class="V12" align="left" valign="top" width="5%" nowrap><? echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$prev_week\">Previous Week</a>"; ?></td>
+ <td class="H20" align="center" valign="middle" width="90%" nowrap><? echo "$start_week - $end_week"; ?></td>
+ <td class="V12" align="right" valign="top" width="5%" nowrap><? echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$next_week\">Next Week</a>"; ?></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
<td align="left" valign="middle"><? include('./list_icals.php'); ?></td>
<td align="right" valign="middle" class="V12"><a class="psf" href="<? echo "$fullpath"; ?>">Subscribe</a>&nbsp;|&nbsp;<a class="psf" href="<? echo "$filename"; ?>">Download</a></td>
</tr>
@@ -298,26 +301,6 @@ $prev_week = date("Ymd", $prev_week2);
</td>
</tr>
</table>
- <table width="700" border="0" cellspacing="0" cellpadding="0" class="V12">
- <tr>
- <td colspan="3"><img src="images/spacer.gif" height="10" width="1"></td>
- </tr>
- <tr>
- <td class="V12" align="left" valign="middle" width="5%" nowrap><? echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$prev_week\">Previous Week</a>"; ?></td>
- <td class="H20" align="center" valign="middle" width="90%" nowrap><? echo "$today"; ?></td>
- <td class="V12" align="right" valign="middle" width="5%" nowrap><? echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$next_week\">Next Week</a>"; ?></td>
- </tr>
-<!--
- [[tr]]
- [[td colspan="3"]][[img src="images/spacer.gif" height="24" width="1"]][[/td]]
- [[/tr]]
- [[tr]]
- [[td align="left" width="5%"]][[a href="day.php"]]Today[[/a]][[/td]]
- [[td align="center" width="90%"]][[a href="day.php"]]Day[[/a]] | [[a href="week.php"]]Week[[/a]] | [[a href="month.php"]]Month[[/a]][[/td]]
- [[td align="right" width="5%"]][[a href="preferences.php"]]Preferences[[/a]][[/td]]
- [[/tr]]
--->
-</table>
</center>
</body>
</html>

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