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 17:32:27 | postnuke_modules/articles/pntemplates | admin-view.pnd,NONE,1.1 | Mike |
| admin view templated | |||
Update of /home/cvsroot/postnuke_modules/articles/pntemplates
In directory ns7.hostnuke.net:/tmp/cvs-serv2403
Added Files:
admin-view.pnd
Log Message:
admin view templated
--- NEW FILE: admin-view.pnd ---
<pnt:var name="menu.status" />
<table width="100%" border="0" cellspacing="1" cellpadding="8">
<tr>
<th colspan="3" align="center"><pnt:var name="menu.title" /></th>
</tr>
<tr>
<td><a href="&pnt-modurl-articles-admin-new;"><pnt:var name="menu.new" /></a></td>
<td><pnt:var name="menu.view" /></td>
<td><a href="&pnt-modurl-articles-admin-modifyconfig;"><pnt:var name="menu.modifyconfig" /></a></td>
</tr>
</table>
<br />
// TODO : allow viewing per publication type, category etc.
<table width="100%" border="1" cellpadding="5">
<tr>
<th><pnt:var name="labels.title" /></th>
<th><pnt:var name="labels.pubdate" /></th>
<th><pnt:var name="labels.options" /></th>
</tr>
<pnt:loop name="items">
<tr>
<td>&pnt-var-title;</td>
<td>&pnt-var-pubdate;</td>
<td>
<pnt:if condition="empty($editurl)">
&pnt-var-edittitle;
<pnt:else>
<a href="&pnt-var-editurl;">&pnt-var-edittitle;</a>
</pnt:else>
</pnt:if>
|
<pnt:if condition="empty($deleteurl)">
&pnt-var-deletetitle;
<pnt:else>
<a href="&pnt-var-deleteurl;">&pnt-var-deletetitle;</a>
</pnt:else>
</pnt:if>
</td>
</tr>
</pnt:loop>
</table>
<br />
&pnt-var-pager;
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 |