diff options
author | onefang | 2020-02-06 14:13:24 +1000 |
---|---|---|
committer | onefang | 2020-02-06 14:13:24 +1000 |
commit | c3b5b574bfd81f2093c4d795a929e27ed34708f1 (patch) | |
tree | 597036729f246154212bc554498e28017a5ecd45 /Report-web_1.html | |
parent | Better wait for command startup. (diff) | |
download | apt-panopticon-c3b5b574bfd81f2093c4d795a929e27ed34708f1.zip apt-panopticon-c3b5b574bfd81f2093c4d795a929e27ed34708f1.tar.gz apt-panopticon-c3b5b574bfd81f2093c4d795a929e27ed34708f1.tar.bz2 apt-panopticon-c3b5b574bfd81f2093c4d795a929e27ed34708f1.tar.xz |
Rewrite some of the output.
Move explanations into tooltips.
Invent a crappy HTML template "system".
General clean up of text.
Diffstat (limited to 'Report-web_1.html')
-rw-r--r-- | Report-web_1.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Report-web_1.html b/Report-web_1.html new file mode 100644 index 0000000..a27b076 --- /dev/null +++ b/Report-web_1.html | |||
@@ -0,0 +1,38 @@ | |||
1 | <style> | ||
2 | .hoverWrapper0:hover #hoverShow0 { | ||
3 | display: block; | ||
4 | border-style: solid; | ||
5 | border-color: fuchsia; | ||
6 | } | ||
7 | .hoverWrapper0 #hoverShow0 { | ||
8 | display: none; | ||
9 | background-color: #222222; | ||
10 | text-align: left; | ||
11 | position: absolute; | ||
12 | width: 33%; | ||
13 | border-style: solid; | ||
14 | border-color: fuchsia; | ||
15 | } | ||
16 | .hoverWrapper1:hover #hoverShow1 { | ||
17 | display: block; | ||
18 | border-style: solid; | ||
19 | border-color: fuchsia; | ||
20 | } | ||
21 | .hoverWrapper1 #hoverShow1 { | ||
22 | display: none; | ||
23 | background-color: #222222; | ||
24 | text-align: left; | ||
25 | position: absolute; | ||
26 | width: 33%; | ||
27 | border-style: solid; | ||
28 | border-color: fuchsia; | ||
29 | } | ||
30 | .TTitem { | ||
31 | border: 1px solid fuchsia; | ||
32 | } | ||
33 | </style> | ||
34 | </head> | ||
35 | <body bgcolor="black" text="white" alink="red" link="aqua" vlink="fuchsia"> | ||
36 | <h1>Welcome to the apt-panopticon results page.</h1> | ||
37 | <p>Here the apt-panopticon system probes into every nook and cranny of the Devuan apt package mirror system, trying to live up to it's name.</p> | ||
38 | <p>This is the status of the mirror servers in the Devuan package mirror network.</p> | ||