yacy_search_server/htroot/CookieMonitorOutgoing_p.html

36 lines
1.0 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]#': Outgoing Cookies Monitor</title>
#[metas]#
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#[header]#
#[submenuCookie]#
<br>
<h2>Cookie Monitor: Outgoing Cookies</h2>
<font size="1">
<p>This is a list of Cookies that a browser using the YaCy Proxy has sent to a web server:<br>
Showing #[num]# entries from a total of #[total]# Cookies.<br>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader">
<td class="small">Receiving Host</td>
<td class="small">Date</td>
<td class="small">Sending 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>
#[footer]#
</body>
</html>