svnweb-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Svnweb-commits] r835 - django-templates/directory.fsf.org/trunk/directo


From: sysadmin
Subject: [Svnweb-commits] r835 - django-templates/directory.fsf.org/trunk/directory
Date: Wed, 17 Feb 2010 12:08:35 -0500

Author: mattl
Date: Wed Feb 17 12:08:33 2010
New Revision: 835

Log:
add form

Modified:
   django-templates/directory.fsf.org/trunk/directory/base.html

Modified: django-templates/directory.fsf.org/trunk/directory/base.html
==============================================================================
--- django-templates/directory.fsf.org/trunk/directory/base.html        Wed Feb 
17 12:07:49 2010        (r834)
+++ django-templates/directory.fsf.org/trunk/directory/base.html        Wed Feb 
17 12:08:33 2010        (r835)
@@ -18,8 +18,14 @@
       <div id="header" style="position: relative;">
         {% block branding %}
 
-       <div style="width: 370px; background-color: #bcc; position: absolute; 
top: 20px; right: 30px; -moz-border-radius: 15px; height: 120px;">
-         &nbsp;
+       <div style="width: 370px; background-color: #bcc; position: absolute; 
top: 20px; right: 20px; -moz-border-radius: 15px; height: 120px;">
+;<form action="http://lists.gnu.org/mailman/subscribe/info-fsf"; 
target="_blank" method="post">
+  <fieldset>
+    <h3>Sign up for the <em>Free Software Supporter</em> &mdash; a monthly 
update on GNU and free software</h3>
+
+    <div><input type="text" id="frmEmail" name="email" size="25" 
maxlength="80" value="address@hidden" onfocus="this.value=''" />&nbsp;<input 
type="submit" value="Subscribe" /></div>
+  </fieldset>
+  </form>
        </div>  
 
        




reply via email to

[Prev in Thread] Current Thread [Next in Thread]