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> </head>
<body id="CookieMonitorIncoming"> <body id="CookieMonitorIncoming">
#%env/templates/header.template%# #%env/templates/header.template%#
#%env/templates/submenuCookie.template%# #%env/templates/submenuAccessTracker.template%#
<h2>Cookie Monitor: Incoming Cookies</h2> <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>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> <p>Showing #[num]# entries from a total of #[total]# Cookies.</p>

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

@ -17,7 +17,6 @@
</ul> </ul>
<ul class="settingsMenu"> <ul class="settingsMenu">
<li><a href="Tables_p.html">Viewer and administration for database tables</a></li> <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>
<ul class="settingsMenu"> <ul class="settingsMenu">
<li><a href="?page=ServerAccess">Server Access Settings</a></li> <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> <li><a href="AccessTracker_p.html?page=3" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Host Tracker</a></li>
</ul> </ul>
</div> </div>
#(navigation-p2p)#:: #(navigation-p2p)#::
<div class="SubMenugroup"> <div class="SubMenugroup">
<h3>Remote Search</h3> <h3>Remote Search</h3>
@ -26,4 +27,12 @@
</ul> </ul>
</div> </div>
#(/navigation-p2p)# #(/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> </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