summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-12-03 02:59:13 +0000
committerPeter Palfrader <peter@palfrader.org>2002-12-03 02:59:13 +0000
commitb025be7b869c06a774c09c92170c060bd9e1b179 (patch)
tree3cad523b5adcd6c22243ecb1724873a7ec6e44f7 /templates
parenta5a75de615b8e131c4be7f3f12c2b293fa997ae3 (diff)
Have support for translated templates
Use CSS - they need to be trimmed, I don't like Sergiusz's colors thesaurusindexfile and indexfilebasename config values should not longer have the extension (.html) in them
Diffstat (limited to 'templates')
-rw-r--r--templates/clist.html3
-rw-r--r--templates/echolot.html3
-rw-r--r--templates/mlist.html3
-rw-r--r--templates/mlist2.html3
-rw-r--r--templates/rlist-clear.html3
-rw-r--r--templates/rlist-dsa.html3
-rw-r--r--templates/rlist-rsa.html3
-rw-r--r--templates/rlist.html3
-rw-r--r--templates/rlist2-clear.html3
-rw-r--r--templates/rlist2-dsa.html3
-rw-r--r--templates/rlist2-rsa.html3
-rw-r--r--templates/rlist2.html3
-rw-r--r--templates/thesaurusindex.html3
13 files changed, 26 insertions, 13 deletions
diff --git a/templates/clist.html b/templates/clist.html
index da2ec29..29f5f37 100644
--- a/templates/clist.html
+++ b/templates/clist.html
@@ -2,7 +2,8 @@
<head>
<title>Remailers (combined list) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: clist.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
+ <link href="echolot.css" rel="stylesheet" type="text/css">
+ <!-- $Id: clist.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/echolot.html b/templates/echolot.html
index 161840c..82d710c 100644
--- a/templates/echolot.html
+++ b/templates/echolot.html
@@ -2,7 +2,8 @@
<head>
<title>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: echolot.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
+ <link href="echolot.css" rel="stylesheet" type="text/css">
+ <!-- $Id: echolot.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/mlist.html b/templates/mlist.html
index fa2e5bc..0980ce8 100644
--- a/templates/mlist.html
+++ b/templates/mlist.html
@@ -2,7 +2,8 @@
<head>
<title>Mixmaster Remailers [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: mlist.html,v 1.10 2002/09/12 15:41:49 weasel Exp $ -->
+ <link href="echolot.css" rel="stylesheet" type="text/css">
+ <!-- $Id: mlist.html,v 1.11 2002/12/03 02:59:13 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/mlist2.html b/templates/mlist2.html
index 4624f84..fd64666 100644
--- a/templates/mlist2.html
+++ b/templates/mlist2.html
@@ -2,7 +2,8 @@
<head>
<title>Mixmaster Remailers (v2) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: mlist2.html,v 1.10 2002/09/12 15:41:49 weasel Exp $ -->
+ <link href="echolot.css" rel="stylesheet" type="text/css">
+ <!-- $Id: mlist2.html,v 1.11 2002/12/03 02:59:13 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist-clear.html b/templates/rlist-clear.html
index fa0124b..ff13738 100644
--- a/templates/rlist-clear.html
+++ b/templates/rlist-clear.html
@@ -2,7 +2,8 @@
<head>
<title>Cypherpunk Remailers (cleartext only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist-clear.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
+ <link href="echolot.css" rel="stylesheet" type="text/css">
+ <!-- $Id: rlist-clear.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist-dsa.html b/templates/rlist-dsa.html
index a4ecaaf..7441395 100644
--- a/templates/rlist-dsa.html
+++ b/templates/rlist-dsa.html
@@ -2,7 +2,8 @@
<head>
<title>Cypherpunk Remailers (DSA only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist-dsa.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
+ <link href="echolot.css" rel="stylesheet" type="text/css">
+ <!-- $Id: rlist-dsa.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist-rsa.html b/templates/rlist-rsa.html
index 8476e47..ef03f75 100644
--- a/templates/rlist-rsa.html
+++ b/templates/rlist-rsa.html
@@ -2,7 +2,8 @@
<head>
<title>Cypherpunk Remailers (RSA only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist-rsa.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
+ <link href="echolot.css" rel="stylesheet" type="text/css">
+ <!-- $Id: rlist-rsa.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist.html b/templates/rlist.html
index 3ff82c0..61f3f08 100644
--- a/templates/rlist.html
+++ b/templates/rlist.html
@@ -2,7 +2,8 @@
<head>
<title>Cypherpunk Remailers [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist.html,v 1.10 2002/09/12 15:41:49 weasel Exp $ -->
+ <link href="echolot.css" rel="stylesheet" type="text/css">
+ <!-- $Id: rlist.html,v 1.11 2002/12/03 02:59:13 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist2-clear.html b/templates/rlist2-clear.html
index baa3669..9733df2 100644
--- a/templates/rlist2-clear.html
+++ b/templates/rlist2-clear.html
@@ -2,7 +2,8 @@
<head>
<title>Cypherpunk Remailers (v2, cleartext only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist2-clear.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
+ <link href="echolot.css" rel="stylesheet" type="text/css">
+ <!-- $Id: rlist2-clear.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist2-dsa.html b/templates/rlist2-dsa.html
index 6c22631..2026402 100644
--- a/templates/rlist2-dsa.html
+++ b/templates/rlist2-dsa.html
@@ -2,7 +2,8 @@
<head>
<title>Cypherpunk Remailers (v2, DSA only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist2-dsa.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
+ <link href="echolot.css" rel="stylesheet" type="text/css">
+ <!-- $Id: rlist2-dsa.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist2-rsa.html b/templates/rlist2-rsa.html
index 915dbbe..1452132 100644
--- a/templates/rlist2-rsa.html
+++ b/templates/rlist2-rsa.html
@@ -2,7 +2,8 @@
<head>
<title>Cypherpunk Remailers (v2, RSA only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist2-rsa.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ -->
+ <link href="echolot.css" rel="stylesheet" type="text/css">
+ <!-- $Id: rlist2-rsa.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist2.html b/templates/rlist2.html
index 33e924b..2450e06 100644
--- a/templates/rlist2.html
+++ b/templates/rlist2.html
@@ -2,7 +2,8 @@
<head>
<title>Cypherpunk Remailers (v2) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: rlist2.html,v 1.10 2002/09/12 15:41:49 weasel Exp $ -->
+ <link href="echolot.css" rel="stylesheet" type="text/css">
+ <!-- $Id: rlist2.html,v 1.11 2002/12/03 02:59:13 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/thesaurusindex.html b/templates/thesaurusindex.html
index 08b8bf8..61b7393 100644
--- a/templates/thesaurusindex.html
+++ b/templates/thesaurusindex.html
@@ -2,7 +2,8 @@
<head>
<title>Thesaurus [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
- <!-- $Id: thesaurusindex.html,v 1.5 2002/08/14 22:54:20 weasel Exp $ -->
+ <link href="../echolot.css" rel="stylesheet" type="text/css">
+ <!-- $Id: thesaurusindex.html,v 1.6 2002/12/03 02:59:13 weasel Exp $ -->
</head>
<body>
<h1>Thesaurus [<TMPL_VAR NAME="SITE_NAME">]</h1>