yacy_search_server/htroot/PerformanceSearch_p.html
michitux 31393312d0 New XHTML-template for a large part of the frontend, for details see http://yacy-websuche.de/wiki/index.php/Dev:XHTML
If you don't use the default skin, the style will be broken or at least not complete.
YaCy now has two css-files: base.css in htroot/env and the skin. In base.css the layout and black/white text-formating-rules are defined. Colors are only defined in the skin.
The skin is now very easy to read and to change. If you want to make more changes than the colors you see in the default-skin, feel free to use the full power of css, but you are warned: The code is still not ready and may change, but we try to avoid changes which affect anything in the default-style.
Translation will be broken too because the language-files contain HTML-Code which has changed.


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2547 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-09-11 18:18:12 +00:00

118 lines
6.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Performance Settings of Search Sequence</title>
#%env/templates/metas.template%#
</head>
<body id="PerformanceSearch">
#%env/templates/header.template%#
#%env/templates/submenuPerformance.template%#
<h2>Timing Settings of Search Sequence</h2>
<p>
<strong>Settings for local search profile:</strong>
</p>
<form action="PerformanceSearch_p.html" method="post" enctype="multipart/form-data">
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
<td>Entity</td>
<td>Collection</td>
<td>Join</td>
<td>Pre-Sort</td>
<td>URL Fetch</td>
<td>Post-Sort</td>
<td>Filter</td>
<td>Snippet-Fetch</td>
</tr>
<tr class="TableCellDark">
<td align="left">execution Time (percentage; sum of this must be 100)</td>
<td align="right"><input name="searchProcessLocalTime_c" type="text" size="8" maxlength="8" value="#[searchProcessLocalTime_c]#" /></td>
<td align="right"><input name="searchProcessLocalTime_j" type="text" size="8" maxlength="8" value="#[searchProcessLocalTime_j]#" /></td>
<td align="right"><input name="searchProcessLocalTime_r" type="text" size="8" maxlength="8" value="#[searchProcessLocalTime_r]#" /></td>
<td align="right"><input name="searchProcessLocalTime_u" type="text" size="8" maxlength="8" value="#[searchProcessLocalTime_u]#" /></td>
<td align="right"><input name="searchProcessLocalTime_o" type="text" size="8" maxlength="8" value="#[searchProcessLocalTime_o]#" /></td>
<td align="right"><input name="searchProcessLocalTime_f" type="text" size="8" maxlength="8" value="#[searchProcessLocalTime_f]#" /></td>
<td align="right"><input name="searchProcessLocalTime_s" type="text" size="8" maxlength="8" value="#[searchProcessLocalTime_s]#" /></td>
</tr>
<tr class="TableCellDark">
<td align="left">result count (percentage of requested amount)</td>
<td align="right"><input name="searchProcessLocalCount_c" type="text" size="8" maxlength="8" value="#[searchProcessLocalCount_c]#" /></td>
<td align="right"><input name="searchProcessLocalCount_j" type="text" size="8" maxlength="8" value="#[searchProcessLocalCount_j]#" /></td>
<td align="right"><input name="searchProcessLocalCount_r" type="text" size="8" maxlength="8" value="#[searchProcessLocalCount_r]#" /></td>
<td align="right"><input name="searchProcessLocalCount_u" type="text" size="8" maxlength="8" value="#[searchProcessLocalCount_u]#" /></td>
<td align="right"><input name="searchProcessLocalCount_o" type="text" size="8" maxlength="8" value="#[searchProcessLocalCount_o]#" /></td>
<td align="right"><input name="searchProcessLocalCount_f" type="text" size="8" maxlength="8" value="#[searchProcessLocalCount_f]#" /></td>
<td align="right"><input name="searchProcessLocalCount_s" type="text" size="8" maxlength="8" value="#[searchProcessLocalCount_s]#" /></td>
</tr>
<tr class="TableCellLight">
<td align="left" colspan="8">
<input type="submit" name="submitlocalprofilecustom" value="Submit New Profile Values" />&nbsp;&nbsp;&nbsp;
<input type="submit" name="submitlocalprofiledefault" value="Reset To Default Values" />&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
</form>
#(submitlocalrespond)#
::
<p>Your settings are valid and will be used for next search.</p>
::
<p>Reset to default settings done.</p>
::
<p>Your settings cannot be accepted: sum of execution time percentage is not 100</p>
#(/submitlocalrespond)#
<p>
<strong>Timing results of latest search request:</strong>
</p>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
<td>Entity</td>
<td>Collection</td>
<td>Join</td>
<td>Pre-Sort</td>
<td>URL Fetch</td>
<td>Post-Sort</td>
<td>Filter</td>
<td>Snippet-Fetch</td>
</tr>
<tr class="TableCellDark">
<td align="left">execution Time (absolute milliseconds)</td>
<td align="right">#[latestLocalTimeAbs_c]#</td>
<td align="right">#[latestLocalTimeAbs_j]#</td>
<td align="right">#[latestLocalTimeAbs_r]#</td>
<td align="right">#[latestLocalTimeAbs_u]#</td>
<td align="right">#[latestLocalTimeAbs_o]#</td>
<td align="right">#[latestLocalTimeAbs_f]#</td>
<td align="right">#[latestLocalTimeAbs_s]#</td>
</tr>
<tr class="TableCellDark">
<td align="left">execution Time (relative)</td>
<td align="right">#[latestLocalTimeRel_c]#</td>
<td align="right">#[latestLocalTimeRel_j]#</td>
<td align="right">#[latestLocalTimeRel_r]#</td>
<td align="right">#[latestLocalTimeRel_u]#</td>
<td align="right">#[latestLocalTimeRel_o]#</td>
<td align="right">#[latestLocalTimeRel_f]#</td>
<td align="right">#[latestLocalTimeRel_s]#</td>
</tr>
<tr class="TableCellDark">
<td align="left">result count (absolute amount)</td>
<td align="right">#[latestLocalCountAbs_c]#</td>
<td align="right">#[latestLocalCountAbs_j]#</td>
<td align="right">#[latestLocalCountAbs_r]#</td>
<td align="right">#[latestLocalCountAbs_u]#</td>
<td align="right">#[latestLocalCountAbs_o]#</td>
<td align="right">#[latestLocalCountAbs_f]#</td>
<td align="right">#[latestLocalCountAbs_s]#</td>
</tr>
</table>
<p>
The network picture below shows how the latest search query was solved by asking corresponding peers in the DHT:
<img src="SearchEventPicture.png" alt="Search event picture" />
</p>
#%env/templates/footer.template%#
</body>
</html>