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] |
| 16 Aug 2002 15:42:26 | postnuke_modules/articles/pntemplates | admin-main.pnd,1.2,1.3 admin-pubtypes.pnd,1.1,1.2 user-faqs-summary.pnd,1.3,1.4 user-view.pnd,1.2,1.3 user-viewmap.pnd,1.4,1.5 | Mike |
| some little changes | |||
Update of /home/cvsroot/postnuke_modules/articles/pntemplates
In directory ns7.hostnuke.net:/tmp/cvs-serv7772
Modified Files:
admin-main.pnd admin-pubtypes.pnd user-faqs-summary.pnd
user-view.pnd user-viewmap.pnd
Log Message:
some little changes
Index: admin-main.pnd
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pntemplates/admin-main.pnd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** admin-main.pnd 5 Aug 2002 01:43:12 -0000 1.2
--- admin-main.pnd 16 Aug 2002 15:42:23 -0000 1.3
***************
*** 13,14 ****
--- 13,17 ----
<br />
+ <br />
+ &pnt-var-welcome;
+
Index: admin-pubtypes.pnd
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pntemplates/admin-pubtypes.pnd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** admin-pubtypes.pnd 5 Aug 2002 01:43:12 -0000 1.1
--- admin-pubtypes.pnd 16 Aug 2002 15:42:23 -0000 1.2
***************
*** 37,40 ****
--- 37,46 ----
</pnt:loop>
<tr>
+ <td colspan="2" align="center">
+ <input type="checkbox" name="usealias">
+ <pnt:var name="labels.usealias" />
+ </td>
+ </tr>
+ <tr>
<td colspan="2" align="center"><br><input type="submit" value="&pnt-var-submitbutton;"></td>
</tr>
***************
*** 67,70 ****
--- 73,82 ----
</tr>
</pnt:loop>
+ <tr>
+ <td colspan="2" align="center">
+ <input type="checkbox" name="usealias" &pnt-var-aliaschecked;>
+ <pnt:var name="labels.usealias" />
+ </td>
+ </tr>
<tr>
<td colspan="2" align="center"><br><input type="submit" value="&pnt-var-submitbutton;"></td>
Index: user-faqs-summary.pnd
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pntemplates/user-faqs-summary.pnd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** user-faqs-summary.pnd 9 Aug 2002 00:00:43 -0000 1.3
--- user-faqs-summary.pnd 16 Aug 2002 15:42:23 -0000 1.4
***************
*** 5,7 ****
--- 5,9 ----
<pnt:mlstring>Reads</pnt:mlstring>)
</pnt:if>
+ <br />
</li>
+
Index: user-view.pnd
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pntemplates/user-view.pnd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** user-view.pnd 11 Aug 2002 00:44:08 -0000 1.2
--- user-view.pnd 16 Aug 2002 15:42:23 -0000 1.3
***************
*** 11,15 ****
--- 11,24 ----
</pnt:loop>
<p />
+
+ <table border="0" cellpadding="1" cellspacing="0">
+ <tr><td valign="top">
&pnt-var-catlabel; :
+ </td><td valign="top">
+
+ <pnt:if condition="isset($author)">
+ <strong>&pnt-var-author;</strong>
+ </pnt:if>
+
<pnt:if condition="isset($catlinks) && count($catlinks) > 0">
[
***************
*** 27,35 ****
</pnt:if>
- <pnt:if condition="!empty($backlabel)">
- <a href="&pnt-var-backlink;">&pnt-var-backlabel;</a> >
- </pnt:if>
<pnt:if condition="isset($trails) && count($trails) > 0">
<pnt:loop name="trails">
<pnt:loop name="parentlinks">
<pnt:if condition="empty($plink)">
--- 36,44 ----
</pnt:if>
<pnt:if condition="isset($trails) && count($trails) > 0">
<pnt:loop name="trails">
+ <pnt:if condition="!empty($backlabel)">
+ <a href="&pnt-var-backlink;">&pnt-var-backlabel;</a> >
+ </pnt:if>
<pnt:loop name="parentlinks">
<pnt:if condition="empty($plink)">
***************
*** 47,50 ****
--- 56,61 ----
</pnt:loop>
</pnt:if>
+
+ </td></tr></table>
<br />
***************
*** 77,82 ****
&pnt-var-aftertags;
</pnt:loop>
- <br />
</pnt:if>
&pnt-var-output;
--- 88,93 ----
&pnt-var-aftertags;
</pnt:loop>
</pnt:if>
+ <br />
&pnt-var-output;
Index: user-viewmap.pnd
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pntemplates/user-viewmap.pnd,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** user-viewmap.pnd 11 Aug 2002 00:02:51 -0000 1.4
--- user-viewmap.pnd 16 Aug 2002 15:42:23 -0000 1.5
***************
*** 9,13 ****
<tr>
<th>
! <pnt:mlstring>Publication Type</pnt:mlstring>
</th>
<th>
--- 9,13 ----
<tr>
<th>
! <pnt:mlstring>Publication</pnt:mlstring>
</th>
<th>
***************
*** 48,51 ****
--- 48,53 ----
</pnt:loop>
</table>
+ <br />
+ &pnt-var-dump;
<br />
<table border="0" width="95%"><tr><td align="left">
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 |