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 / day [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 02 Oct 2002 20:56:01 | postnuke_modules/postcalendar/pntemplates/default/views/day | default.html,1.3,1.4 | Roger Raymond |
| template variable cleanup | |||
Update of /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/day
In directory ns7.hostnuke.net:/tmp/cvs-serv1382/pntemplates/default/views/day
Modified Files:
default.html
Log Message:
template variable cleanup
Index: default.html
===================================================================
RCS file: /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/day/default.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** default.html 2 Oct 2002 19:32:11 -0000 1.3
--- default.html 2 Oct 2002 20:55:59 -0000 1.4
***************
*** 1,4 ****
[-*Smarty*-]
! [-config_load file="default.conf" section="DayView"-]
[-*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"-]
***************
*** 9,13 ****
<!-- event data -->
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="[-#TableBorderColor#-]"><tr><td>
! [-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"-]
--- 9,14 ----
<!-- event data -->
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="[-#TableBorderColor#-]"><tr><td>
! [-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"-]
***************
*** 19,27 ****
<table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="[-#TableBackgroundColor#-]">
<tr>
! <td class="pn-title" width="25%" align="left" valign="middle"><a href="[-$PrevDayURL-]" style="text-decoration:none;"><<</a></td>
<td class="pn-title" width="50%" align="center" valign="middle">
! <a href="[-$CurrentDayURL-]" style="text-decoration:none;"><b>[-$DayNamesLong.$dayname-], [-$day-] [-$MonthNames.$month-] [-$year-]</b></a>
</td>
! <td class="pn-title" width="25%" align="right" valign="middle"><a href="[-$NextDayURL-]" style="text-decoration:none;">>></a></td>
</tr>
</table>
--- 20,28 ----
<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_DAY_URL-]" style="text-decoration:none;"><<</a></td>
<td class="pn-title" width="50%" align="center" valign="middle">
! <b>[-$A_LONG_DAY_NAMES.$dayname-], [-$day-] [-$A_MONTH_NAMES.$month-] [-$year-]</b>
</td>
! <td class="pn-title" width="25%" align="right" valign="middle"><a href="[-$NEXT_DAY_URL-]" style="text-decoration:none;">>></a></td>
</tr>
</table>
***************
*** 32,38 ****
</tr>
<tr>
! <td colspan="2"><a href="[-$ActionViewEvent-][-$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>
--- 33,39 ----
</tr>
<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>
***************
*** 41,49 ****
<table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="[-#TableBackgroundColor#-]">
<tr>
! <td class="pn-title" width="25%" align="left" valign="middle"><a href="[-$PrevDayURL-]" style="text-decoration:none;"><<</a></td>
<td class="pn-title" width="50%" align="center" valign="middle">
! <a href="[-$CurrentDayURL-]" style="text-decoration:none;"><b>[-$DayNamesLong.$dayname-], [-$day-] [-$MonthNames.$month-] [-$year-]</b></a>
</td>
! <td class="pn-title" width="25%" align="right" valign="middle"><a href="[-$NextDayURL-]" style="text-decoration:none;">>></a></td>
</tr>
</table>
--- 42,50 ----
<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_DAY_URL-]" style="text-decoration:none;"><<</a></td>
<td class="pn-title" width="50%" align="center" valign="middle">
! <b>[-$A_LONG_DAY_NAMES.$dayname-], [-$day-] [-$A_MONTH_NAMES.$month-] [-$year-]</b>
</td>
! <td class="pn-title" width="25%" align="right" valign="middle"><a href="[-$NEXT_DAY_URL-]" style="text-decoration:none;">>></a></td>
</tr>
</table>
***************
*** 54,57 ****
--- 55,59 ----
</table>
[-/foreach-]
+
[-/foreach-]
</td></tr></table>
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 |