diff options
Diffstat (limited to 'templates/clist.html')
-rw-r--r-- | templates/clist.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/templates/clist.html b/templates/clist.html index 7aedea8..ed3d920 100644 --- a/templates/clist.html +++ b/templates/clist.html @@ -6,8 +6,7 @@ <h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1> <p> -This is an automatically generated list of remailer reliability -statistics. +<a HREF="./">Up</a> <a href="xlist.txt">Plaintext version</a> <p> Available Stats: @@ -46,16 +45,20 @@ Available Stats: </tr> </table> -<p> -<a HREF="./">Up</a> - <h2>Remailers (combined list)</h2> <p> +This is an automatically generated list of remailer reliability +statistics. +Please see the <a href="#legend">Legend</a> below for interpretative data. + +<p> <pre> <TMPL_VAR NAME="list"> </pre> +<TMPL_INCLUDE NAME="templates/v2legend.html"> + <hr> Created by <a href="http://savannah.gnu.org/projects/echolot/">Echolot</a>.<br> Last update: <TMPL_VAR NAME="CURRENT_TIMESTAMP">. |