통합검색 디자인 적용

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2291 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-10 05:16:40 +00:00
parent 978c77ef14
commit c5ef12d0d3
20 changed files with 126 additions and 83 deletions

View file

@ -31,6 +31,6 @@ function lnbToggle(id) {
// IS
function chkIsKind(key, value) {
showHide('selectOrder');
xGetElementById('search_kind'+key).checked = true;
xInnerHtml('search_kind_label', value);
xGetElementById('search_target'+key).checked = true;
xInnerHtml('search_target_label', value);
}

View file

@ -44,7 +44,7 @@
</ul>
<!--//GNB-->
<form action="{getUrl()}" method="get" id="isSearch">
<form action="{getUrl()}" method="post" id="isSearch">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="IS" />
@ -63,10 +63,12 @@
<input type="radio" name="search_target" value="title_content" id="search_target3" />
<label for="search_target3" onclick="chkIsKind(3, '{$lang->title}+{$lang->content}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->title}+{$lang->content}</label>
</li>
<!--
<li>
<input type="radio" name="search_target" value="comment" id="search_target4" />
<label for="search_target4" onclick="chkIsKind(4, '{$lang->comment}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->comment}</label>
</li>
-->
</ul>
<input name="is_keyword" type="text" class="inputText" title="keyword" />