1
<!-- INCLUDE overall_header.html -->
3
<a name="maincontent"></a>
6
<h1>{L_ACP_SEARCH_SETTINGS}</h1>
8
<p>{L_ACP_SEARCH_SETTINGS_EXPLAIN}</p>
10
<form id="acp_search" method="post" action="{U_ACTION}">
13
<legend>{L_GENERAL_SEARCH_SETTINGS}</legend>
15
<dt><label for="load_search">{L_YES_SEARCH}:</label><br /><span>{L_YES_SEARCH_EXPLAIN}</span></dt>
16
<dd><label><input type="radio" class="radio" id="load_search" name="config[load_search]" value="1"<!-- IF S_YES_SEARCH --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
17
<label><input type="radio" class="radio" name="config[load_search]" value="0"<!-- IF not S_YES_SEARCH --> checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
20
<dt><label for="search_interval">{L_SEARCH_INTERVAL}:</label><br /><span>{L_SEARCH_INTERVAL_EXPLAIN}</span></dt>
21
<dd><input id="search_interval" type="text" size="4" maxlength="4" name="config[search_interval]" value="{SEARCH_INTERVAL}" /> {L_SECONDS}</dd>
24
<dt><label for="search_anonymous_interval">{L_SEARCH_GUEST_INTERVAL}:</label><br /><span>{L_SEARCH_GUEST_INTERVAL_EXPLAIN}</span></dt>
25
<dd><input id="search_anonymous_interval" type="text" size="4" maxlength="4" name="config[search_anonymous_interval]" value="{SEARCH_GUEST_INTERVAL}" /> {L_SECONDS}</dd>
28
<dt><label for="limit_search_load">{L_LIMIT_SEARCH_LOAD}:</label><br /><span>{L_LIMIT_SEARCH_LOAD_EXPLAIN}</span></dt>
29
<dd><input id="limit_search_load" type="text" size="4" maxlength="4" name="config[limit_search_load]" value="{LIMIT_SEARCH_LOAD}" /></dd>
32
<dt><label for="min_search_author_chars">{L_MIN_SEARCH_AUTHOR_CHARS}:</label><br /><span>{L_MIN_SEARCH_AUTHOR_CHARS_EXPLAIN}</span></dt>
33
<dd><input id="min_search_author_chars" type="text" size="4" maxlength="4" name="config[min_search_author_chars]" value="{MIN_SEARCH_AUTHOR_CHARS}" /></dd>
36
<dt><label for="search_store_results">{L_SEARCH_STORE_RESULTS}:</label><br /><span>{L_SEARCH_STORE_RESULTS_EXPLAIN}</span></dt>
37
<dd><input id="search_store_results" type="text" size="4" maxlength="6" name="config[search_store_results]" value="{SEARCH_STORE_RESULTS}" /> {L_SECONDS}</dd>
42
<legend>{L_SEARCH_TYPE}</legend>
44
<dt><label for="search_type">{L_SEARCH_TYPE}:</label><br /><span>{L_SEARCH_TYPE_EXPLAIN}</span></dt>
45
<dd><select id="search_type" name="config[search_type]">{S_SEARCH_TYPES}</select></dd>
49
<!-- BEGIN backend -->
52
<legend>{backend.NAME}</legend>
58
<fieldset class="submit-buttons">
59
<legend>{L_SUBMIT}</legend>
60
<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />
61
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
66
<!-- ELSEIF S_INDEX -->
68
<script type="text/javascript">
71
* Popup search progress bar
73
function popup_progress_bar(progress_type)
77
popup('{UA_PROGRESS_BAR}&type=' + progress_type, 400, 240, '_index');
82
<h1>{L_ACP_SEARCH_INDEX}</h1>
84
<!-- IF S_CONTINUE_INDEXING -->
85
<p>{L_CONTINUE_EXPLAIN}</p>
87
<form id="acp_search_continue" method="post" action="{U_CONTINUE_INDEXING}">
88
<fieldset class="submit-buttons">
89
<legend>{L_SUBMIT}</legend>
90
<input class="button1" type="submit" id="continue" name="continue" value="{L_CONTINUE}" onclick="popup_progress_bar('{S_CONTINUE_INDEXING}');" />
91
<input class="button2" type="submit" id="cancel" name="cancel" value="{L_CANCEL}" />
97
<p>{L_ACP_SEARCH_INDEX_EXPLAIN}</p>
99
<!-- BEGIN backend -->
101
<!-- IF backend.S_STATS -->
103
<form id="acp_search_index_{backend.NAME}" method="post" action="{U_ACTION}">
105
<fieldset class="tabulated">
107
{backend.S_HIDDEN_FIELDS}
109
<legend>{L_INDEX_STATS}: {backend.L_NAME} <!-- IF backend.S_ACTIVE -->({L_ACTIVE}) <!-- ENDIF --></legend>
111
<table cellspacing="1">
112
<caption>{backend.L_NAME} <!-- IF backend.S_ACTIVE -->({L_ACTIVE}) <!-- ENDIF --></caption>
113
<col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
116
<th>{L_STATISTIC}</th>
118
<th>{L_STATISTIC}</th>
125
<td>{backend.data.STATISTIC_1}:</td>
126
<td>{backend.data.VALUE_1}</td>
127
<td>{backend.data.STATISTIC_2}<!-- IF backend.data.STATISTIC_2 -->:<!-- ENDIF --></td>
128
<td>{backend.data.VALUE_2}</td>
137
<!-- IF backend.S_INDEXED -->
138
<input class="button2" type="submit" name="action[delete]" value="{L_DELETE_INDEX}" onclick="popup_progress_bar('delete');" />
140
<input class="button2" type="submit" name="action[create]" value="{L_CREATE_INDEX}" onclick="popup_progress_bar('create');" />
153
<!-- INCLUDE overall_footer.html -->