diff options
| author | Lester Caine <lester@lsces.co.uk> | 2006-05-29 08:35:20 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2006-05-29 08:35:20 +0000 |
| commit | 2861c80f648a4dfe54773008aa90a60e809b613d (patch) | |
| tree | 62461018a12bb3f0afde0f72b80e6d8d69e273d3 | |
| parent | 8f17c082591972a37953b9ec5c6d3511b611e41d (diff) | |
| download | calendar-2861c80f648a4dfe54773008aa90a60e809b613d.tar.gz calendar-2861c80f648a4dfe54773008aa90a60e809b613d.tar.bz2 calendar-2861c80f648a4dfe54773008aa90a60e809b613d.zip | |
Couple of mised $smarty.const. updates
| -rw-r--r-- | templates/calendar_nav_inc.tpl | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/templates/calendar_nav_inc.tpl b/templates/calendar_nav_inc.tpl index 9064a5d..fd34897 100644 --- a/templates/calendar_nav_inc.tpl +++ b/templates/calendar_nav_inc.tpl @@ -37,10 +37,10 @@ {jscalendar inputField=todate time=$navigation.focus_date onUpdate=gotocal displayArea=datrigger} </td> <td style="white-space:nowrap; width:140px; text-align:right;"> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=day&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'day'}highlight{/if}">{biticon ipackage=calendar iname=day iexplain=Day}</a> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=week&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'week'}highlight{/if}">{biticon ipackage=calendar iname=week iexplain=Week}</a> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=weeklist&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'weeklist'}highlight{/if}">{biticon ipackage=calendar iname=weeklist iexplain=Weeklist}</a> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=month&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'month'}highlight{/if}">{biticon ipackage=calendar iname=month iexplain=Month}</a> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?view_mode=day&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'day'}highlight{/if}">{biticon ipackage=calendar iname=day iexplain=Day}</a> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?view_mode=week&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'week'}highlight{/if}">{biticon ipackage=calendar iname=week iexplain=Week}</a> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?view_mode=weeklist&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'weeklist'}highlight{/if}">{biticon ipackage=calendar iname=weeklist iexplain=Weeklist}</a> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?view_mode=month&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'month'}highlight{/if}">{biticon ipackage=calendar iname=month iexplain=Month}</a> </td> </tr> </table> @@ -48,30 +48,30 @@ <table> <tr> <td rowspan="2" style="text-align:left;"> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?todate={$navigation.before.day}&{$url_string}" title="{$navigation.before.day|bit_long_date}">« {tr}day{/tr}</a><br /> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?todate={$navigation.before.week}&{$url_string}" title="{$navigation.before.week|bit_long_date}">« {tr}week{/tr}</a><br /> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?todate={$navigation.before.month}&{$url_string}" title="{$navigation.before.month|bit_long_date}">« {tr}month{/tr}</a><br /> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?todate={$navigation.before.year}&{$url_string}" title="{$navigation.before.year|bit_long_date}">« {tr}year{/tr}</a> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.before.day}&{$url_string}" title="{$navigation.before.day|bit_long_date}">« {tr}day{/tr}</a><br /> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.before.week}&{$url_string}" title="{$navigation.before.week|bit_long_date}">« {tr}week{/tr}</a><br /> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.before.month}&{$url_string}" title="{$navigation.before.month|bit_long_date}">« {tr}month{/tr}</a><br /> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.before.year}&{$url_string}" title="{$navigation.before.year|bit_long_date}">« {tr}year{/tr}</a> </td> <td style="text-align:center;"> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?todate={$smarty.now}&{$url_string}" title="{$smarty.now|bit_long_date}">{tr}Today{/tr}: <strong>{$smarty.now|bit_long_date}</strong></a> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$smarty.now}&{$url_string}" title="{$smarty.now|bit_long_date}">{tr}Today{/tr}: <strong>{$smarty.now|bit_long_date}</strong></a> </td> <td rowspan="2" style="text-align:right;"> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?todate={$navigation.after.day}&{$url_string}" title="{$navigation.after.dayn|bit_long_date}">{tr}day{/tr} »</a><br /> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?todate={$navigation.after.week}&{$url_string}" title="{$navigation.after.week|bit_long_date}">{tr}week{/tr} »</a><br /> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?todate={$navigation.after.month}&{$url_string}" title="{$navigation.after.month|bit_long_date}">{tr}month{/tr} »</a><br /> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?todate={$navigation.after.year}&{$url_string}" title="{$navigation.after.year|bit_long_date}">{tr}year{/tr} »</a> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.after.day}&{$url_string}" title="{$navigation.after.dayn|bit_long_date}">{tr}day{/tr} »</a><br /> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.after.week}&{$url_string}" title="{$navigation.after.week|bit_long_date}">{tr}week{/tr} »</a><br /> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.after.month}&{$url_string}" title="{$navigation.after.month|bit_long_date}">{tr}month{/tr} »</a><br /> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?todate={$navigation.after.year}&{$url_string}" title="{$navigation.after.year|bit_long_date}">{tr}year{/tr} »</a> </td> </tr> <tr> <td style="text-align:center;"> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=day&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'day'}highlight{/if}">{biticon ipackage=calendar iname=day iexplain=Day}</a> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=week&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'week'}highlight{/if}">{biticon ipackage=calendar iname=week iexplain=Week}</a> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=weeklist&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'weeklist'}highlight{/if}">{biticon ipackage=calendar iname=weeklist iexplain=Weeklist}</a> - <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=month&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'month'}highlight{/if}">{biticon ipackage=calendar iname=month iexplain=Month}</a> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?view_mode=day&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'day'}highlight{/if}">{biticon ipackage=calendar iname=day iexplain=Day}</a> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?view_mode=week&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'week'}highlight{/if}">{biticon ipackage=calendar iname=week iexplain=Week}</a> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?view_mode=weeklist&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'weeklist'}highlight{/if}">{biticon ipackage=calendar iname=weeklist iexplain=Weeklist}</a> + <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?view_mode=month&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'month'}highlight{/if}">{biticon ipackage=calendar iname=month iexplain=Month}</a> </td> </tr> </table> |
