aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/sidebar.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-03 06:22:29 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-03 06:22:29 +0000
commitb8fc4e4cb1d3a574a8a624fa5a357c005fe73ac4 (patch)
tree0d5f0c28a89eb2a8803775f6914ef231fd9ddee9 /templates/default/sidebar.tpl
parent47a64889d8dd751a72d82fa4ba966683133b3368 (diff)
downloadphpicalendar-b8fc4e4cb1d3a574a8a624fa5a357c005fe73ac4.tar.gz
phpicalendar-b8fc4e4cb1d3a574a8a624fa5a357c005fe73ac4.tar.bz2
phpicalendar-b8fc4e4cb1d3a574a8a624fa5a357c005fe73ac4.zip
Updates and initial wiring of day.tpl and day.php.
Diffstat (limited to 'templates/default/sidebar.tpl')
-rw-r--r--templates/default/sidebar.tpl72
1 files changed, 61 insertions, 11 deletions
diff --git a/templates/default/sidebar.tpl b/templates/default/sidebar.tpl
index a2b147f..ce32427 100644
--- a/templates/default/sidebar.tpl
+++ b/templates/default/sidebar.tpl
@@ -1,7 +1,7 @@
<table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder">
<tr>
<td align="left" valign="top" width="24" class="sideback"><a class="psf" href="day.php?cal={CAL}&amp;getdate={YESTERDAYS_DATE}"><img src="templates/{TEMPLATE}/images/left_arrows.gif" alt="{PREV_LANG}" width="16" height="20" border="0" align="left"></a></td>
- <td align="center" width="112" class="sideback"><font class="G10BOLD">{THISDAY2}</font></td>
+ <td align="center" width="112" class="sideback"><font class="G10BOLD">{DISPLAY_DATE}</font></td>
<td align="right" valign="top" width="24" class="sideback"><a class="psf" href="day.php?cal={CAL}&amp;getdate={TOMORROWS_DATE}"><img src="templates/{TEMPLATE}/images/right_arrows.gif" alt="{NEXT_LANG}" width="16" height="20" border="0" align="right"></a></td>
</tr>
<tr>
@@ -18,7 +18,7 @@
<a class="psf" href="preferences.php?cal={CAL}&amp;getdate={GETDATE}">{L_PREFERENCES}</a><br>
<!-- switch allow_preferences off -->
<!-- switch display_download on -->
- <a class="psf" href="{SUBSCRIBE_PATH}">{SUBSCRIBE_LANG}</a>&nbsp;|&nbsp;<a class="psf" href="{DOWNLOAD_FILENAME}">{DOWNLOAD_LANG}</a><br>
+ <a class="psf" href="{SUBSCRIBE_PATH}">{L_SUBSCRIBE}</a>&nbsp;|&nbsp;<a class="psf" href="{DOWNLOAD_FILENAME}">{L_DOWNLOAD}</a><br>
<!-- switch display_download off -->
<!-- switch is_logged_in on -->
<a class="psf" href="{SCRIPT_NAME}?{QUERYS}">Logout {USERNAME}</a>
@@ -28,7 +28,15 @@
</td>
</tr>
</table>
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ <td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ <td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ </tr>
+</table>
<img src="images/spacer.gif" width="1" height="10" alt=" "><br>
+
<table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder">
<tr height="20">
<td align="center" class="sideback"><div style="height: 20px; margin-top: 3px;" class="G10BOLD">{L_JUMP}</div></td>
@@ -36,12 +44,11 @@
<tr>
<td bgcolor="#FFFFFF" align="left">
<div style="padding: 5px;">
- <form style="margin-bottom:0;" action="day.php" method="GET">
- <select name="action" class="query_style" onChange="window.location=(this.options[this.selectedIndex].value">{LIST_ICALS}</select><br>
- {LIST_YEARS}<br>
- {LIST_MONTHS}<br>
- {LIST_WEEKS}<br>
- <br>
+ <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="GET">
+ <select name="action" class="query_style" onChange="window.location=(this.options[this.selectedIndex].value);">{LIST_ICALS}</select><br>
+ <select name="action" class="query_style" onChange="window.location=(this.options[this.selectedIndex].value);">{LIST_YEARS}</select><br>
+ <select name="action" class="query_style" onChange="window.location=(this.options[this.selectedIndex].value);">{LIST_MONTHS}</select><br>
+ <select name="action" class="query_style" onChange="window.location=(this.options[this.selectedIndex].value);">{LIST_WEEKS}</select><br>
</form>
<!-- switch show_search on -->
{SEARCH_BOX}
@@ -57,13 +64,20 @@
</td>
</tr>
</table>
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ <td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ <td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ </tr>
+</table>
<img src="images/spacer.gif" width="1" height="10" alt=" "><br>
<!-- switch tomorrows_events on -->
<table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder">
<tr height="20">
- <td align="center" class="sideback"><div style="height: 20px; margin-top: 3px;" class="G10BOLD">{TOMORROWS_LANG}</div></td>
+ <td align="center" class="sideback"><div style="height: 20px; margin-top: 3px;" class="G10BOLD">{L_TOMORROWS}</div></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" align="left">
@@ -78,6 +92,13 @@
</td>
</tr>
</table>
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ <td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ <td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ </tr>
+</table>
<img src="images/spacer.gif" width="1" height="10" alt=" "><br>
<!-- switch tomorrows_events off -->
@@ -86,7 +107,7 @@
<table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder">
<tr height="20">
- <td align="center" width="98%" class="sideback"><div style="height: 20px; margin-top: 3px;" class="G10BOLD">{TODO_LANG}</div></td>
+ <td align="center" width="98%" class="sideback"><div style="height: 20px; margin-top: 3px;" class="G10BOLD">{L_TODO}</div></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" align="left">
@@ -118,14 +139,43 @@
</td>
</tr>
</table>
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ <td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ <td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ </tr>
+</table>
<img src="images/spacer.gif" width="1" height="10" alt=" "><br>
+
<!-- switch todo off -->
{MONTH_SMALL|-1}
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ <td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ <td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ </tr>
+</table>
<img src="images/spacer.gif" width="1" height="10" alt=" "><br>
{MONTH_SMALL|+0}
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ <td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ <td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ </tr>
+</table>
<img src="images/spacer.gif" width="1" height="10" alt=" "><br>
-{MONTH_SMALL|+1} \ No newline at end of file
+{MONTH_SMALL|+1}
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ <td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ <td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4"></td>
+ </tr>
+</table> \ No newline at end of file

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