yacy_search_server/htroot/CookieMonitorIncoming_p.html
2005-11-21 08:33:54 +00:00

36 lines
1.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>YaCy '#[clientname]#': Incoming Cookies Monitor</title>
#%env/templates/metas.template%#
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#%env/templates/header.template%#
#%env/templates/submenuCookie.template%#
<br>
<h2>Cookie Monitor: Incoming Cookies</h2>
<font size="1">
<p>This is a list of Cookies that a web server has sent to clients of the YaCy Proxy:<br>
Showing #[num]# entries from a total of #[total]# Cookies.<br>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader">
<td class="small">Sending Host</td>
<td class="small">Date</td>
<td class="small">Receiving Client</td>
<td class="small">Cookie</td>
</tr>
#{list}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td class="small">#[host]#</td>
<td class="small">#[date]#</td>
<td class="small">#[client]#</td>
<td class="small">#[cookie]#</td>
</tr>
#{/list}#
</table>
</p>
</font>
#%env/templates/footer.template%#
</body>
</html>