From c90ae191ab4601e255c3c7e653f5c78f75a01c61 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Tue, 2 Sep 2014 11:53:22 +0200 Subject: [PATCH] moved cookie monitoring to the network monitoring submenu --- htroot/CookieMonitorIncoming_p.html | 2 +- htroot/CookieMonitorOutgoing_p.html | 2 +- htroot/Settings_p.html | 1 - htroot/env/templates/submenuAccessTracker.template | 9 +++++++++ htroot/env/templates/submenuCookie.template | 7 ------- 5 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 htroot/env/templates/submenuCookie.template diff --git a/htroot/CookieMonitorIncoming_p.html b/htroot/CookieMonitorIncoming_p.html index 325ed1b41..883456fbb 100644 --- a/htroot/CookieMonitorIncoming_p.html +++ b/htroot/CookieMonitorIncoming_p.html @@ -6,7 +6,7 @@ #%env/templates/header.template%# - #%env/templates/submenuCookie.template%# + #%env/templates/submenuAccessTracker.template%#

Cookie Monitor: Incoming Cookies

This is a list of Cookies that a web server has sent to clients of the YaCy Proxy:

Showing #[num]# entries from a total of #[total]# Cookies.

diff --git a/htroot/CookieMonitorOutgoing_p.html b/htroot/CookieMonitorOutgoing_p.html index 52c178efb..d5dba4edb 100644 --- a/htroot/CookieMonitorOutgoing_p.html +++ b/htroot/CookieMonitorOutgoing_p.html @@ -6,7 +6,7 @@ #%env/templates/header.template%# - #%env/templates/submenuCookie.template%# + #%env/templates/submenuAccessTracker.template%#

Cookie Monitor: Outgoing Cookies

This is a list of cookies that browsers using the YaCy proxy sent to webservers:

Showing #[num]# entries from a total of #[total]# Cookies.

diff --git a/htroot/Settings_p.html b/htroot/Settings_p.html index ca1b067ce..7219e2e65 100644 --- a/htroot/Settings_p.html +++ b/htroot/Settings_p.html @@ -17,7 +17,6 @@ + #(navigation-p2p)#:: #(/navigation-p2p)# + + \ No newline at end of file diff --git a/htroot/env/templates/submenuCookie.template b/htroot/env/templates/submenuCookie.template deleted file mode 100644 index 3d764b47d..000000000 --- a/htroot/env/templates/submenuCookie.template +++ /dev/null @@ -1,7 +0,0 @@ - \ No newline at end of file