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 / calendarblock [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 07 Sep 2002 15:39:41 | postnuke_modules/postcalendar/pntemplates/default/views/calendarblock | month_view.html,1.9,1.10 upcoming_events.html,1.5,1.6 | Roger Raymond |
| template clean up new modifiers | |||
Update of /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/calendarblock
In directory ns7.hostnuke.net:/tmp/cvs-serv29655/pntemplates/default/views/calendarblock
Modified Files:
month_view.html upcoming_events.html
Log Message:
template clean up new modifiers
Index: month_view.html
===================================================================
RCS file: /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/calendarblock/month_view.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** month_view.html 13 Jun 2002 21:49:44 -0000 1.9
--- month_view.html 7 Sep 2002 15:39:39 -0000 1.10
***************
*** 5,9 ****
<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"><a href="[-$CurrentMonthURL-]" style="text-decoration:none;">[-$CurrentMonth-]</a></td>
<td class="pn-title" width="25%" align="right" valign="middle"><a href="[-$NextMonthURL-]" style="text-decoration:none;">>></a></td>
</tr>
--- 5,9 ----
<tr>
<td class="pn-title" width="25%" align="left" valign="middle"><a href="[-$PrevMonthURL-]" style="text-decoration:none;"><<</a></td>
! <td nowrap class="pn-title" width="50%" align="center" valign="middle"><a href="[-$CurrentMonthURL-]" style="text-decoration:none;">[-$CurrentMonth-]</a></td>
<td class="pn-title" width="25%" align="right" valign="middle"><a href="[-$NextMonthURL-]" style="text-decoration:none;">>></a></td>
</tr>
***************
*** 25,29 ****
<td align="center" valign="middle" bgcolor="[-$bgcolor1-]">
[-/if-]
! <a href="[-$PostCalendarURL-][-$ActionViewWeek-][-$current_date|date_format:"%m/%d/%Y"-]"
style="text-decoration:none;">></a>
</td>
--- 25,29 ----
<td align="center" valign="middle" bgcolor="[-$bgcolor1-]">
[-/if-]
! <a href="[-pc_event_url view=day date=$current_date-]"
style="text-decoration:none;">></a>
</td>
***************
*** 36,40 ****
<td align="center" valign="middle" bgcolor="[-$bgcolor1-]">
[-/if-]
! <a href="[-$PostCalendarURL-][-$ActionViewWeek-][-$current_date|date_format:"%m/%d/%Y"-]"
style="text-decoration:none;">></a>
</td>
--- 36,40 ----
<td align="center" valign="middle" bgcolor="[-$bgcolor1-]">
[-/if-]
! <a href="[-pc_event_url view=week date=$current_date-]"
style="text-decoration:none;">></a>
</td>
***************
*** 42,46 ****
[-if $current_date < $month_view_start || $current_date > $month_view_end-]
<td align="center" valign="top" bgcolor="[-$bgcolor2-]">
! <a href="[-$PostCalendarURL-][-$ActionViewDay-][-$current_date|date_format:"%m/%d/%Y"-]"
style="text-decoration:none;">[-$current_date|date_format:"%d"-]</a>
[-else-]
--- 42,46 ----
[-if $current_date < $month_view_start || $current_date > $month_view_end-]
<td align="center" valign="top" bgcolor="[-$bgcolor2-]">
! <a href="[-pc_event_url view=day date=$current_date-]"
style="text-decoration:none;">[-$current_date|date_format:"%d"-]</a>
[-else-]
***************
*** 52,56 ****
[-if $usepopups eq 1-]
! <a href="[-$PostCalendarURL-][-$ActionViewDay-][-$current_date|date_format:"%m/%d/%Y"-]" style="text-decoration:none;"
[-strip-]
[-foreach name=eventloop key=id item=event from=$events-]
--- 52,56 ----
[-if $usepopups eq 1-]
! <a href="[-pc_event_url view=day date=$current_date-]" style="text-decoration:none;"
[-strip-]
[-foreach name=eventloop key=id item=event from=$events-]
***************
*** 62,71 ****
[-if $smarty.foreach.eventloop.iteration > 0-]
! ',CAPTION,'[-$current_date|date_format:"%m/%d/%Y"-]');" onmouseout="return nd();"
[-/if-]
>
[-/strip-]
[-else-]
! <a href="[-$PostCalendarURL-][-$ActionViewDay-][-$current_date|date_format:"%m/%d/%Y"-]" style="text-decoration:none;">
[-foreach name=eventloop key=id item=event from=$events-]
[-/foreach-]
--- 62,71 ----
[-if $smarty.foreach.eventloop.iteration > 0-]
! ',CAPTION,'[-$current_date|pc_date_format-]');" onmouseout="return nd();"
[-/if-]
>
[-/strip-]
[-else-]
! <a href="[-pc_event_url view=day date=$current_date-]" style="text-decoration:none;">
[-foreach name=eventloop key=id item=event from=$events-]
[-/foreach-]
Index: upcoming_events.html
===================================================================
RCS file: /home/cvsroot/postnuke_modules/postcalendar/pntemplates/default/views/calendarblock/upcoming_events.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** upcoming_events.html 17 Jul 2002 17:28:34 -0000 1.5
--- upcoming_events.html 7 Sep 2002 15:39:39 -0000 1.6
***************
*** 15,19 ****
[-if $smarty.foreach.eventloop.iteration eq 1-]
<tr>
! <td><b>[-$current_date|date_format:"%m/%d/%Y"-]</b></td>
</tr>
[-/if-]
--- 15,19 ----
[-if $smarty.foreach.eventloop.iteration eq 1-]
<tr>
! <td><b>[-$current_date|pc_date_format-]</b></td>
</tr>
[-/if-]
***************
*** 22,26 ****
</tr>
<tr>
! <td colspan="2"><a href="[-$PostCalendarURL-][-$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 />
--- 22,26 ----
</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 />
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 |