[tor-commits] r25583: {website} remove the newsletter cruft and languages from the footer. (website/trunk/include)

Andrew Lewman andrew at torproject.org
Thu Mar 29 20:10:57 UTC 2012


Author: phobos
Date: 2012-03-29 20:10:57 +0000 (Thu, 29 Mar 2012)
New Revision: 25583

Modified:
   website/trunk/include/foot.wmi
Log:
remove the newsletter cruft and languages from the footer.


Modified: website/trunk/include/foot.wmi
===================================================================
--- website/trunk/include/foot.wmi	2012-03-28 22:08:45 UTC (rev 25582)
+++ website/trunk/include/foot.wmi	2012-03-29 20:10:57 UTC (rev 25583)
@@ -33,14 +33,6 @@
 -->
       </div>
       <!-- END ABOUT -->
-      <!-- WE HAVE NO NEWSLETTER SO REMOVE THIS
-      <div class="newsletter">
-        <form action="">
-          <input class="textfield" type="text" name="email" value="Sign up for our newsletter! Enter email." onClick="clearDefault(this);">
-          <input class="signup" type="submit" name="submit" value="Sign Up">
-        </form>
-      </div>
-      END NEWSLETTER -->
       <div class="col first">
       	<h4>About Tor</h4>
         <ul>
@@ -75,17 +67,17 @@
       </div>
       <!-- END COL -->
 
-	<!-- List available languages -->
-	<div class="col wider">
-	<h4>Languages</h4>
-	<: if (has_translations()) {  :>
-		<p>
-		This page is also available in the following languages:
-		<: print list_translations() :>.<br />
-		How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>.
-		</p>
-	<: }; :>
-	</div>
+#	<!-- List available languages -->
+#	<div class="col wider">
+#	<h4>Languages</h4>
+#	<: if (has_translations()) {  :>
+#		<p>
+#		This page is also available in the following languages:
+#		<: print list_translations() :>.<br />
+#		How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>.
+#		</p>
+#	<: }; :>
+#	</div>
 
 # LANGUAGE SWITCH CGI 
 #      <div class="col wider">



More information about the tor-commits mailing list