mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@176 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
68baffc0b7
commit
660ae48d5c
16 changed files with 178 additions and 190 deletions
|
|
@ -1,14 +1,13 @@
|
|||
<!--#include("header.html")-->
|
||||
<!--%import("filter/filter.insert_group.xml")-->
|
||||
<!--%import("filter/filter.update_group.xml")-->
|
||||
<!--%import("filter/insert_group.xml")-->
|
||||
<!--%import("filter/update_group.xml")-->
|
||||
|
||||
<div>
|
||||
{$lang->cmd_member_group}
|
||||
</div>
|
||||
|
||||
<!-- 그룹의 삭제와 관련된 form -->
|
||||
<form id="fo_group_info" action="./admin.php" method="post">
|
||||
<input type="hidden" name="sid" value="{$sid}" />
|
||||
<form id="fo_group_info" action="./" method="get">
|
||||
<input type="hidden" name="act" value="procUpdateGroup" />
|
||||
<input type="hidden" name="group_srl" value="" />
|
||||
<input type="hidden" name="mode" value="" />
|
||||
|
|
@ -47,9 +46,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 그룹 추가 -->
|
||||
<form action="./admin.php" method="post" onsubmit="return procFormFilter(this, insert_group, procInsertGroup)" enctype="multipart/form-data">
|
||||
<input type="hidden" name="sid" value="{$sid}" />
|
||||
<input type="hidden" name="act" value="procInsertGroup" />
|
||||
<form action="./admin.php" onsubmit="return procFilter(this, insert_group)">
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
<input type="hidden" name="group_srl" value="" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue