moved cookie monitoring to the network monitoring submenu

pull/1/head
Michael Peter Christen 10 years ago
parent f318d7c285
commit c90ae191ab

@ -6,7 +6,7 @@
</head>
<body id="CookieMonitorIncoming">
#%env/templates/header.template%#
#%env/templates/submenuCookie.template%#
#%env/templates/submenuAccessTracker.template%#
<h2>Cookie Monitor: Incoming Cookies</h2>
<p>This is a list of Cookies that a web server has sent to clients of the YaCy Proxy:</p>
<p>Showing #[num]# entries from a total of #[total]# Cookies.</p>

@ -6,7 +6,7 @@
</head>
<body id="CookieMonitorOutgoing">
#%env/templates/header.template%#
#%env/templates/submenuCookie.template%#
#%env/templates/submenuAccessTracker.template%#
<h2>Cookie Monitor: Outgoing Cookies</h2>
<p>This is a list of cookies that browsers using the YaCy proxy sent to webservers:</p>
<p>Showing #[num]# entries from a total of #[total]# Cookies.</p>

@ -17,7 +17,6 @@
</ul>
<ul class="settingsMenu">
<li><a href="Tables_p.html">Viewer and administration for database tables</a></li>
<li><a href="CookieMonitorIncoming_p.html">Viewer for Cookies in Proxy</a></li>
</ul>
<ul class="settingsMenu">
<li><a href="?page=ServerAccess">Server Access Settings</a></li>

@ -17,6 +17,7 @@
<li><a href="AccessTracker_p.html?page=3" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Host Tracker</a></li>
</ul>
</div>
#(navigation-p2p)#::
<div class="SubMenugroup">
<h3>Remote Search</h3>
@ -26,4 +27,12 @@
</ul>
</div>
#(/navigation-p2p)#
<div class="SubMenugroup">
<h3>Cookie Menu</h3>
<ul class="SubMenu">
<li><a href="CookieMonitorIncoming_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Incoming&nbsp;Cookies</a></li>
<li><a href="CookieMonitorOutgoing_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Outgoing&nbsp;Cookies</a></li>
</ul>
</div>
</div>

@ -1,7 +0,0 @@
<div class="SubMenu">
<h3>Cookie Menu</h3>
<ul class="SubMenu">
<li><a href="CookieMonitorIncoming_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Incoming&nbsp;Cookies</a></li>
<li><a href="CookieMonitorOutgoing_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Outgoing&nbsp;Cookies</a></li>
</ul>
</div>
Loading…
Cancel
Save