-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbase.html
49 lines (44 loc) · 1.26 KB
/
base.html
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
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
tr.prefgreen {color: black;}
tr.prefred {color: red;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Top Page - dccapp</title>
</head>
<body>
<a href="http://wiki.debian.org/DebianGeoMirror" target="_blank">About(wiki)</a> /
<a href="http://www.geoipview.com/?ref=ext_siteip" target="_blank">Your location</a> /
<a href="https://asn.cymru.com/cgi-bin/whois.cgi">cymru.com IP to ASN lookup</a>
<p>
<a href="{{ url }}">{{ url_linktext }}</a> /
<a href="/">List</a> /
{% if f_login %}
<a href="/managesurrogate">Show Status</a> /
<a href="/checksurrogate">Send Ping to Surrogates</a> /
<a href="/resetcheckpref">Reset 'checkpref' over 100 to 50</a> //
[[<a href="/resetfull">Reset for emergency</a>]]
{% endif %}
</p>
<p>
{{ message }}
{{ dm }}
{{ lm }}
</p>
{% if num_all and num_alive %}
<p>
num of watching servers: {{ num_all }}
(alive: {{ num_alive }})
</p>
{% endif %}
<hr>
{% block content %}{% endblock %}
<br>
<a href="{{ url }}">{{ url_linktext }}</a>
<hr>
If you have comment, request or suggestion?
<address> Please mail to: ar at debian.org, ARAKI, Yasuhiro.</address>
</body>
</html>