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 19:59:42 | postnuke_modules/articles/pntemplates | admin-modifyconfig.pnd,NONE,1.1 | Mike |
| modify config per publication type | |||
Update of /home/cvsroot/postnuke_modules/articles/pntemplates
In directory ns7.hostnuke.net:/tmp/cvs-serv3445
Added Files:
admin-modifyconfig.pnd
Log Message:
modify config per publication type
--- NEW FILE: admin-modifyconfig.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><a href="&pnt-modurl-articles-admin-view;"><pnt:var name="menu.view" /></a></td>
<td><pnt:var name="menu.modifyconfig" /></td>
</tr>
</table>
<br />
<br />
Publication Type :<br />
<pnt:loop name="pubfilters">
<pnt:if condition="empty($plink)">
&pnt-var-ptitle;
<pnt:else>
<a href="&pnt-var-plink;">&pnt-var-ptitle;</a>
</pnt:else>
</pnt:if>
</pnt:loop>
<br />
<table width="100%" border="0" cellspacing="1" cellpadding="8">
<!--
// Start form - note the use of pnModURL() to create the recipient URL of
// this form. All URLs should be generated through pnModURL() to ensure
// compatibility with future versions of PostNuke
-->
<form method="post" action="&pnt-modurl-articles-admin-updateconfig;">
<!--
// Add an authorisation ID - this adds a hidden field in the form that
// contains an authorisation ID. The authorisation ID is very important in
// preventing certain attacks on the website
-->
<input type="hidden" name="authid" value="&pnt-var-authid;" />
<input type="hidden" name="ptid" value="&pnt-var-ptid;" />
<pnt:if condition="empty($ptid)">
<tr><td><pnt:var name="labels.shorturls" /></td>
<td><input type="checkbox" name="shorturls" value="1" &pnt-var-shorturls;></td></tr>
</pnt:if>
<tr><td><pnt:var name="labels.numcats" /></td>
<td><input type="text" name="number_of_categories" size=1 maxlength=2 value="&pnt-var-numcats;"></td></tr>
<pnt:loop name="items">
<tr><td><pnt:var name="labels.maincat" /> &pnt-var-num;</td>
<td>&pnt-var-select;</td></tr>
</pnt:loop>
<tr><td colspan="2" align="center">
<input type="submit" value="&pnt-var-labels.update;"></td></tr>
</form>
</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 |