PHP Classes

File: tmpl/client.review.page.tpl

Recommend this page to a friend!
  Classes of invitro   Navelo CMS   tmpl/client.review.page.tpl   Download  
File: tmpl/client.review.page.tpl
Role: Auxiliary data
Content type: text/plain
Description: User review page template
Class: Navelo CMS
A complete Content Management System
Author: By
Last change:
Date: 19 years ago
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>