Login   Register  
PHP Classes
elePHPant
Icontem

File: tmpl/admin.add.page.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of invitro  >  Navelo CMS  >  tmpl/admin.add.page.tpl  >  Download  
File: tmpl/admin.add.page.tpl
Role: Auxiliary data
Content type: text/plain
Description: Admin add page template
Class: Navelo CMS
A complete Content Management System
Author: By
Last change:
Date: 2004-08-04 07:22
Size: 1,344 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="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="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="add"}&nbsp;&nbsp;{input name="cancel"}</td>
	</tr>
</table>