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 22:35:11 | postnuke_modules/articles/pntemplates | admin-modify.pnd,NONE,1.1 | Mike |
| modify template with publication type | |||
Update of /home/cvsroot/postnuke_modules/articles/pntemplates
In directory ns7.hostnuke.net:/tmp/cvs-serv4375
Added Files:
admin-modify.pnd
Log Message:
modify template with publication type
--- NEW FILE: admin-modify.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><a href="&pnt-modurl-articles-admin-modifyconfig;"><pnt:var name="menu.modifyconfig" /></a></td>
</tr>
</table>
<br />
<center><strong><pnt:var name="labels.header" /></strong></center>
<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-update;">
<!--
// 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="aid" value="&pnt-var-aid;" />
<tr align="left" valign="middle">
<td><pnt:var name="labels.pubtype" /></td>
<td><pnt:var name="item.pubtype" /></td>
</tr>
<tr align="left" valign="middle">
<td><pnt:var name="labels.categories" /></td>
<td><pnt:var name="item.categories" /></td>
</tr>
<pnt:if condition="$ptid != 2">
<tr align="left" valign="middle">
<td><pnt:var name="labels.author" /></td>
<td><pnt:var name="item.author" /></td>
</tr>
</pnt:if>
<tr align="left" valign="middle">
<td><pnt:var name="labels.title" /></td>
<td><input type="text" name="title" value="&pnt-var-item.title;" size="60" /></td>
</tr>
<pnt:if condition="$ptid != 2">
<tr align="left" valign="middle">
<td><pnt:var name="labels.date" /></td>
<td><pnt:var name="item.date" /> // TODO: use calendar ?</td>
</tr>
<tr align="left" valign="middle">
<td><pnt:var name="labels.summary" /></td>
<td><textarea name="summary" wrap="soft" rows="8" cols="50"><pnt:var name="item.summary" /></textarea></td>
</tr>
</pnt:if>
<tr align="left" valign="middle">
<td><pnt:var name="labels.body" /></td>
<td> </td>
</tr>
<tr align="left" valign="middle">
<td><input type="radio" name="bodytype" value="text" checked /><pnt:var name="labels.bodytext" /></td>
<td><textarea name="bodytext" wrap="soft" rows="20" cols="50"><pnt:var name="item.bodytext" /></textarea></td>
</tr>
<tr align="left" valign="middle">
<td><input type="radio" name="bodytype" value="file" /><pnt:var name="labels.bodyfile" /></td>
<td><input type="file" name="bodyfile" size="40" /></td>
</tr>
<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 |