moved cookie monitoring to the network monitoring submenu

This commit is contained in:
Michael Peter Christen 2014-09-02 11:53:22 +02:00
parent f318d7c285
commit c90ae191ab
5 changed files with 11 additions and 10 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>