yacy_search_server/htroot/CookieMonitorIncoming_p.html
orbiter 248077d3f0 initial load with yacy 0.36
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1 6c8d7289-2bf4-0310-a012-ef5d649a1542
2005-04-07 19:19:42 +00:00

36 lines
1007 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>YaCy: Incoming Cookies Monitor</title>
#[metas]#
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#[header]#
#[submenuCookie]#
<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>
#[footer]#
</body>
</html>