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 / articles / pntemplates [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 09 Aug 2002 00:00:45 | postnuke_modules/articles/pntemplates | user-display-faqs.pnd,1.1,1.2 user-display-news.pnd,1.4,1.5 user-display-sections.pnd,1.2,1.3 user-faqs-summary.pnd,1.2,1.3 | Mike |
| show category count, add browse, change faq summary display | |||
Update of /home/cvsroot/postnuke_modules/articles/pntemplates
In directory ns7.hostnuke.net:/tmp/cvs-serv15761/pntemplates
Modified Files:
user-display-faqs.pnd user-display-news.pnd
user-display-sections.pnd user-faqs-summary.pnd
Log Message:
show category count, add browse, change faq summary display
Index: user-display-faqs.pnd
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pntemplates/user-display-faqs.pnd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** user-display-faqs.pnd 5 Aug 2002 01:39:15 -0000 1.1
--- user-display-faqs.pnd 9 Aug 2002 00:00:43 -0000 1.2
***************
*** 14,17 ****
--- 14,20 ----
<a href="&pnt-var-plink;">&pnt-var-ptitle;</a>&pnt-var-pjoin;
</pnt:loop>
+ <pnt:if condition="!empty($cidcount)">
+ (&pnt-var-cidcount;)
+ </pnt:if>
<br />
</pnt:loop>
Index: user-display-news.pnd
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pntemplates/user-display-news.pnd,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** user-display-news.pnd 8 Aug 2002 23:03:20 -0000 1.4
--- user-display-news.pnd 9 Aug 2002 00:00:43 -0000 1.5
***************
*** 14,17 ****
--- 14,20 ----
<a href="&pnt-var-plink;">&pnt-var-ptitle;</a>&pnt-var-pjoin;
</pnt:loop>
+ <pnt:if condition="!empty($cidcount)">
+ (&pnt-var-cidcount;)
+ </pnt:if>
<br />
</pnt:loop>
Index: user-display-sections.pnd
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pntemplates/user-display-sections.pnd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** user-display-sections.pnd 8 Aug 2002 23:03:20 -0000 1.2
--- user-display-sections.pnd 9 Aug 2002 00:00:43 -0000 1.3
***************
*** 14,17 ****
--- 14,20 ----
<a href="&pnt-var-plink;">&pnt-var-ptitle;</a>&pnt-var-pjoin;
</pnt:loop>
+ <pnt:if condition="!empty($cidcount)">
+ (&pnt-var-cidcount;)
+ </pnt:if>
<br />
</pnt:loop>
Index: user-faqs-summary.pnd
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pntemplates/user-faqs-summary.pnd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** user-faqs-summary.pnd 8 Aug 2002 23:03:20 -0000 1.2
--- user-faqs-summary.pnd 9 Aug 2002 00:00:43 -0000 1.3
***************
*** 1,10 ****
! <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
! <tr>
! <td align="left" valign="top" class="pn-normal">
! <span class="pn-title">
! <a class="pn-title" href="&pnt-var-link;">&pnt-var-title;</a>
! </span>
! </td>
! </tr>
! </table>
! <br />
--- 1,7 ----
! <li>
! <a class="pn-title" href="&pnt-var-link;">&pnt-var-title;</a>
! <pnt:if condition="!empty($counter)">
! (<pnt:var id="story_reads" name="counter" />
! <pnt:mlstring>Reads</pnt:mlstring>)
! </pnt:if>
! </li>
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 |