mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-04 11:02:12 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6626 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9c8b9025dd
commit
d3e7c9e87e
3 changed files with 6 additions and 0 deletions
|
|
@ -43,7 +43,9 @@
|
|||
|
||||
<form action="{getUrl()}" method="post" class="widgetSearch">
|
||||
<fieldset>
|
||||
<!--@if($vid)-->
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<!--@end-->
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="IS" />
|
||||
<input type="hidden" name="search_target" value="title" />
|
||||
|
|
|
|||
|
|
@ -93,7 +93,9 @@
|
|||
<fieldset>
|
||||
<legend>{$lang->cmd_search}</legend>
|
||||
|
||||
<!--@if($vid)-->
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<!--@end-->
|
||||
<input type="hidden" name="mid" value="{$layout_info->target_mid}" />
|
||||
<input type="hidden" name="search_target" value="title_content" />
|
||||
<input name="search_keyword" type="text" class="inputTypeText w110" value="<!--@if($search_keyword)-->{htmlspecialchars($search_keyword)}<!--@end-->" />
|
||||
|
|
|
|||
|
|
@ -46,7 +46,9 @@
|
|||
</ul>
|
||||
|
||||
<form action="{getUrl()}" method="post" id="isSearch">
|
||||
<!--@if($vid)-->
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<!--@end-->
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="IS" />
|
||||
<input type="hidden" name="search_target" value="title_content" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue