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] |
| 11 Aug 2002 00:44:10 | postnuke_modules/articles/pntemplates | user-view.pnd,1.1,1.2 | Mike |
| icon support v0.001 | |||
Update of /home/cvsroot/postnuke_modules/articles/pntemplates
In directory ns7.hostnuke.net:/tmp/cvs-serv4060/pntemplates
Modified Files:
user-view.pnd
Log Message:
icon support v0.001
Index: user-view.pnd
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pntemplates/user-view.pnd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** user-view.pnd 10 Aug 2002 23:59:47 -0000 1.1
--- user-view.pnd 11 Aug 2002 00:44:08 -0000 1.2
***************
*** 26,29 ****
--- 26,30 ----
<br />
</pnt:if>
+
<pnt:if condition="!empty($backlabel)">
<a href="&pnt-var-backlink;">&pnt-var-backlabel;</a> >
***************
*** 48,56 ****
<br />
<pnt:if condition="isset($cats) && count($cats) > 0">
<pnt:loop name="cats">
&pnt-var-beforetags;
<pnt:if condition="!empty($link)">
! <a href="&pnt-var-link;">&pnt-var-name;</a>
<pnt:else>
&pnt-var-name;
--- 49,71 ----
<br />
+ <pnt:if condition="isset($icons) && count($icons) > 0">
+ <table border="0" width="95%"><tr>
+ <pnt:loop name="icons">
+ <td align="center" valign="top"><img src="&pnt-var-image;" border="0" alt="&pnt-var-text;" /></td>
+ </pnt:loop>
+ </tr></table>
+ <br />
+ </pnt:if>
+
<pnt:if condition="isset($cats) && count($cats) > 0">
<pnt:loop name="cats">
&pnt-var-beforetags;
<pnt:if condition="!empty($link)">
! <pnt:if condition="!empty($image)">
! <a href="&pnt-var-link;"><img src="&pnt-var-image;" border="0" alt=&pnt-var-name;" /></a> &pnt-var-name;
! <pnt:else>
! <a href="&pnt-var-link;">&pnt-var-name;</a>
! </pnt:else>
! </pnt:if>
<pnt:else>
&pnt-var-name;
***************
*** 62,65 ****
--- 77,81 ----
&pnt-var-aftertags;
</pnt:loop>
+ <br />
</pnt:if>
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 |