mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6625 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c6b104c8e4
commit
9c8b9025dd
2 changed files with 4 additions and 0 deletions
|
|
@ -56,7 +56,9 @@
|
||||||
<!--@if($grant->view && $module_info->default_style != 'blog')-->
|
<!--@if($grant->view && $module_info->default_style != 'blog')-->
|
||||||
<div class="boardSearch">
|
<div class="boardSearch">
|
||||||
<form action="{getUrl()}" method="get" onsubmit="return procFilter(this, search)" id="fo_search">
|
<form action="{getUrl()}" method="get" onsubmit="return procFilter(this, search)" id="fo_search">
|
||||||
|
<!--@if($vid)-->
|
||||||
<input type="hidden" name="vid" value="{$vid}" />
|
<input type="hidden" name="vid" value="{$vid}" />
|
||||||
|
<!--@end-->
|
||||||
<input type="hidden" name="mid" value="{$mid}" />
|
<input type="hidden" name="mid" value="{$mid}" />
|
||||||
<input type="hidden" name="category" value="{$category}" />
|
<input type="hidden" name="category" value="{$category}" />
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,9 @@
|
||||||
<form action="{getUrl()}" method="get" onsubmit="return procFilter(this, search)" id="fo_search" class="boardSearchForm">
|
<form action="{getUrl()}" method="get" onsubmit="return procFilter(this, search)" id="fo_search" class="boardSearchForm">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Board Search</legend>
|
<legend>Board Search</legend>
|
||||||
|
<!--@if($vid)-->
|
||||||
<input type="hidden" name="vid" value="{$vid}" />
|
<input type="hidden" name="vid" value="{$vid}" />
|
||||||
|
<!--@end-->
|
||||||
<input type="hidden" name="mid" value="{$mid}" />
|
<input type="hidden" name="mid" value="{$mid}" />
|
||||||
<input type="hidden" name="category" value="{$category}" />
|
<input type="hidden" name="category" value="{$category}" />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue