yacy_search_server/htroot/CookieMonitorOutgoing_p.html
rramthun 25a64fe3da -windows-script echoes correct port-number now
-minor changes

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3053 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-12-06 17:27:44 +00:00

36 lines
1.2 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]#': Outgoing Cookies Monitor</title>
#%env/templates/metas.template%#
</head>
<body id="CookieMonitorOutgoing">
#%env/templates/header.template%#
#%env/templates/submenuCookie.template%#
<h2>Cookie Monitor: Outgoing Cookies</h2>
<p>This is a list of cookies that browsers using the YaCy proxy sent to webservers:</p>
<p>Showing #[num]# entries from a total of #[total]# Cookies.</p>
<table border="0" cellpadding="2" cellspacing="1">
<colgroup>
<col width="10" span="3" />
<col width="70" />
</colgroup>
<tr class="TableHeader">
<td>Receiving Host</td>
<td>Date</td>
<td>Sending Client</td>
<td>Cookie</td>
</tr>
#{list}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td>#[host]#</td>
<td>#[date]#</td>
<td>#[client]#</td>
<td>#[cookie]#</td>
</tr>
#{/list}#
</table>
#%env/templates/footer.template%#
</body>
</html>