Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_modules / postcalendar / pntemplates / default / views / month [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 02 Oct 2002 20:56:01 | postnuke_modules/postcalendar/pntemplates/default/views/month | default.html,1.4,1.5 | Roger Raymond |
| template variable cleanup | |||
Update of /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/month
In directory ns7.hostnuke.net:/tmp/cvs-serv1382/pntemplates/default/views/month
Modified Files:
default.html
Log Message:
template variable cleanup
Index: default.html
===================================================================
RCS file: /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/month/default.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** default.html 2 Oct 2002 19:32:12 -0000 1.4
--- default.html 2 Oct 2002 20:55:59 -0000 1.5
***************
*** 1,4 ****
[-*Smarty*-]
! [-config_load file="default.conf" section="MonthView"-]
[-*Load the Language Definitions*-]
[-config_load file="lang.$USER_LANG"-]
--- 1,4 ----
[-*Smarty*-]
! [-config_load file="default.conf"-]
[-*Load the Language Definitions*-]
[-config_load file="lang.$USER_LANG"-]
***************
*** 26,32 ****
<table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="[-#TableBackgroundColor#-]">
<tr>
! <td class="pn-title" width="25%" align="left" valign="middle"><a href="[-$PrevMonthURL-]" style="text-decoration:none;"><<</a></td>
! <td class="pn-title" width="50%" align="center" valign="middle">[-$CurrentMonth-]</td>
! <td class="pn-title" width="25%" align="right" valign="middle"><a href="[-$NextMonthURL-]" style="text-decoration:none;">>></a></td>
</tr>
</table>
--- 26,32 ----
<table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="[-#TableBackgroundColor#-]">
<tr>
! <td class="pn-title" width="25%" align="left" valign="middle"><a href="[-$PREV_MONTH_URL-]" style="text-decoration:none;"><<</a></td>
! <td class="pn-title" width="50%" align="center" valign="middle">[-$CURRENT_MONTH_NAME-]</td>
! <td class="pn-title" width="25%" align="right" valign="middle"><a href="[-$NEXT_MONTH_URL-]" style="text-decoration:none;">>></a></td>
</tr>
</table>
***************
*** 36,45 ****
<table width="100%" border="0" cellpadding="0" cellspacing="1">
<tr>
! [-foreach from=$DayNames item=day-]
<td align="center" valign="middle"><font color="[-#DayNameColor#-]">[-$day-]</font></td>
[-/foreach-]
</tr>
<tr>
! [-foreach name=dates item=events key=current_date from=$EventsByDate-]
[-assign var="dayname" value=$current_date|date_format:"%w"-]
[-assign var="day" value=$current_date|date_format:"%d"|string_format:"%1d"-]
--- 36,45 ----
<table width="100%" border="0" cellpadding="0" cellspacing="1">
<tr>
! [-foreach from=$A_DAY_NAMES item=day-]
<td align="center" valign="middle"><font color="[-#DayNameColor#-]">[-$day-]</font></td>
[-/foreach-]
</tr>
<tr>
! [-foreach name=dates item=events key=current_date from=$A_EVENTS-]
[-assign var="dayname" value=$current_date|date_format:"%w"-]
[-assign var="day" value=$current_date|date_format:"%d"|string_format:"%1d"-]
***************
*** 51,55 ****
[-assign var="createrow" value="0"-]
[-/if-]
! [-if $current_date < $month_view_start || $current_date > $month_view_end-]
<td width="[-math equation="100/7" format="%02d"-]%" height="50" align="left" valign="top" bgcolor="[-#PrevMonthCellColor#-]">
<table width="100%" border="0" cellpadding="2" cellspacing="0"><tr>
--- 51,55 ----
[-assign var="createrow" value="0"-]
[-/if-]
! [-if $current_date < $MONTH_START_DATE || $current_date > $MONTH_END_DATE-]
<td width="[-math equation="100/7" format="%02d"-]%" height="50" align="left" valign="top" bgcolor="[-#PrevMonthCellColor#-]">
<table width="100%" border="0" cellpadding="2" cellspacing="0"><tr>
***************
*** 63,67 ****
</td>
[-else-]
! [-if $current_date eq $today_date-]
<td width="[-math equation="100/7" format="%02d"-]%" height="50" align="left" valign="top" bgcolor="[-#CurrentDayHighlightColor#-]" class="calDayCurrent">
[-else-]
--- 63,67 ----
</td>
[-else-]
! [-if $current_date eq $TODAY_DATE-]
<td width="[-math equation="100/7" format="%02d"-]%" height="50" align="left" valign="top" bgcolor="[-#CurrentDayHighlightColor#-]" class="calDayCurrent">
[-else-]
***************
*** 78,82 ****
<td width="100%" align="right" valign="top">
<a href="[-pc_event_url view=submit date=$current_date-]" style="text-decoration:none;"><img
! src="[-$ImagePath-]new.gif" width="10" height="10" border="0" /></a>
</td>
</tr></table>
--- 78,82 ----
<td width="100%" align="right" valign="top">
<a href="[-pc_event_url view=submit date=$current_date-]" style="text-decoration:none;"><img
! src="[-$TPL_IMAGE_PATH-]new.gif" width="10" height="10" border="0" /></a>
</td>
</tr></table>
***************
*** 84,88 ****
<div style="margin: 2px; padding: 2px; border:1px solid [-$event.catcolor-];"
[-strip-]
! [-if $current_date eq $today_date-]
class="highlightCurrentDay"
[-else-]
--- 84,88 ----
<div style="margin: 2px; padding: 2px; border:1px solid [-$event.catcolor-];"
[-strip-]
! [-if $current_date eq $TODAY_DATE-]
class="highlightCurrentDay"
[-else-]
***************
*** 90,94 ****
[-/if-]
>
! [-if $EventsOpenInNewWindow eq true-]
<a href="javascript:opencal([-$event.eid-]);"
[-else-]
--- 90,94 ----
[-/if-]
>
! [-if $OPEN_NEW_WINDOW eq true-]
<a href="javascript:opencal([-$event.eid-]);"
[-else-]
***************
*** 97,101 ****
[-/strip-]
! [-if $usepopups eq 1-]
[-strip-]
onmouseover="return overlib('[-$event.startTime|date_format:"%I:%M"-]<br />
--- 97,101 ----
[-/strip-]
! [-if $USE_POPUPS eq 1-]
[-strip-]
onmouseover="return overlib('[-$event.startTime|date_format:"%I:%M"-]<br />
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |