diff options
Diffstat (limited to 'htroot/CookieMonitorIncoming_p.html')
| -rw-r--r-- | htroot/CookieMonitorIncoming_p.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/htroot/CookieMonitorIncoming_p.html b/htroot/CookieMonitorIncoming_p.html new file mode 100644 index 000000000..550d4e558 --- /dev/null +++ b/htroot/CookieMonitorIncoming_p.html @@ -0,0 +1,35 @@ +<!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>
|
