diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-15 03:08:05 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-15 03:08:05 +0000 |
commit | d39d497c4812107f9432c66d3e8c6164a64c9920 (patch) | |
tree | 8404ab8f7eb0c6f3084e13f5643a334510e86a2a /templates/v1legend.html | |
parent | 7a344ffd4abb4c7864cfc77da543dd043deeb64e (diff) |
Added legend and some redesign
Diffstat (limited to 'templates/v1legend.html')
-rw-r--r-- | templates/v1legend.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/v1legend.html b/templates/v1legend.html new file mode 100644 index 0000000..ee67c4b --- /dev/null +++ b/templates/v1legend.html @@ -0,0 +1,21 @@ +<H2><a name="legend">Legend</a></H2> +<p> +<strong>History</strong>: The result of test messages sent in the last 12 days. +<p> +<BLOCKQUOTE> +<TABLE CELLPADDING=0 CELLSPACING=0 border="0"> +<TR><TD>?</TD><TD>No test message sent</TD></TR> +<TR><TD>(space)</TD><TD>Response not received</TD></TR> +<TR><TD>#</TD><TD>Response in less than 5 minutes</TD></TR> +<TR><TD>*</TD><TD>Response in less than 1 hour</TD></TR> +<TR><TD>+</TD><TD>Response in less than 4 hours</TD></TR> +<TR><TD>-</TD><TD>Response in less than 24 hours</TD></TR> +<TR><TD>.</TD><TD>Response in less than 2 days</TD></TR> +<TR><TD>_</TD><TD>Response in more than 2 days</TD></TR> +</TABLE> +</BLOCKQUOTE> +<p> +<strong>Latency</strong>: The average response time of the remailer. +<p> +<strong>Uptime</strong>: The fraction of responses received from tests sent in +the last 12 days. |