PHP Classes

File: tmpl/admin.update.category.tpl

Recommend this page to a friend!
  Classes of invitro   Navelo CMS   tmpl/admin.update.category.tpl   Download  
File: tmpl/admin.update.category.tpl
Role: Auxiliary data
Content type: text/plain
Description: Admin update category template
Class: Navelo CMS
A complete Content Management System
Author: By
Last change:
Date: 19 years ago
Size: 2,645 bytes
 

Contents

Class file image Download
<table> <tr><td><strong>Navelo Content Management System</strong></td></tr> <tr><td>&nbsp;</td></tr> <tr> <td> [ <a href="?action=" title="View category list">Category List</a> ] [ <a href="?action=FormAddCategory&url=action|" title="Create new content">Create New Category</a> ] [ <a href="?action=FormAddContent&url=action|" title="Create new content">Create New Content</a> ] </td> </tr> <tr><td>&nbsp;</td></tr> </table> <script type="text/javascript" src="../libs/built/editor/fck1.6/fckeditor.js"></script> <script type="text/javascript"> {* instanceName, width, height, toolbarSet, value *} {literal} window.onload = function() { var oFCKeditor = new FCKeditor( 'd', '540', '100%', 'Basic' ) ; oFCKeditor.BasePath = '../libs/built/editor/fck1.6/'; oFCKeditor.ReplaceTextarea(); } function ResetEditor() { {/literal} location.href = '?{$smarty.server.QUERY_STRING}'; {literal} } {/literal} </script> {input name="flag"} {input name="id"} {input name="u"} <table> {if $error_form ne ""} <tr><td colspan="3">{include file="admin.form.error.tpl"}</td></tr> <tr><td colspan="3">&nbsp;</td></tr> {/if} <tr> <td>{label for="cn"}</td> <td align="center" width="10">:</td> <td>{input name="cn"}&nbsp;{if isset($verify.cn)}{$mark}{/if}</td> </tr> <tr> <td>{label for="tt"}</td> <td align="center" width="10">:</td> <td> <em><small>upload - </small></em> {input name="tt"}&nbsp;{if isset($verify.tt)}{$mark}{/if} OR <em><small>use existing template - </small></em> </td> </tr> <tr> <td>{label for="tc"}</td> <td align="center" width="10">:</td> <td> <em><small>upload - </small></em> {input name="tc"}&nbsp;{if isset($verify.tc)}{$mark}{/if} OR <em><small>use existing template - </small></em> </td> </tr> <tr> <td>{label for="tp"}</td> <td align="center" width="10">:</td> <td> <em><small>upload - </small></em> {input name="tp"}&nbsp;{if isset($verify.tp)}{$mark}{/if} OR <em><small>use existing template - </small></em> </td> </tr> <tr> <td valign="top">{label for="d"}</td> <td valign="top" align="center" width="10">:</td> <td>{input name="d"}&nbsp;{if isset($verify.d)}{$mark}{/if}</td> </tr> <tr> <td></td> <td align="center" width="10"></td> <td>{input name="s"}&nbsp;{label for="s"}</td> </tr> <tr><td colspan="3">&nbsp;</td></tr> <tr> <td></td> <td align="center" width="10"></td> <td> {input name="submit"} &nbsp;&nbsp; {input name="reset"} &nbsp;&nbsp; {input name="cancel"} </td> </tr> </table>