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] |
| 30 Jul 2002 18:29:47 | postnuke_modules/articles/pntemplates | user-archive.pnd,NONE,1.1 | Mike |
| add template for archive | |||
Update of /home/cvsroot/postnuke_modules/articles/pntemplates
In directory ns7.hostnuke.net:/tmp/cvs-serv5617
Added Files:
user-archive.pnd
Log Message:
add template for archive
--- NEW FILE: user-archive.pnd ---
<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 />
<table border="0" cellpadding="3" width="100%">
<tr bgcolor="#eeeef8"><th><pnt:mlstring>Monthly Archives</pnt:mlstring></th></tr>
<tr><td>
<ul>
<pnt:loop name="months">
<li>
<pnt:if condition="empty($mlink)">
<strong>&pnt-var-month; (&pnt-var-mcount;)</strong>
<pnt:else>
<a href="&pnt-var-mlink;">&pnt-var-month;</a> (&pnt-var-mcount;)
</pnt:else>
</pnt:if>
</li>
</pnt:loop>
</ul>
</td></tr>
</table>
<br />
<pnt:if condition="count($articles) > 0">
<table border="0" cellpadding="3" width="100%">
<tr bgcolor="#eeeef8">
<th><pnt:mlstring>Title</pnt:mlstring></th>
<pnt:loop name="catlist">
<th>&pnt-var-name;</th>
</pnt:loop>
<th><pnt:mlstring>Date</pnt:mlstring></th>
</tr>
<pnt:loop name="articles">
<pnt:if condition="(isset($i) || $i = 1) && $i++ && $i % 2 == 0">
<tr>
<pnt:else>
<tr bgcolor="#eeeef8">
</pnt:else>
</pnt:if>
<td><a href="&pnt-var-link;">&pnt-var-title;</a></td>
<pnt:loop name="cats">
<td>&pnt-var-list;</td>
</pnt:loop>
<td>&pnt-var-date;</td>
</tr>
</pnt:loop>
</table>
<br />
</pnt:if>
<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 |