-
Notifications
You must be signed in to change notification settings - Fork 1
/
MGR_INDEX
37 lines (34 loc) · 979 Bytes
/
MGR_INDEX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html>
<head>
<title>Cache Manager</title>
<meta name="author" content="Amos Jeffries">
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://yadij.github.io/cachemgr.js/cachemgr.js" crossorigin="anonymous"></script>
<script>
var cachemgr_host="%H";
var cachemgr_port=%b;
var cachemgr_user="";
var cachemgr_password="";
$(document).ready(function() {cachemgr();});
</script>
<style>
%l
</style>
<link rel="stylesheet" type="text/css" href="https://yadij.github.io/cachemgr.js/cachemgr.js-default.css">
</head><body id=%c>
<header id="titles">
<h1>Squid Cache Manager</h1>
<h2>This is a WWW interface to the instrumentation of the Squid HTTP proxy.</h2>
</header>
<hr>
<div id="wrap">
<nav id="menu">menu</nav>
<section id="content">contents</section>
</div>
<hr>
<footer id="footer">
<p>Generated %T by %h (%s)</p>
<!-- %c -->
</footer>
</body>
</html>