<table>
<tr><td><strong>Navelo Content Management System</strong></td></tr>
<tr><td> </td></tr>
<tr>
<td>
[ <a href="?action=" title="View category list">Category List</a> ]
[ <a href="?action=FormAddContent&url=action|" title="Create new content">Create New Content</a> ]
</td>
</tr>
<tr><td> </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="u"}
<table>
{if $error_form ne ""}
<tr><td colspan="3">{include file="admin.form.error.tpl"}</td></tr>
<tr><td colspan="3"> </td></tr>
{/if}
<tr>
<td>{label for="cn"}</td>
<td align="center" width="10">:</td>
<td>{input name="cn"} {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"} {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"} {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"} {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"} {if isset($verify.d)}{$mark}{/if}</td>
</tr>
<tr>
<td></td>
<td align="center" width="10"></td>
<td>{input name="s"} {label for="s"}</td>
</tr>
<tr><td colspan="3"> </td></tr>
<tr>
<td></td>
<td align="center" width="10"></td>
<td>{input name="submit"} {input name="reset"} {input name="cancel"}</td>
</tr>
</table> |