First stab at proper wml file.
Jacob Appelbaum

Jacob Appelbaum commited on 2008-07-15 06:06:56
Zeige 1 geänderte Dateien mit 25 Einfügungen und 8 Löschungen.

... ...
@@ -1,7 +1,26 @@
1
-<html>
2
-<head>
3
-<title>Torbutton - Quickly toggle Firefox's use of the Tor network</title>
4
-<LINK REL="stylesheet" TYPE="text/css" HREF="gimpy.css">
1
+## translation metadata
2
+# Revision: $Revision:$
3
+# Translation-Priority: 1-high
4
+
5
+#include "head.wmi" TITLE="Torbutton - Quickly toggle Firefox's use of the Tor network"
6
+
7
+<!-- SIDEBAR (OPTIONAL) -->
8
+<div class="sidebar">
9
+<a href="<page download>"><img src="$(IMGROOT)/download_tor.png" alt="Download Tor" /></a>
10
+
11
+<br />
12
+
13
+<a href="<page overview>"><img src="$(IMGROOT)/how_tor_works_thumb.png" alt="How Tor Works" /></a>
14
+<div class="donatebutton">
15
+<a href="<page donate>">Support Tor: donate!</a>
16
+</div>
17
+
18
+</div>
19
+<!-- END SIDEBAR -->
20
+
21
+<div class="main-column">
22
+
23
+<!-- PUT CONTENT AFTER THIS TAG -->
5 24
 
6 25
 <link rel="search" type="application/opensearchdescription+xml" title="Google Canada" href="search/google-ca.xml">
7 26
 <link rel="search" type="application/opensearchdescription+xml" title="Google UK" href="http://torbutton.torproject.org/dev/search/google-uk.xml">
... ...
@@ -74,8 +93,6 @@ function install (aEvent)
74 93
 
75 94
 
76 95
 </script>
77
-</head>
78
-<body>
79 96
 
80 97
 <h1>Torbutton Development Branch</h1>
81 98
 <strong>Current version:</strong> 1.2.0rc6 (12 Jul 2008)<br/>
... ...
@@ -527,6 +544,6 @@ href="https://addons.mozilla.org/en-US/firefox/addon/953">RefControl</a> can
527 544
 provide this functionality via a default option of <b>Forge</b>.
528 545
 </ul>
529 546
 
547
+    </div><!-- #main -->
530 548
 
531
-</body>
532
-</html>
549
+#include <foot.wmi>
533 550