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] |
28 Jul 2002 01:39:14 | postnuke_modules/articles/pntemplates | user-news-content.pnd,1.2,1.3 user-section-content.pnd,1.2,1.3 | Mike |
templating article display |
Update of /home/cvsroot/postnuke_modules/articles/pntemplates In directory ns7.hostnuke.net:/tmp/cvs-serv27172/pntemplates Modified Files: user-news-content.pnd user-section-content.pnd Log Message: templating article display Index: user-news-content.pnd =================================================================== RCS file: /home/cvsroot/postnuke_modules/articles/pntemplates/user-news-content.pnd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** user-news-content.pnd 8 Jul 2002 11:30:17 -0000 1.2 --- user-news-content.pnd 28 Jul 2002 01:39:12 -0000 1.3 *************** *** 1,2 **** --- 1,20 ---- + <pnt:mlstring>Publication Type</pnt:mlstring> : + <pnt:loop name="publinks"> + <pnt:if condition="empty($publink)" id="fake"> + &pnt-var-pubtitle; + <pnt:else id="fake"> + <a href="&pnt-var-publink;">&pnt-var-pubtitle;</a> + </pnt:else> + </pnt:if> + (&pnt-var-pubcount;) + </pnt:loop> + <p /> + <pnt:loop name="trails"> + <pnt:loop name="parentlinks"> + <a href="&pnt-var-link;">&pnt-var-title;</a>&pnt-var-join; + </pnt:loop> + <br /> + </pnt:loop> + <br /> <table width="95%" border="0" cellspacing="1" cellpadding="0" bgcolor="#AED3CB"><tr><td> <table width="100%" border="0" cellspacing="1" cellpadding="5" bgcolor="#F3F3F3"><tr><td> *************** *** 49,50 **** --- 67,72 ---- </td></tr></table> <br /> + &pnt-var-hooks; + <br /> + <a href="&pnt-var-maplink;"><pnt:mlstring>View Article Map</pnt:mlstring></a> + Index: user-section-content.pnd =================================================================== RCS file: /home/cvsroot/postnuke_modules/articles/pntemplates/user-section-content.pnd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** user-section-content.pnd 8 Jul 2002 11:58:19 -0000 1.2 --- user-section-content.pnd 28 Jul 2002 01:39:12 -0000 1.3 *************** *** 1,2 **** --- 1,21 ---- + <pnt:mlstring>Publication Type</pnt:mlstring> : + <pnt:loop name="publinks"> + <pnt:if condition="empty($publink)" id="fake"> + &pnt-var-pubtitle; + <pnt:else id="fake"> + <a href="&pnt-var-publink;">&pnt-var-pubtitle;</a> + </pnt:else> + </pnt:if> + (&pnt-var-pubcount;) + </pnt:loop> + <p /> + <pnt:loop name="trails"> + <pnt:loop name="parentlinks"> + <a href="&pnt-var-link;">&pnt-var-title;</a>&pnt-var-join; + </pnt:loop> + <br /> + </pnt:loop> + <br /> + <table width="95%" border="0" cellspacing="1" cellpadding="0" bgcolor="#AED3CB"><tr><td> <table width="100%" border="0" cellspacing="1" cellpadding="5" bgcolor="#F3F3F3"><tr><td> *************** *** 38,39 **** --- 57,62 ---- </td></tr></table> <br /> + &pnt-var-hooks; + <br /> + <a href="&pnt-var-maplink;"><pnt:mlstring>View Article Map</pnt:mlstring></a> +
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 |