- small change to DetailedSearch layout

- version 0.463 for new xhtml interface

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2548 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 18 years ago
parent 31393312d0
commit 1137605edf

@ -3,7 +3,7 @@ javacSource=1.4
javacTarget=1.4
# Release Configuration
releaseVersion=0.462
releaseVersion=0.463
releaseFile=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
#releaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
releaseDir=yacy_dev_v${releaseVersion}_${DSTAMP}_${releaseNr}

@ -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>

Loading…
Cancel
Save