mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
xe_offical 공식 레이아웃의 통합검색 종류 선택부분을 웹접근성을 맞추기 위해서 없애고 제목/내용 검색을 기본으로 설정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3713 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a4313213b1
commit
f0ca1a7e04
1 changed files with 1 additions and 25 deletions
|
|
@ -51,31 +51,7 @@
|
|||
<form action="{getUrl()}" method="post" id="isSearch">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="IS" />
|
||||
|
||||
<input name="search_target" type="radio" value="title" id="search_target" class="searchOrder" checked="checked" title="search option" />
|
||||
<label for="search_target" class="checked" id="search_target_label" onclick="showHide('selectOrder'); return false">{$lang->title}</label>
|
||||
<ul id="selectOrder">
|
||||
<li>
|
||||
<input type="radio" name="search_target" value="title" id="search_target1" />
|
||||
<label for="search_target1" onclick="chkIsKind(1, '{$lang->title}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->title}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="radio" name="search_target" value="content" id="search_target2" />
|
||||
<label for="search_target2" onclick="chkIsKind(2, '{$lang->content}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->content}</label>
|
||||
</li>
|
||||
<li>
|
||||
<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>
|
||||
<li>
|
||||
<input type="radio" name="search_target" value="tag" id="search_target5" />
|
||||
<label for="search_target5" onclick="chkIsKind(5, '{$lang->tag}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->tag}</label>
|
||||
</li>
|
||||
</ul>
|
||||
<input type="hidden" name="search_target" value="title_content" />
|
||||
<input name="is_keyword" type="text" class="inputText" title="keyword" />
|
||||
|
||||
<input type="image" src="./images/{$layout_info->colorset}/buttonSearch.gif" alt="{$lang->cmd_search}" class="submit" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue