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 23:18:53 | postnuke_modules/articles/pntemplates | admin-new.pnd,NONE,1.1 | Mike |
add article with publication type |
Update of /home/cvsroot/postnuke_modules/articles/pntemplates In directory ns7.hostnuke.net:/tmp/cvs-serv4515 Added Files: admin-new.pnd Log Message: add article with publication type --- NEW FILE: admin-new.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><pnt:var name="menu.new" /></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 /> 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 /> <pnt:if condition="!empty($ptid)"> <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-create;"> <!-- // 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;" /> <tr align="left" valign="middle"> <td><pnt:var name="labels.categories" /></td> <td><pnt:var name="item.categories" /></td> </tr> <tr align="left" valign="middle"> <td><pnt:var name="labels.title" /></td> <td><input type="text" name="title" value="" size="60" /></td> </tr> <pnt:if condition="$ptid != 2"> <tr align="left" valign="middle"> <td><pnt:var name="labels.summary" /></td> <td><textarea name="summary" wrap="soft" rows="8" cols="50"></textarea></td> </tr> </pnt:if> <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"></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.add;"></td></tr> </form> </table> <br /> </pnt:if>
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 |