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 / week [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 02 Oct 2002 20:56:01 | postnuke_modules/postcalendar/pntemplates/default/views/week | default.html,1.4,1.5 | Roger Raymond |
| template variable cleanup | |||
Update of /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/week
In directory ns7.hostnuke.net:/tmp/cvs-serv1382/pntemplates/default/views/week
Modified Files:
default.html
Log Message:
template variable cleanup
Index: default.html
===================================================================
RCS file: /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/week/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
***************
*** 11,17 ****
<table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="[-#TableBackgroundColor#-]">
<tr>
! <td class="pn-title" width="25%" align="left" valign="middle"><a href="[-$PrevWeekURL-]" style="text-decoration:none;"><<</a></td>
! <td class="pn-title" width="50%" align="center" valign="middle"><a href="[-$CurrentWeekURL-]" style="text-decoration:none;">[-$CurrentWeek-]</a></td>
! <td class="pn-title" width="25%" align="right" valign="middle"><a href="[-$NextWeekURL-]" style="text-decoration:none;">>></a></td>
</tr>
</table>
--- 11,17 ----
<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_WEEK_URL-]" style="text-decoration:none;"><<</a></td>
! <td class="pn-title" width="50%" align="center" valign="middle">[-$CURRENT_WEEK_NAME-]</td>
! <td class="pn-title" width="25%" align="right" valign="middle"><a href="[-$NEXT_WEEK_URL-]" style="text-decoration:none;">>></a></td>
</tr>
</table>
***************
*** 22,26 ****
[-* Loop through the EventsByDate array : This array contains data for each day in the view. *-]
! [-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"-]
--- 22,26 ----
[-* Loop through the EventsByDate array : This array contains data for each day in the view. *-]
! [-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"-]
***************
*** 35,39 ****
<td bgcolor="[-#TableBorderColor#-]">
<b><font color=[-#CurrentDateTextColor#-]">
! [-$current_date|pc_date_format:"l F d Y"-]
</font></b>
</td>
--- 35,39 ----
<td bgcolor="[-#TableBorderColor#-]">
<b><font color=[-#CurrentDateTextColor#-]">
! [-$current_date|pc_date_format-]
</font></b>
</td>
***************
*** 47,52 ****
<tr>
<td colspan="2"><a href="[-pc_event_url view=details eid=$event.eid-]"
! onmouseover="ol_fgcolor='[-$bgcolor1-]';ol_bgcolor='[-$event.catcolor-]'; return overlib('[-$event.hometext|escape:"html"-]');"
! onmouseout="ol_fgcolor='[-$bgcolor1-]';ol_bgcolor='[-$bgcolor2-]'; return nd();">[-$event.title-]</a><br /><br />
</td>
</tr>
--- 47,52 ----
<tr>
<td colspan="2"><a href="[-pc_event_url view=details eid=$event.eid-]"
! onmouseover="ol_fgcolor='[-$BGCOLOR1-]';ol_bgcolor='[-$event.catcolor-]'; return overlib('[-$event.hometext|escape:"html"-]');"
! onmouseout="ol_fgcolor='[-$BGCOLOR1-]';ol_bgcolor='[-$BGCOLOR2-]'; return nd();">[-$event.title-]</a><br /><br />
</td>
</tr>
***************
*** 58,62 ****
<tr>
<td bgcolor="[-#TableBorderColor#-]">
! <b><font color=[-#CurrentDateTextColor#-]">[-$DayNamesLong.$dayname-], [-$day-] [-$MonthNames.$month-] [-$year-]</font></b>
</td>
</tr>
--- 58,62 ----
<tr>
<td bgcolor="[-#TableBorderColor#-]">
! <b><font color=[-#CurrentDateTextColor#-]">[-$A_LONG_DAY_NAMES.$dayname-], [-$day-] [-$A_MONTH_NAMES.$month-] [-$year-]</font></b>
</td>
</tr>
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 |