aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/calendar_nav.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-30 00:53:54 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-30 00:53:54 +0000
commit7dd9656474919d73208e1894a6553a0d2ae24af9 (patch)
treef51cecf2b0046c2de4816afe1e63e62df96497a8 /templates/default/calendar_nav.tpl
parent9f95b770160f049cd46b87862d53fe0e1063f5b2 (diff)
downloadphpicalendar-7dd9656474919d73208e1894a6553a0d2ae24af9.tar.gz
phpicalendar-7dd9656474919d73208e1894a6553a0d2ae24af9.tar.bz2
phpicalendar-7dd9656474919d73208e1894a6553a0d2ae24af9.zip
Updates to template, started templating of month.php.
Diffstat (limited to 'templates/default/calendar_nav.tpl')
-rw-r--r--templates/default/calendar_nav.tpl22
1 files changed, 3 insertions, 19 deletions
diff --git a/templates/default/calendar_nav.tpl b/templates/default/calendar_nav.tpl
index dfe6f04..8ac5386 100644
--- a/templates/default/calendar_nav.tpl
+++ b/templates/default/calendar_nav.tpl
@@ -1,20 +1,4 @@
-<table border="0" width="737" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" class="calborder">
- <tr>
- <td align="left" valign="top" width="1%" class="sideback">
- <a class="psf" href="month.php?cal={CAL}&amp;getdate={PREV_GETDATE}"><img src="templates/{TEMPLATE}/images/left_arrows.gif" alt="{L_PREV_DAY}" border="0" align="left"></a>
- </td>
- <td align="center" class="sideback">
- <font class="G10B"><b>Thursday, January 29</b></font>
- </td>
- <td align="right" valign="top" width="1%" class="sideback">
- <a class="psf" href="month.php?cal={CAL}&amp;getdate={NEXT_GETDATE}"><img src="templates/{TEMPLATE}/images/right_arrows.gif" alt="{L_NEXT_DAY}" border="0" align="right"></a>
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <img src="images/spacer.gif" width="1" height="5" alt=" ">
- </td>
- </tr>
+<table border="0" width="737" cellspacing="0" cellpadding="0">
<tr>
<td width="1%" valign="top" align="right">
{MONTH_SMALL|-1}
@@ -25,7 +9,7 @@
<td width="160" valign="top">
<div style="padding: 5px;">
<form style="margin-bottom:0;" action="day.php" method="GET">
- {LIST_ICALS}<br>
+ <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>
@@ -59,7 +43,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>

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