|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/modules/menu/tpl/ |
Upload File : |
<!--%import("filter/insert_menu.xml")-->
<!--%import("js/menu_admin.js")-->
<!--#include("header.html")-->
<form action="./" method="get" onsubmit="return procFilter(this, insert_menu)">
<table cellspacing="0" class="rowTable">
<tr>
<th scope="col"><div>{$lang->cmd_menu_insert}</div></th>
<td>{nl2br($lang->about_menu_management)}</td>
</tr>
<tr class="row2">
<th scope="col"><div>{$lang->title}</div></th>
<td>
<input type="text" name="title" value="{$menu_info->title}" class="inputTypeText w400" />
<p>{$lang->about_title}</p>
</td>
</tr>
<tr>
<th colspan="2" class="button">
<span class="button black strong"><input type="submit" value="{$lang->cmd_submit}" accesskey="s" /></span>
</th>
</tr>
</table>
</form>