Some bugfixes: updated ids for labels in DetailedSearch.html, fixed a template-bug in Network.html and added a workaround for a bug in the template engine in IndexTransfer_p.html

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2556 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
michitux 18 years ago
parent 75b198bc02
commit 140c3e1db9

@ -36,11 +36,11 @@
<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>
<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>
<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>
<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>
</dl>
</fieldset>

@ -54,7 +54,7 @@
::
<tr class="TableCellLight">
<td class="TableCellDark">Selection</td>
<td style="color:#(stopped)#green::red#(/stopped)#">#[selection.status]#</td>
<td style="color: #(stopped)#green::red#(/stopped)#;">#[selection.status]#</td>
<td align="right">#[selection.twchunk]# words</td>
<td align="right"><tt>#[selection.twrange]#</tt></td>
<td rowspan="2" align="left">#[twEntityCount]# Entities (#[twEntityPercent]#%)<br />
@ -69,8 +69,8 @@
</tr>
<tr class="TableCellLight">
<td class="TableCellDark">Transfer</td>
<td style="color:#(stopped)#green::red#(/stopped)#">#[transfer.status]#</td>
<td align="rigth">#[transfer.twchunk]# words</td>
<td style="color: #(stopped)#green::red#(/stopped)#">#[transfer.status]#</td>
<td align="right">#[transfer.twchunk]# words</td>
<td align="right"><tt>#[transfer.twrange]#</tt></td>
</tr>
#(/running)#

@ -242,7 +242,7 @@
<code>#[status]#</code>
</p>
<p style="color:green;">
<code>[details]#</code>
<code>#[details]#</code>
</p>
#(/comment)#

Loading…
Cancel
Save