통합검색에 꼬리표(태그) 검색 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2912 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-04 08:36:14 +00:00
parent 485f1fb72e
commit 6078d78f0b
6 changed files with 9 additions and 0 deletions

View file

@ -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" />

View file

@ -19,6 +19,7 @@
'content' => 'Content',
'title_content' => 'Subject+Content',
'comment' => 'Comment',
'tag' => 'Tags',
);
$lang->is_sort_option = array(

View file

@ -19,6 +19,7 @@
'content' => 'Contenido',
'title_content' => 'Título+Contenido',
'comment' => 'Commentarios',
'tag' => 'Etiqueta',
);
$lang->is_sort_option = array(

View file

@ -19,6 +19,7 @@
'content' => '内容',
'title_content' => 'タイトル+内容',
'comment' => 'コメント',
'tag' => 'タグ',
);
$lang->is_sort_option = array(

View file

@ -19,6 +19,7 @@
'content' => '내용',
'title_content' => '제목+내용',
'comment' => '댓글',
'tag' => '꼬리표',
);
$lang->is_sort_option = array(

View file

@ -18,6 +18,7 @@
'content' => '内容',
'title_content' => '标题+内容',
'comment' => '评论',
'tag' => '标签',
);
$lang->is_sort_option = array(