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] |
| 29 Jul 2002 13:26:38 | postnuke_modules/articles/pntemplates | user-viewmap.pnd,1.1,1.2 | Mike |
| viewmap by publication type | |||
Update of /home/cvsroot/postnuke_modules/articles/pntemplates
In directory ns7.hostnuke.net:/tmp/cvs-serv8761
Modified Files:
user-viewmap.pnd
Log Message:
viewmap by publication type
Index: user-viewmap.pnd
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pntemplates/user-viewmap.pnd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** user-viewmap.pnd 29 Jul 2002 11:15:19 -0000 1.1
--- user-viewmap.pnd 29 Jul 2002 13:26:36 -0000 1.2
***************
*** 1,26 ****
! <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:mlstring>Category</pnt:mlstring> :
- <pnt:loop name="list">
- &pnt-var-beforetags;
- <pnt:if condition="!empty($link)">
- <a href="&pnt-var-link;">&pnt-var-name;</a>
<pnt:else>
! &pnt-var-name;
</pnt:else>
</pnt:if>
! <pnt:if condition="!empty($count)">
! (&pnt-var-count;)
</pnt:if>
! &pnt-var-aftertags;
</pnt:loop>
--- 1,51 ----
! <strong><pnt:mlstring>Article Map (by Publication Type)</pnt:mlstring></strong>
! <br />
! <br />
! // TODO: allow different views (e.g. by publication type, by category, ...)
! <br />
! <br />
!
! <table border="1" cellpadding="4">
! <tr>
! <th>
! <pnt:mlstring>Publication Type</pnt:mlstring>
! </th>
! <th>
! <pnt:mlstring>Relevant Categories</pnt:mlstring>
! </th>
! </tr>
<pnt:loop name="publinks">
! <tr>
! <td valign="top">
! <pnt:if condition="empty($publink)">
&pnt-var-pubtitle;
<pnt:else>
! <a href="&pnt-var-publink;">&pnt-var-pubtitle;</a>
</pnt:else>
</pnt:if>
! <pnt:if condition="!empty($pubcount)">
! (&pnt-var-pubcount;)
</pnt:if>
! </td>
! <td>
! <pnt:loop name="cats">
! <pnt:loop name="item">
! &pnt-var-beforetags;
! <pnt:if condition="!empty($link)">
! <a href="&pnt-var-link;">&pnt-var-name;</a>
! <pnt:else>
! &pnt-var-name;
! </pnt:else>
! </pnt:if>
! <pnt:if condition="!empty($count)">
! (&pnt-var-count;)
! </pnt:if>
! &pnt-var-aftertags;
! </pnt:loop>
! </pnt:loop>
! </td>
! </tr>
</pnt:loop>
+ </table>
+ <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 |