translation.html got left out of the upgrade
Thomas Sjögren

Thomas Sjögren commited on 2005-05-19 15:11:25
Zeige 1 geänderte Dateien mit 17 Einfügungen und 23 Löschungen.

... ...
@@ -13,31 +13,26 @@
13 13
 <body>
14 14
 
15 15
 <!-- TITLE BAR & NAVIGATION -->
16
-<div class="banner">
17
-<table class="table-banner" cellpadding="0" cellspacing="0">
16
+
17
+<table class="banner" border="0" cellpadding="0" cellspacing="0">
18 18
     <tr>
19
-<td class="spacer">
20
-<a href="http://tor.eff.org/"><img src="images/spacer.png"
21
-width="110" height="79" alt="Tor logo" /></a>
22
-</td>
23
-<td class="links" valign="top">
24
-      <a href="index.html">Home</a>  |
25
-      <a href="howitworks.html">How It Works</a>  |
26
-      <a href="download.html">Download</a>  |
27
-      <a href="documentation.html">Docs</a>  |
28
-      <a href="users.html">Users</a>  |
29
-      <a class="current">FAQs</a>  |
30
-      <a href="contribute.html">Contribute</a>  |
31
-      <a href="developers.html">Developers</a>  |
32
-      <a href="research.html">Research</a>  |
33
-      <a href="people.html">People</a>
34
-</td>
35
-<td class="curve">
36
-      <img src="images/curve.gif" width="18" alt=""  height="79" />
19
+        <td class="banner-left"></td>
20
+        <td class="banner-middle">
21
+            <a class="current">Home</a>
22
+          | <a href="howitworks.html">How It Works</a>
23
+          | <a href="download.html">Download</a>
24
+          | <a href="documentation.html">Docs</a>
25
+          | <a href="users.html">Users</a>
26
+          | <a href="faq.html">FAQs</a>
27
+          | <a href="contribute.html">Contribute</a>
28
+          | <a href="developers.html">Developers</a>
29
+          | <a href="research.html">Research</a>
30
+          | <a href="people.html">People</a>
37 31
         </td>
32
+        <td class="banner-right"></td>
38 33
     </tr>
39 34
 </table>
40
-</div>
35
+
41 36
 <!-- END TITLE BAR & NAVIGATION -->
42 37
 
43 38
 <div class="center">
... ...
@@ -75,8 +70,7 @@ the translator:<br />
75 70
 &lt;!-- abc@example.com --&gt;<br />
76 71
 so we can get ahold of you if the pages needs to be corrected or updated.</li>
77 72
 
78
-<li>Translated pages should link to the other translated pages,
79
-except the logo which should always link to http://tor.eff.org/</li>
73
+<li>Translated pages should link to the other translated pages</li>
80 74
 
81 75
 <li>Use valid <a href="http://roselli.org/adrian/articles/character_charts.asp">character entities</a>.
82 76
 Even though most browsers display the characters correctly these days, we want
83 77