132 lines
5.5 KiB
Smarty
132 lines
5.5 KiB
Smarty
|
|
||
|
{ $method->exe("static_page","search_form") }
|
||
|
{ if ($method->result == FALSE) }
|
||
|
{ $block->display("core:method_error") }
|
||
|
{else}
|
||
|
|
||
|
<form name="static_page_search" method="post" action="">
|
||
|
{$COOKIE_FORM}
|
||
|
<table width=100% border="0" cellspacing="0" cellpadding="0" class="table_background">
|
||
|
<tr>
|
||
|
<td>
|
||
|
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
||
|
<tr valign="top">
|
||
|
<td width="65%" class="table_heading">
|
||
|
<center>
|
||
|
{translate module=static_page}title_search{/translate}
|
||
|
</center>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr valign="top">
|
||
|
<td width="65%" class="row1">
|
||
|
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||
|
<tr valign="top">
|
||
|
<td width="35%">
|
||
|
{translate module=static_page}
|
||
|
field_name
|
||
|
{/translate}</td>
|
||
|
<td width="65%">
|
||
|
<input type="text" name="static_page_name" value="{$VAR.static_page_name}" {if $static_page_name == true}class="form_field_error"{/if}> {translate}search_partial{/translate}
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr valign="top">
|
||
|
<td width="35%">
|
||
|
{translate module=static_page}
|
||
|
field_description
|
||
|
{/translate}</td>
|
||
|
<td width="65%">
|
||
|
<input type="text" name="static_page_description" value="{$VAR.static_page_description}" {if $static_page_description == true}class="form_field_error"{/if}> {translate}search_partial{/translate}
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr valign="top">
|
||
|
|
||
|
<td width="35%">
|
||
|
{translate module=static_page}
|
||
|
field_static_page_category_id
|
||
|
{/translate}
|
||
|
</td>
|
||
|
|
||
|
<td width="65%">
|
||
|
{ $list->menu("", "static_page_static_page_category_id", "static_page_category", "name", "all", "form_menu") }
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr valign="top">
|
||
|
<td width="35%">
|
||
|
{translate module=static_page}
|
||
|
field_status
|
||
|
{/translate}</td>
|
||
|
|
||
|
<td width="65%">
|
||
|
{ $list->bool("static_page_status", "all", "form_menu") }
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr valign="top">
|
||
|
<td width="35%">
|
||
|
{translate module=static_page}
|
||
|
field_date_orig
|
||
|
{/translate}</td>
|
||
|
<td width="65%">
|
||
|
{ $list->calender_search("static_page_date_orig", $VAR.static_page_date_orig, "form_field", "") }
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr valign="top">
|
||
|
<td width="35%">
|
||
|
{translate module=static_page}
|
||
|
field_date_last
|
||
|
{/translate}</td>
|
||
|
<td width="65%">
|
||
|
{ $list->calender_search("static_page_date_last", $VAR.static_page_date_last, "form_field", "") }
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr valign="top">
|
||
|
<td width="35%">
|
||
|
{translate module=static_page}
|
||
|
field_date_expire
|
||
|
{/translate}</td>
|
||
|
<td width="65%">
|
||
|
{ $list->calender_search("static_page_date_expire", $VAR.static_page_date_expire, "form_field", "") }
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
|
||
|
<!-- Define the results per page -->
|
||
|
<tr class="row1" valign="top">
|
||
|
<td width="35%">{translate}search_results_per{/translate}</td>
|
||
|
<td width="65%">
|
||
|
<input type="text" name="limit" size="5" value="{$static_page_limit}">
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
<!-- Define the order by field per page -->
|
||
|
<tr class="row1" valign="top">
|
||
|
<td width="35%">{translate}search_order_by{/translate}</td>
|
||
|
<td width="65%">
|
||
|
<select name="order_by">
|
||
|
{foreach from=$static_page item=record}
|
||
|
<option value="{$record.field}">{$record.translate}</option>
|
||
|
{/foreach}
|
||
|
</select>
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
<tr class="row1" valign="top">
|
||
|
<td width="35%"></td>
|
||
|
<td width="65%">
|
||
|
<input type="submit" name="Submit" value="{translate}search{/translate}" class="form_button">
|
||
|
<input type="hidden" name="_page" value="core:search">
|
||
|
<input type="hidden" name="_escape" value="Y">
|
||
|
<input type="hidden" name="module" value="static_page">
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|
||
|
{ $block->display("core:saved_searches") }
|
||
|
{ $block->display("core:recent_searches") }
|
||
|
{/if}
|