add a horizontal rule now that we've reduced the space between body and footer. clean up the CC attribution, center the text, and put the last modified to the bottom.
Andrew Lewman

Andrew Lewman commited on 2009-03-03 05:28:50
Zeige 1 geänderte Dateien mit 11 Einfügungen und 10 Löschungen.

... ...
@@ -6,19 +6,13 @@
6 6
 
7 7
 #use "functions.wmi"
8 8
 
9
+<hr />
9 10
 </div>
10 11
   <div class="bottom" id="bottom">
11
-     <p>
12
-     <i><a href="<page contact>" class="smalllink">Webmaster</a></i> -
13
-# please also translate "last modified" and "last compiled"
14
-      Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
15
-      -
16
-      Last compiled: <: print scalar localtime(); :>
12
+     <p>"Tor" and the "Onion Logo" are <a href="<page trademark-faq>">registered trademarks</a> of The Tor Project, Inc.
13
+     <br />
14
+    Content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License</a>, unless otherwise noted.
17 15
     </p>
18
-     <p>"Tor" and the "Onion Logo" are <a href="<page trademark-faq>">registered trademarks</a> of The Tor Project, Inc.<br />
19
-    Except where otherwise noted, content on this site is licensed under a 
20
-    <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License.
21
-    <img alt="Creative Commons Attribution 3.0 United States License" style="border-width:0" src="$(IMGROOT)/cc-by-us-80x15.png"></a></p>
22 16
 
23 17
 # Uncomment this in your translation:  (and translate it)
24 18
 #####################################
... ...
@@ -48,6 +42,13 @@
48 42
 #   href="https://www.torproject.org/">https://www.torproject.org/</a>.
49 43
 #   </p>
50 44
 
45
+     <p>
46
+     <i><a href="<page contact>" class="smalllink">Webmaster</a></i> -
47
+# please also translate "last modified" and "last compiled"
48
+      Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
49
+      -
50
+      Last compiled: <: print scalar localtime(); :>
51
+     </p>
51 52
   </div>
52 53
 </body>
53 54
 </html>
54 55