mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
회원 닉네임 변경 기록에 검색옵션 추가
This commit is contained in:
parent
40d8466ec8
commit
221b70bf7e
4 changed files with 53 additions and 2 deletions
|
|
@ -27,6 +27,19 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<form action="./" method="get" class="search center x_input-append" no-error-return-url="true">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<select name="search_target" style="margin-right:4px" title="{$lang->search_target}">
|
||||
<option value="before" selected="selected"|cond="$search_target=='before'">{$lang->nick_name_before_changing}</option>
|
||||
<option value="after" selected="selected"|cond="$search_target=='after'">{$lang->nick_name_after_changing}</option>
|
||||
<option value="user_id" selected="selected"|cond="$search_target=='user_id'">{$lang->user_id}</option>
|
||||
<option value="member_srl" selected="selected"|cond="$search_target=='member_srl'">{$lang->member_number}</option>
|
||||
</select>
|
||||
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword, ENT_COMPAT | ENT_HTML401, 'UTF-8', false)}" style="width:140px">
|
||||
<button class="x_btn x_btn-inverse" type="submit">{$lang->cmd_search}</button>
|
||||
</form>
|
||||
|
||||
<div class="x_clearfix">
|
||||
<div class="x_pagination x_pull-left">
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue