bugfix inn DetailedSearch form names

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2550 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent 462c64a935
commit 8219ce6c67

@ -37,11 +37,11 @@
<dt><label for="postsort">Post-Sort:</label></dt> <dt><label for="postsort">Post-Sort:</label></dt>
<dd><input type="checkbox" name="postsort" id="postsort" #[postsortChecked]# /></dd> <dd><input type="checkbox" name="postsort" id="postsort" #[postsortChecked]# /></dd>
<dt><label for="localcount">Max. number of results:</label></dt> <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> <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> <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> </dl>
</fieldset> </fieldset>
<fieldset> <fieldset>

Loading…
Cancel
Save