#186 관리자 > 회원 관리 목록에서 선택된 회원들에 대한 일괄 그룹 설정 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3481 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-07 08:56:39 +00:00
parent 6e9c022dc7
commit 1fe9c2c88e
15 changed files with 197 additions and 0 deletions

View file

@ -3,9 +3,11 @@
<!--%import("css/member_list.css")-->
<!-- 목록 -->
<form method="get" action="./" id="member_fo">
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col width="30" />
<col />
<col width="160" />
<col />
@ -15,6 +17,7 @@
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col width="30" />
<col />
<col width="160" />
<col />
@ -24,6 +27,7 @@
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col width="30" />
<col />
<col width="160" />
<col />
@ -33,6 +37,7 @@
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col width="30" />
<col />
<col width="160" />
<col />
@ -42,6 +47,7 @@
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col width="30" />
<col />
<col width="160" />
<col />
@ -51,6 +57,7 @@
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col width="30" />
<col />
<col width="160" />
<col />
@ -61,6 +68,7 @@
<thead>
<tr>
<th scope="col">{$lang->no}</th>
<th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;"/></th>
<th scope="col">{$lang->user_id}</th>
<th scope="col">{$lang->user_name}</th>
<th scope="col">{$lang->nick_name}</th>
@ -73,6 +81,7 @@
<!--@foreach($member_list as $no => $val)-->
<tr>
<td class="tahoma">{$no}</td>
<td><input type="checkbox" name="cart" value="{$val->member_srl}"/></td>
<td class="blue">
<a href="{getUrl('act','dispMemberAdminInfo','member_srl',$val->member_srl)}">{htmlspecialchars($val->user_id)}</a>
<!--@if($val->denied == 'Y')--><span class="denied">{$lang->denied}</span><!--@end-->
@ -89,6 +98,9 @@
</table>
<!-- 버튼 -->
<div class="fl gap1">
<a href="#" onclick="doManageMemberGroup(); return false;" class="button"><span>{$lang->cmd_member_group}</span></a>
</div>
<div class="fr gap1">
<a href="{getUrl('act','dispMemberAdminInsert','member_srl','')}" class="button"><span>{$lang->cmd_make}</span></a>
</div>
@ -105,6 +117,7 @@
<!--@end-->
<a href="{getUrl('page',$page_navigation->last_page,'module_srl','')}" class="goToLast"><img src="../../admin/tpl/images/bottomGotoLast.gif" alt="{$lang->last_page}" width="7" height="5" /></a>
</div>
</form>
<!-- 검색 -->
<form action="./" method="get" class="adminSearch">