[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r18750: {website} add a horizontal rule now that we've reduced the space betwe (website/trunk/en)
Author: phobos
Date: 2009-03-02 23:28:50 -0500 (Mon, 02 Mar 2009)
New Revision: 18750
Modified:
website/trunk/en/foot.wmi
Log:
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.
Modified: website/trunk/en/foot.wmi
===================================================================
--- website/trunk/en/foot.wmi 2009-03-03 04:28:02 UTC (rev 18749)
+++ website/trunk/en/foot.wmi 2009-03-03 04:28:50 UTC (rev 18750)
@@ -6,19 +6,13 @@
#use "functions.wmi"
+<hr />
</div>
<div class="bottom" id="bottom">
- <p>
- <i><a href="<page contact>" class="smalllink">Webmaster</a></i> -
-# please also translate "last modified" and "last compiled"
- Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
- -
- Last compiled: <: print scalar localtime(); :>
- </p>
- <p>"Tor" and the "Onion Logo" are <a href="<page trademark-faq>">registered trademarks</a> of The Tor Project, Inc.<br />
- Except where otherwise noted, 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.
- <img alt="Creative Commons Attribution 3.0 United States License" style="border-width:0" src="$(IMGROOT)/cc-by-us-80x15.png"></a></p>
+ <p>"Tor" and the "Onion Logo" are <a href="<page trademark-faq>">registered trademarks</a> of The Tor Project, Inc.
+ <br />
+ 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.
+ </p>
# Uncomment this in your translation: (and translate it)
#####################################
@@ -48,6 +42,13 @@
# href="https://www.torproject.org/">https://www.torproject.org/</a>.
# </p>
+ <p>
+ <i><a href="<page contact>" class="smalllink">Webmaster</a></i> -
+# please also translate "last modified" and "last compiled"
+ Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
+ -
+ Last compiled: <: print scalar localtime(); :>
+ </p>
</div>
</body>
</html>