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/rlist-rsa.html | |
parent | 072b1c2a79025d93f0a0c4843e609653258de938 (diff) |
Have a combined list
Diffstat (limited to 'templates/rlist-rsa.html')
-rw-r--r-- | templates/rlist-rsa.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/rlist-rsa.html b/templates/rlist-rsa.html index 6bceedb..d223233 100644 --- a/templates/rlist-rsa.html +++ b/templates/rlist-rsa.html @@ -21,6 +21,9 @@ Available Stats: <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> @@ -30,6 +33,9 @@ Available Stats: <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><a href="clist.html">V2</a></td> +</TMPL_IF> </tr> <tr> <td><a href="rlist2.html">v2</a></td> |