|
|
|
@ -36,23 +36,12 @@
|
|
|
|
|
<dd><input type="checkbox" name="global" id="global" #[globalChecked]# /></dd>
|
|
|
|
|
<dt><label for="postsort">Post-Sort:</label></dt>
|
|
|
|
|
<dd><input type="checkbox" name="postsort" id="postsort" #[postsortChecked]# /></dd>
|
|
|
|
|
</dl>
|
|
|
|
|
</fieldset>
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend>Local Query</legend>
|
|
|
|
|
<dl>
|
|
|
|
|
<dt><label for="localcount">Max. number of results:</label></dt>
|
|
|
|
|
<dd>
|
|
|
|
|
<input type="text" name="localcount" id="localcount" value="#[localCount]#" size="4" maxlength="5" />
|
|
|
|
|
</dd>
|
|
|
|
|
<dd><input type="text" name="localcount" id="localcount" value="#[localCount]#" size="4" maxlength="5" /></dd>
|
|
|
|
|
<dt><label for="localtime">Max. search time (seconds):</label></dt>
|
|
|
|
|
<dd>
|
|
|
|
|
<input type="text" name="localtime" id="localtime" value="#[localTime]#" size="4" maxlength="3" />
|
|
|
|
|
</dd>
|
|
|
|
|
<dd><input type="text" name="localtime" id="localtime" value="#[localTime]#" size="4" maxlength="3" /></dd>
|
|
|
|
|
<dt><label for="localwdist">Max. word distance:</label></dt>
|
|
|
|
|
<dd>
|
|
|
|
|
<input type="text" name="localwdist" id="localwdist" value="#[localWDist]#" size="4" maxlength="4" />
|
|
|
|
|
</dd>
|
|
|
|
|
<dd><input type="text" name="localwdist" id="localwdist" value="#[localWDist]#" size="4" maxlength="4" /></dd>
|
|
|
|
|
</dl>
|
|
|
|
|
</fieldset>
|
|
|
|
|
<fieldset>
|
|
|
|
|