mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
ID기반의 가상사이트를 위해 통합검색폼/ 기본 레이아웃의 통합검색폼/ 개별 카페에서 레이아웃 설정 바꿀때 정상동작하도록 코드 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6111 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e32f60cf00
commit
251ab8a928
5 changed files with 5 additions and 1 deletions
|
|
@ -43,6 +43,7 @@
|
|||
|
||||
<form action="{getUrl()}" method="post" class="widgetSearch">
|
||||
<fieldset>
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="IS" />
|
||||
<input type="hidden" name="search_target" value="title" />
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@
|
|||
<fieldset>
|
||||
<legend>{$lang->cmd_search}</legend>
|
||||
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<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,6 +46,7 @@
|
|||
</ul>
|
||||
|
||||
<form action="{getUrl()}" method="post" id="isSearch">
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="IS" />
|
||||
<input type="hidden" name="search_target" value="title_content" />
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@
|
|||
|
||||
<form id="fo_layout" action="./" method="post" enctype="multipart/form-data" target="hidden_iframe">
|
||||
<input type="hidden" name="module" value="homepage" />
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<input type="hidden" name="act" value="procHomepageLayoutUpdate" />
|
||||
<input type="hidden" name="layout_srl" value="{$selected_layout->layout_srl}" />
|
||||
<input type="hidden" name="title" value="{htmlspecialchars($homepage_info->title)}" />
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
Context::set('mid_list',$module_categories);
|
||||
|
||||
// 샘플코드
|
||||
Context::set('sample_code', htmlspecialchars('<form action="{getUrl()}" method="get"><input type="hidden" name="mid" value="{$mid}" /><input type="hidden" name="act" value="IS" /><input type="text" name="is_keyword" class="inputTypeText" value="{$is_keyword}" /><span class="button"><input type="submit" value="{$lang->cmd_search}" /></span></form>') );
|
||||
Context::set('sample_code', htmlspecialchars('<form action="{getUrl()}" method="get"><input type="hidden" name="vid" value="{$vid}" /><input type="hidden" name="mid" value="{$mid}" /><input type="hidden" name="act" value="IS" /><input type="text" name="is_keyword" class="inputTypeText" value="{$is_keyword}" /><span class="button"><input type="submit" value="{$lang->cmd_search}" /></span></form>') );
|
||||
|
||||
$this->setTemplateFile("index");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue