diff options
| author | karlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-01-05 20:19:29 +0000 |
|---|---|---|
| committer | karlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-01-05 20:19:29 +0000 |
| commit | cf31efec5d4aab74131feadab507e2bbb4c330bd (patch) | |
| tree | 059e29a1ac009813b9f89f014c98954f2a15ebd7 /htroot/PerformanceQueues_p.html | |
| parent | d157201e087c814ac7f7f0bb50fe797511d2e23c (diff) | |
- escaped urls in IndexMonitor
- use <label>s in Performance-pages
- <form accept-charset="ascii">-workaround for utf-8-problems in webforms
- fixed some xhtml problems in yacysearch.html
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3170 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceQueues_p.html')
| -rw-r--r-- | htroot/PerformanceQueues_p.html | 34 |
1 files changed, 14 insertions, 20 deletions
diff --git a/htroot/PerformanceQueues_p.html b/htroot/PerformanceQueues_p.html index 65d73bb1b..fa14fd9e6 100644 --- a/htroot/PerformanceQueues_p.html +++ b/htroot/PerformanceQueues_p.html @@ -205,14 +205,11 @@ </table>
</form>
- <p>
- <strong>YaCy Priority Settings:</strong>
- </p>
<form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data">
- <fieldset>
+ <fieldset><legend>YaCy Priority Settings</legend>
<dl>
- <dt>YaCy Process Priority:</dt>
- <dd><select name="YaCyPriority">
+ <dt><label for="priority">YaCy Process Priority</label>:</dt>
+ <dd><select id="priority" name="YaCyPriority">
<option value="0"#(priority_normal)#:: selected="selected"#(/priority_normal)#>Normal</option>
<option value="10"#(priority_below)#:: selected="selected"#(/priority_below)#>Below normal</option>
<option value="20"#(priority_low)#:: selected="selected"#(/priority_low)#>Idle</option>
@@ -224,25 +221,22 @@ </form>
<p>
- <strong>Proxy Performance Settings:</strong>
+ <strong></strong>
</p>
<form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data">
- <table border="0" cellpadding="5" cellspacing="1">
- <tr valign="top" class="TableCellDark">
- <td>Online Caution Delay (milliseconds):</td>
- <td><input name="onlineCautionDelay" type="text" size="20" maxlength="100" value="#[onlineCautionDelay]#" /></td>
- <td>
+ <fieldset><legend>Proxy Performance Settings</legend>
+ <p>
This is the time that the crawler idles when the proxy is accessed. The delay is extended by this time
each time the proxy is accessed afterwards. This shall improve performance of the proxy throughput.
(current delta is #[onlineCautionDelayCurrent]# milliseconds since last proxy access.)
- </td>
- </tr>
- <tr valign="top" class="TableCellLight">
- <td colspan="3">
- <input type="submit" name="proxyControlSubmit" value="Enter New Parameters" />
- Changes take effect immediately</td>
- </tr>
- </table>
+ </p>
+ <dl>
+ <dt><label for="onlineCautionDelay">Online Caution Delay (milliseconds)</label>:</dt>
+ <dd><input id="onlineCautionDelay" name="onlineCautionDelay" type="text" size="20" maxlength="100" value="#[onlineCautionDelay]#" /></dd>
+ <dt><input type="submit" name="proxyControlSubmit" value="Enter New Parameters" /></dt>
+ <dd>Changes take effect immediately</dd>
+ </dl>
+ </fieldset>
</form>
#%env/templates/footer.template%#
|
