diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-10 17:58:05 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-10 17:58:05 +0000 |
commit | 41724fc58f2ade49e77878d601ec52682859ec14 (patch) | |
tree | 16ab27b390539017fca46b1c2bc63112309c317d /templates/clist.html | |
parent | 072b1c2a79025d93f0a0c4843e609653258de938 (diff) |
Have a combined list
Diffstat (limited to 'templates/clist.html')
-rw-r--r-- | templates/clist.html | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/templates/clist.html b/templates/clist.html new file mode 100644 index 0000000..399ed62 --- /dev/null +++ b/templates/clist.html @@ -0,0 +1,66 @@ +<html> +<head> + <title>Thesaurus [<TMPL_VAR NAME="SITE_NAME">]</title> +</head> +<body> +<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1> + +<h2>Remailers (combined list)</h2> + +<p> +This is an automatically generated list of remailer reliability +statistics. + +<p> +Available Stats: +<table border=1> +<tr> +<TMPL_IF NAME="seperate_rlist"> + <th colspan=4>Cypherpunk (Type I)</th> +<TMPL_ELSE> + <th>Cypherpunk (Type I)</th> +</TMPL_IF> + <th>Mixmaster (Type II)</th> +<TMPL_IF NAME="combined_list"> + <th>Combined</th> +</TMPL_IF> +</tr> +<tr> + <td><a href="rlist.html">v1</a></td> +<TMPL_IF NAME="seperate_rlist"> + <td><a href="rlist-rsa.html">(rsa)</a></td> + <td><a href="rlist-dsa.html">(dsa)</a></td> + <td><a href="rlist-clear.html">(cleartext)</a></td> +</TMPL_IF> + <td><a href="mlist.html">v1</a></td> +<TMPL_IF NAME="combined_list"> + <td rowspan=2><strong>V2</strong></td> +</TMPL_IF> +</tr> +<tr> + <td><a href="rlist2.html">v2</a></td> +<TMPL_IF NAME="seperate_rlist"> + <td><a href="rlist2-rsa.html">(rsa)</a></td> + <td><a href="rlist2-dsa.html">(dsa)</a></td> + <td><a href="rlist2-clear.html">(cleartext)</a></td> +</TMPL_IF> + <td><a href="mlist2.html">v2</a></td> +</tr> +</table> + +<p> +<a HREF="./">Up</a> + +<p> +<pre> +<TMPL_VAR NAME="list"> +</pre> + +<hr> +Created by <a href="http://savannah.gnu.org/projects/echolot/">Echolot</a>.<br> +Last update: <TMPL_VAR NAME="CURRENT_TIMESTAMP">. +</body> + +<!-- vim:set ts=2: --> +<!-- vim:set shiftwidth=2: --> +</html> |