You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.3 KiB
38 lines
1.3 KiB
<!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]#': Local Search Statistics</title>
|
|
#%env/templates/metas.template%#
|
|
</head>
|
|
<body id="LocalSearchStatistics">
|
|
#%env/templates/header.template%#
|
|
#%env/templates/submenuSearchStatistics.template%#
|
|
<h2>Search Statistics: Local Searches</h2>
|
|
<p>This is a list of searches that had been requested from this' peer search interface</p>
|
|
<p>Showing #[num]# entries from a total of #[total]# Requests.</p>
|
|
<table border="0" cellpadding="2" cellspacing="1">
|
|
<tr class="TableHeader">
|
|
<td>Requesting Host</td>
|
|
<td>Date</td>
|
|
<td>Expected Results</td>
|
|
<td>Returned Results</td>
|
|
<td>Expected Time</td>
|
|
<td>Used Time</td>
|
|
<td>Search Words</td>
|
|
</tr>
|
|
#{list}#
|
|
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
|
|
<td>#[host]#</td>
|
|
<td>#[date]#</td>
|
|
<td>#[querycount]#</td>
|
|
<td>#[resultcount]#</td>
|
|
<td>#[querytime]#</td>
|
|
<td>#[resulttime]#</td>
|
|
<td>#[querywords]#</td>
|
|
</tr>
|
|
#{/list}#
|
|
</table>
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html>
|