Login   Register  
PHP Classes
elePHPant
Icontem

File: tmpl/client.review.content.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/client.review.content.tpl  >  Download  
File: tmpl/client.review.content.tpl
Role: Auxiliary data
Content type: text/plain
Description: User review content template
Class: Navelo CMS
A complete Content Management System
Author: By
Last change:
Date: 2004-08-04 07:36
Size: 935 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( 'rc', '452', '100%', 'Review' ) ;
		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>
	<tr><td>{label for="rt"}</td></tr>
	<tr><td>{input name="rt"}</td></tr>
	<tr><td>{label for="rc"}</td></tr>
	<tr><td>{input name="rc"}</td></tr>
	<tr><td>&nbsp;</td></tr>
	<tr>
		<td align="center">
		{input name="submit"}
		&nbsp;&nbsp;
		{input name="reset"}
		&nbsp;&nbsp;
		{input name="cancel"}
		</td>
	</tr>
</table>