mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@388 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9697d8a0e2
commit
4a0d78077e
12 changed files with 175 additions and 49 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<condition operation="like_prefix" column="last_login" var="s_last_login" pipe="or" />
|
||||
</group>
|
||||
</conditions>
|
||||
<navigation>
|
||||
<navigation>
|
||||
<index var="sort_index" order="desc" />
|
||||
<list_count var="list_count" default="20" />
|
||||
<page_count var="page_count" default="10" />
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
<filter name="search" module="member">
|
||||
<form />
|
||||
<parameter />
|
||||
<response callback_func="completeSearch">
|
||||
<tag name="error" />
|
||||
<tag name="message" />
|
||||
</response>
|
||||
</filter>
|
||||
|
|
@ -253,8 +253,3 @@ function completeSearchKrZip(ret_obj, response_tags, callback_args) {
|
|||
zone_list_obj.style.display = 'inline';
|
||||
}
|
||||
|
||||
/* 검색 실행 */
|
||||
function completeSearch(fo_obj, params) {
|
||||
fo_obj.submit();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
<!--#include("header.html")-->
|
||||
|
||||
<!--%import("filter/search.xml")-->
|
||||
|
||||
<!-- 정보 -->
|
||||
<div>
|
||||
{number_format($total_count)},
|
||||
|
|
@ -46,7 +44,7 @@
|
|||
|
||||
<!-- 검색 -->
|
||||
<div>
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, search)">
|
||||
<form action="./" method="get">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="mo" value="{$mo}" />
|
||||
<input type="hidden" name="act" value="{$act}}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue