PHP Classes

File: tmpl/admin.update.page.tpl

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

Contents

Class file image Download
<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( 'pc', '540', '500', 'Accessibility' ) ; oFCKeditor.BasePath = '../libs/built/editor/fck1.6/'; oFCKeditor.ReplaceTextarea(); } function ResetEditor() { {/literal}location.href = '{$smarty.server.PHP_SELF}?{$smarty.server.QUERY_STRING}';{literal} } {/literal} </script> {input name="flag"} {input name="parent_id"} {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} {if $metadata_id ne ""} <tr><td colspan="3"><a href="?action=FormUpdateContent&tid={$metadata_id}">Back to Content Page</a></td></tr> <tr><td colspan="3">&nbsp;</td></tr> {/if} <tr> <td>{label for="pt"}</td> <td align="center" width="10">:</td> <td>{input name="pt"}&nbsp;{if isset($verify.pt)}{$mark}{/if}</td> </tr> <tr> <td valign="top">{label for="pc"}</td> <td valign="top" align="center" width="10">:</td> <td>{input name="pc"}&nbsp;{if isset($verify.pc)}{$mark}{/if}</td> </tr> <tr><td colspan="3">&nbsp;</td></tr> <tr> <td></td> <td align="center" width="10"></td> <td> {input name="reset"} &nbsp;&nbsp; {input name="submit"} &nbsp;&nbsp; {input name="cancel"} </td> </tr> </table>