mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@167 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4240a96dda
commit
4a5075bc07
14 changed files with 36 additions and 45 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!--%import("filter/filter.insert.xml")-->
|
||||
<!--%import("filter/insert_board.xml")-->
|
||||
<!--%import("js/admin.js")-->
|
||||
|
||||
<div>
|
||||
|
|
@ -9,9 +9,7 @@
|
|||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<form action="./admin.php" method="post" onsubmit="return procFormFilter(this, insert, procInsert)" enctype="multipart/form-data">
|
||||
<input type="hidden" name="sid" value="{$sid}" />
|
||||
<input type="hidden" name="act" value="procInsert" />
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert_board)" enctype="multipart/form-data">
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
<!--@if($module_info->is_default=='Y')-->
|
||||
|
|
@ -91,7 +89,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','dispInfo')}'" />
|
||||
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','dispAdminContent')}'" />
|
||||
<input type="submit" value="{$lang->cmd_registration}" accesskey="s" />
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue