mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
통합검색에 꼬리표(태그) 검색 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2912 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
485f1fb72e
commit
6078d78f0b
6 changed files with 9 additions and 0 deletions
|
|
@ -71,6 +71,10 @@
|
|||
<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 name="is_keyword" type="text" class="inputText" title="keyword" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue