mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-23 09:24:39 -04:00
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
This commit is contained in:
htroot
Blacklist_p.htmlBlog.htmlBookmarks.htmlCacheAdmin_p.htmlConfigAdvanced_p.htmlConfigBasic.htmlConfigLanguage_p.htmlConfigProfile_p.htmlConfigSkins_p.htmlConfig_p.htmlConnections_p.htmlCookieMonitorIncoming_p.htmlCookieMonitorOutgoing_p.htmlCookieTest.htmlDetailedSearch.htmlHelp.htmlIndexCleaner_p.htmlIndexControl_p.htmlIndexCreateIndexingQueue_p.htmlIndexCreateLoaderQueue_p.htmlIndexCreateWWWGlobalQueue_p.htmlIndexCreateWWWLocalQueue_p.htmlIndexCreate_p.htmlIndexImport_p.htmlIndexMonitor.htmlIndexShare_p.htmlIndexTransfer_p.htmlLog_p.htmlLog_p.javaMessageSend_p.htmlMessages_p.htmlNetwork.htmlNews.htmlPerformanceMemory_p.htmlPerformanceQueues_p.htmlPerformanceQueues_p.javaPerformanceSearch_p.htmlProxyIndexingMonitor_p.htmlQuickCrawlLink_p.htmlSettingsAck_p.htmlSettings_p.htmlStatus.htmlStatus_p.incViewLog_p.htmlViewLog_p.javaViewProfile.htmlWiki.html
env
base.css
index.htmlyacysearch.htmltemplates
skins
@ -1,118 +1,117 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>YaCy '#[clientname]#': Performance Settings of Search Sequence</title>
|
||||
#%env/templates/metas.template%#
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
|
||||
#%env/templates/header.template%#
|
||||
#%env/templates/submenuPerformance.template%#
|
||||
<br>
|
||||
<h2>Timing Settings of Search Sequence</h2>
|
||||
|
||||
<p>
|
||||
<div class=small><b>Settings for local search profile:</b></div>
|
||||
<table border="0" cellpadding="2" cellspacing="1">
|
||||
<form action="PerformanceSearch_p.html" method="post" enctype="multipart/form-data">
|
||||
<tr class="TableHeader" valign="bottom">
|
||||
<td class="small">Entity</td>
|
||||
<td class="small">Collection</td>
|
||||
<td class="small">Join</td>
|
||||
<td class="small">Pre-Sort</td>
|
||||
<td class="small">URL Fetch</td>
|
||||
<td class="small">Post-Sort</td>
|
||||
<td class="small">Filter</td>
|
||||
<td class="small">Snippet-Fetch</td>
|
||||
</tr>
|
||||
<tr class="TableCellDark">
|
||||
<td class="small" align="left">execution Time (percentage; sum of this must be 100)</td>
|
||||
<td class="small" align="right"><input name="searchProcessLocalTime_c" type="text" align="right" size="8" maxlength="8" value="#[searchProcessLocalTime_c]#"></td>
|
||||
<td class="small" align="right"><input name="searchProcessLocalTime_j" type="text" align="right" size="8" maxlength="8" value="#[searchProcessLocalTime_j]#"></td>
|
||||
<td class="small" align="right"><input name="searchProcessLocalTime_r" type="text" align="right" size="8" maxlength="8" value="#[searchProcessLocalTime_r]#"></td>
|
||||
<td class="small" align="right"><input name="searchProcessLocalTime_u" type="text" align="right" size="8" maxlength="8" value="#[searchProcessLocalTime_u]#"></td>
|
||||
<td class="small" align="right"><input name="searchProcessLocalTime_o" type="text" align="right" size="8" maxlength="8" value="#[searchProcessLocalTime_o]#"></td>
|
||||
<td class="small" align="right"><input name="searchProcessLocalTime_f" type="text" align="right" size="8" maxlength="8" value="#[searchProcessLocalTime_f]#"></td>
|
||||
<td class="small" align="right"><input name="searchProcessLocalTime_s" type="text" align="right" size="8" maxlength="8" value="#[searchProcessLocalTime_s]#"></td>
|
||||
</tr>
|
||||
<tr class="TableCellDark">
|
||||
<td class="small" align="left">result count (percentage of requested amount)</td>
|
||||
<td class="small" align="right"><input name="searchProcessLocalCount_c" type="text" align="right" size="8" maxlength="8" value="#[searchProcessLocalCount_c]#"></td>
|
||||
<td class="small" align="right"><input name="searchProcessLocalCount_j" type="text" align="right" size="8" maxlength="8" value="#[searchProcessLocalCount_j]#"></td>
|
||||
<td class="small" align="right"><input name="searchProcessLocalCount_r" type="text" align="right" size="8" maxlength="8" value="#[searchProcessLocalCount_r]#"></td>
|
||||
<td class="small" align="right"><input name="searchProcessLocalCount_u" type="text" align="right" size="8" maxlength="8" value="#[searchProcessLocalCount_u]#"></td>
|
||||
<td class="small" align="right"><input name="searchProcessLocalCount_o" type="text" align="right" size="8" maxlength="8" value="#[searchProcessLocalCount_o]#"></td>
|
||||
<td class="small" align="right"><input name="searchProcessLocalCount_f" type="text" align="right" size="8" maxlength="8" value="#[searchProcessLocalCount_f]#"></td>
|
||||
<td class="small" align="right"><input name="searchProcessLocalCount_s" type="text" align="right" size="8" maxlength="8" value="#[searchProcessLocalCount_s]#"></td>
|
||||
</tr>
|
||||
<tr class="TableCellLight">
|
||||
<td class="small" align="left" colspan="8">
|
||||
<input type="submit" name="submitlocalprofilecustom" value="Submit New Profile Values">
|
||||
<input type="submit" name="submitlocalprofiledefault" value="Reset To Default Values">
|
||||
</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
</p>
|
||||
|
||||
#(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>
|
||||
<div class=small><b>Timing results of latest search request:</b></div>
|
||||
<table border="0" cellpadding="2" cellspacing="1">
|
||||
<tr class="TableHeader" valign="bottom">
|
||||
<td class="small">Entity</td>
|
||||
<td class="small">Collection</td>
|
||||
<td class="small">Join</td>
|
||||
<td class="small">Pre-Sort</td>
|
||||
<td class="small">URL Fetch</td>
|
||||
<td class="small">Post-Sort</td>
|
||||
<td class="small">Filter</td>
|
||||
<td class="small">Snippet-Fetch</td>
|
||||
</tr>
|
||||
<tr class="TableCellDark">
|
||||
<td class="small" align="left">execution Time (absolute milliseconds)</td>
|
||||
<td class="small" align="right">#[latestLocalTimeAbs_c]#</td>
|
||||
<td class="small" align="right">#[latestLocalTimeAbs_j]#</td>
|
||||
<td class="small" align="right">#[latestLocalTimeAbs_r]#</td>
|
||||
<td class="small" align="right">#[latestLocalTimeAbs_u]#</td>
|
||||
<td class="small" align="right">#[latestLocalTimeAbs_o]#</td>
|
||||
<td class="small" align="right">#[latestLocalTimeAbs_f]#</td>
|
||||
<td class="small" align="right">#[latestLocalTimeAbs_s]#</td>
|
||||
</tr>
|
||||
<tr class="TableCellDark">
|
||||
<td class="small" align="left">execution Time (relative)</td>
|
||||
<td class="small" align="right">#[latestLocalTimeRel_c]#</td>
|
||||
<td class="small" align="right">#[latestLocalTimeRel_j]#</td>
|
||||
<td class="small" align="right">#[latestLocalTimeRel_r]#</td>
|
||||
<td class="small" align="right">#[latestLocalTimeRel_u]#</td>
|
||||
<td class="small" align="right">#[latestLocalTimeRel_o]#</td>
|
||||
<td class="small" align="right">#[latestLocalTimeRel_f]#</td>
|
||||
<td class="small" align="right">#[latestLocalTimeRel_s]#</td>
|
||||
</tr>
|
||||
<tr class="TableCellDark">
|
||||
<td class="small" align="left">result count (absolute amount)</td>
|
||||
<td class="small" align="right">#[latestLocalCountAbs_c]#</td>
|
||||
<td class="small" align="right">#[latestLocalCountAbs_j]#</td>
|
||||
<td class="small" align="right">#[latestLocalCountAbs_r]#</td>
|
||||
<td class="small" align="right">#[latestLocalCountAbs_u]#</td>
|
||||
<td class="small" align="right">#[latestLocalCountAbs_o]#</td>
|
||||
<td class="small" align="right">#[latestLocalCountAbs_f]#</td>
|
||||
<td class="small" align="right">#[latestLocalCountAbs_s]#</td>
|
||||
</tr>
|
||||
</table>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The network picture below shows how the latest search query was solved by asking corresponding peers in the DHT:
|
||||
<img src="SearchEventPicture.png">
|
||||
</p>
|
||||
#%env/templates/footer.template%#
|
||||
</body>
|
||||
<!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" />
|
||||
<input type="submit" name="submitlocalprofiledefault" value="Reset To Default Values" />
|
||||
</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>
|
||||
|
Reference in New Issue
Block a user