mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
26 lines
1 KiB
HTML
26 lines
1 KiB
HTML
<!--%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="tableType2 gap1">
|
|
<tr>
|
|
<th scope="col">{$lang->cmd_menu_insert}</th>
|
|
<td>{nl2br($lang->about_menu_management)}</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="col">{$lang->title}</th>
|
|
<td>
|
|
<input type="text" name="title" value="{$menu_info->title}" class="inputTypeText" />
|
|
<p>{$lang->about_title}</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- 버튼 -->
|
|
<ul class="buttonRight">
|
|
<li><span class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" /><img src="../../admin/tpl/images/iconCreate.gif" width="8" height="4" class="icon" alt="" /><input type="submit" value="{$lang->cmd_submit}" accesskey="s" /><img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></span></li>
|
|
</ul>
|
|
|
|
</form>
|