summaryrefslogtreecommitdiff
path: root/web/template/metastats.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/metastats.html')
-rw-r--r--web/template/metastats.html67
1 files changed, 67 insertions, 0 deletions
diff --git a/web/template/metastats.html b/web/template/metastats.html
new file mode 100644
index 0000000..ea6197f
--- /dev/null
+++ b/web/template/metastats.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head><title>Metastats @ noreply</title></head>
+<body bgcolor="#aaaaaa" text="#000000" LINK="#0000ff" ALINK="#ff0000" VLINK="#ff0000">
+<table cellpadding=0 cellspacing=0 width="100%">
+<tr><td colspan=2 bgcolor="#444444"><font color="#ffffff"><a href="/"><font color="#bbbbff">www.noreply.org</font></a> :: <a href="./"><font color="#bbbbff">metastats</font></a> :: Type <TMPL_VAR NAME="type"></font></td></tr>
+<tr><td colspan=2 bgcolor="#ffffff">&nbsp;</td></tr>
+<tr><td bgcolor="#ffffff">&nbsp;</td>
+<td bgcolor="#ffffff">
+
+
+<h1>Type <TMPL_VAR NAME="type"> Metastats</h1>
+ <small>(<a href="meta.1.html">Type 1</a>,
+ <a href="meta.2.html">Type 2</a>)</small>
+
+<table>
+<tr>
+ <th>Remailer\Pinger</th>
+ <TMPL_LOOP NAME="pingers">
+ <th><a href="<TMPL_VAR NAME="url">"><TMPL_VAR NAME="nick"><TMPL_IF NAME="cache"></a><BR><a href="<TMPL_VAR NAME="cache">"><SMALL>(cached)</SMALL></a></TMPL_IF></TH>
+ </TMPL_LOOP>
+ <th>Average</th>
+ <th>Deviation</th>
+</tr>
+ <tr>
+ <td><small>Remailers &gt; 97%</small></td>
+ <TMPL_LOOP NAME="pingers">
+ <td align="center"><small><TMPL_VAR NAME="not_in_warn"></small></td>
+ </TMPL_LOOP>
+ <td><small>&nbsp;</small></td>
+ <td><small>&nbsp;</small></td>
+ </tr>
+<TMPL_LOOP NAME="remailers">
+ <tr>
+ <td bgcolor="<TMPL_IF NAME="highlightline">#55FF55<TMPL_ELSE>#AAFFAA</TMPL_IF>"><a href="<TMPL_VAR NAME="status">"><TMPL_VAR NAME="nick"></a></td>
+ <TMPL_LOOP NAME="pingers">
+ <td align="right" bgcolor="<TMPL_IF NAME="has"><TMPL_IF NAME="used"><TMPL_IF NAME="highlightline">#BBBBBB<TMPL_ELSE>#FFFFFF</TMPL_IF><TMPL_ELSE><TMPL_IF NAME="highlightline">#66EEEE<TMPL_ELSE>#BBFFFF</TMPL_IF></TMPL_IF><TMPL_ELSE>#666666</TMPL_IF>"><TMPL_VAR NAME="rel"></td>
+ </TMPL_LOOP>
+ <td align="right" bgcolor="<TMPL_IF NAME="highlightline">#7777FF<TMPL_ELSE>#AAAAFF</TMPL_IF>"><TMPL_VAR NAME="rel_mu"></td>
+ <td align="right" bgcolor="<TMPL_IF NAME="highlightline">#7777FF<TMPL_ELSE>#AAAAFF</TMPL_IF>"><TMPL_VAR NAME="rel_sigma"></td>
+ </tr>
+</TMPL_LOOP>
+</table>
+
+<p>
+Data samples in cyan are ignored because they are too far away from the average or the pinger is too far away from the average too often.
+
+<TMPL_IF NAME="oldpingers">
+<p>
+The following pingers have been ignored:
+<ul>
+ <TMPL_LOOP NAME="oldpingers">
+ <li><TMPL_VAR NAME="pinger">: <TMPL_VAR NAME="reason"></li>
+ </TMPL_LOOP>
+</ul>
+</TMPL_IF>
+
+<p>
+Built at <TMPL_VAR NAME="now">.
+
+</td></tr>
+<tr><td colspan=2 bgcolor="#ffffff">&nbsp;</td></tr>
+<tr><td colspan=2 bgcolor="#444444"><font color="#ffffff"><em><a href="mailto:web@palfrader.org"><font color="#bbbbff">web@palfrader.org</font></a></em> -
+ <a href="http://validator.w3.org/check/referer"><font color="#bbbbff">Valid HTML 4.01!</font></a></font></td></tr>
+</table>
+</body>
+</html>