aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-29 20:25:51 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-29 20:25:51 +0000
commitf9d3f3bf10b4152277f3691eaa179ca1419c208b (patch)
tree63875aa2dc1e8dcc36554da30dd30031670e1d06 /templates
parent5670ca7e64615b3082e20db1be2a1b092a06846a (diff)
downloadphpicalendar-f9d3f3bf10b4152277f3691eaa179ca1419c208b.tar.gz
phpicalendar-f9d3f3bf10b4152277f3691eaa179ca1419c208b.tar.bz2
phpicalendar-f9d3f3bf10b4152277f3691eaa179ca1419c208b.zip
Initial checkin.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/calendar_nav.tpl77
1 files changed, 77 insertions, 0 deletions
diff --git a/templates/default/calendar_nav.tpl b/templates/default/calendar_nav.tpl
new file mode 100644
index 0000000..dfe6f04
--- /dev/null
+++ b/templates/default/calendar_nav.tpl
@@ -0,0 +1,77 @@
+<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>
+ <tr>
+ <td width="1%" valign="top" align="right">
+ {MONTH_SMALL|-1}
+ </td>
+ <td width="98%" valign="top" align="center">
+ <table border="0" width="330" cellspacing="0" cellpadding="0">
+ <tr>
+ <td width="160" valign="top">
+ <div style="padding: 5px;">
+ <form style="margin-bottom:0;" action="day.php" method="GET">
+ {LIST_ICALS}<br>
+ {LIST_YEARS}<br>
+ {LIST_MONTHS}<br>
+ {LIST_WEEKS}<br>
+ <br>
+ </form>
+ <!-- switch show_search on -->
+ {SEARCH_BOX}
+ <!-- switch show_search off -->
+ <!-- switch show_goto on -->
+ <form style="margin-bottom:0;" action="day.php" method="GET">
+ <input type="hidden" name="cal" value="{URL_CAL}">
+ <input type="text" style="width:160px; font-size:10px" name="jumpto_day">
+ <input type="submit" value="Go">
+ </form>
+ <!-- switch show_goto off -->
+ </div>
+ </td>
+ <td>
+ <img src="images/spacer.gif" width="20" height="1" alt=" ">
+ </td>
+ <td width="160" valign="top">
+ <div style="padding: 5px;">
+ <font class="G10BOLD">{CAL_DISPLAYNAME2}</font><br>
+ <span class="G10">
+ <a class="psf" href="day.php?cal={CAL}&amp;getdate={REALLY_TODAY_TODAY}">{L_GODAY}</a><br>
+ <a class="psf" href="week.php?cal={CAL}&amp;getdate={REALLY_TODAY_TODAY}">{L_GOWEEK}</a><br>
+ <a class="psf" href="month.php?cal={CAL}&amp;getdate={REALLY_TODAY_TODAY}">{L_GOMONTH}</a><br>
+ <a class="psf" href="year.php?cal={CAL}&amp;getdate={REALLY_TODAY_TODAY}">{L_GOYEAR}</a><br>
+ <a class="psf" href="print.php?cal={CAL}&amp;getdate={GETDATE}&amp;printview={CURRENT_VIEW}">{L_GOPRINT}</a><br>
+ <!-- switch allow_preferences on -->
+ <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>
+ <!-- switch display_download off -->
+ <!-- switch is_logged_in on -->
+ <a class="psf" href="{SCRIPT_NAME}?{QUERYS}">Logout {USERNAME}</a>
+ <!-- switch is_logged_in off -->
+ </span>
+ </div>
+ </td>
+ </tr>
+ </table>
+ </td>
+ <td width="1%" valign="top" align="left">
+ {MONTH_SMALL|+1}
+ </td>
+ </tr>
+</table> \ No newline at end of file

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