aboutsummaryrefslogtreecommitdiffstats
path: root/templates
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
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')
-rw-r--r--templates/default/calendar_nav.tpl22
-rw-r--r--templates/default/footer.tpl4
-rw-r--r--templates/default/month.tpl4
-rw-r--r--templates/default/sidebar.tpl2
4 files changed, 8 insertions, 24 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>
diff --git a/templates/default/footer.tpl b/templates/default/footer.tpl
index 4f04038..3ce9084 100644
--- a/templates/default/footer.tpl
+++ b/templates/default/footer.tpl
@@ -1,4 +1,4 @@
-<center class="V9"><br />{POWERED_BY_LANG} <a class="psf" href="http://phpicalendar.sourceforge.net/nuke/">PHP iCalendar 2.0</a><br>
+<center class="V9"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.sourceforge.net/nuke/">PHP iCalendar 2.0</a><br>
<!-- switch rss_valid on -->
<p>
<a style="color:gray" href="http://feeds.archive.org/validator/check?url={FOOTER_CHECK}">
@@ -6,7 +6,7 @@
</p>
<!-- switch rss_valid off -->
<!-- switch rss_powered on -->
-{THIS_SITE_IS_LANG} <a class="psf" href="{BASE}rss/index.php?cal={CAL}&amp;getdate={GETDATE}">RSS-Enabled</a>
+{L_THIS_SITE_IS} <a class="psf" href="{BASE}rss/index.php?cal={CAL}&amp;getdate={GETDATE}">RSS-Enabled</a>
<!-- switch rss_powered off -->
</center>
</body>
diff --git a/templates/default/month.tpl b/templates/default/month.tpl
index b09c344..b0aba24 100644
--- a/templates/default/month.tpl
+++ b/templates/default/month.tpl
@@ -9,9 +9,9 @@
<td class="navback">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td align="right" width="40%" class="navback"><a class="psf" href="month.php?cal={CAL}&amp;getdate={PREV_GETMONTH}"><img src="templates/{TEMPLATE}/images/left_day.gif" alt="{L_PREV}" border="0" align="right"></a></td>
+ <td align="right" width="40%" class="navback"><a class="psf" href="month.php?cal={CAL}&amp;getdate={PREV_MONTH}"><img src="templates/{TEMPLATE}/images/left_day.gif" alt="{L_PREV}" border="0" align="right"></a></td>
<td align="center" width="20%" class="navback" nowrap valign="middle"><font class="H20">{MONTH_TITLE}</font></td>
- <td align="left" width="40%" class="navback"><a class="psf" href="month.php?cal={CAL}&amp;getdate={NEXT_GETMONTH}"><img src="templates/{TEMPLATE}/images/right_day.gif" alt="{L_NEXT}" border="0" align="left"></a></td>
+ <td align="left" width="40%" class="navback"><a class="psf" href="month.php?cal={CAL}&amp;getdate={NEXT_MONTH}"><img src="templates/{TEMPLATE}/images/right_day.gif" alt="{L_NEXT}" border="0" align="left"></a></td>
</tr>
</table>
</td>
diff --git a/templates/default/sidebar.tpl b/templates/default/sidebar.tpl
index 65f8fd2..a2b147f 100644
--- a/templates/default/sidebar.tpl
+++ b/templates/default/sidebar.tpl
@@ -37,7 +37,7 @@
<td bgcolor="#FFFFFF" align="left">
<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>

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