librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1263] added new, simple sign up form and fixes


From: Matt Lee
Subject: [Librefm-commits] [1263] added new, simple sign up form and fixes
Date: Wed, 06 May 2009 23:20:08 +0000

Revision: 1263
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1263
Author:   mattl
Date:     2009-05-06 23:20:05 +0000 (Wed, 06 May 2009)
Log Message:
-----------
added new, simple sign up form and fixes

Modified Paths:
--------------
    branches/stable/nixtape/themes/librefm/alpha.css
    branches/stable/nixtape/themes/librefm/templates/register.tpl

Modified: branches/stable/nixtape/themes/librefm/alpha.css
===================================================================
--- branches/stable/nixtape/themes/librefm/alpha.css    2009-05-06 23:17:42 UTC 
(rev 1262)
+++ branches/stable/nixtape/themes/librefm/alpha.css    2009-05-06 23:20:05 UTC 
(rev 1263)
@@ -304,3 +304,9 @@
 li.libre{background-image: url(/themes/librefm/images/square.png); 
background-repeat: no-repeat; padding-left: 22px; background-color: #eee;}
 
 #adbard{width: 150px; margin: 10px auto 5px auto;}
+
+.cc-license {font-size: 73%; color: red;}
+
+.disclaimer {padding: 8px; background-color: yellow; text-align: center; 
margin-top: 1em;}
+
+#errors {background-color: red; padding: 1em; color: white;}
\ No newline at end of file

Modified: branches/stable/nixtape/themes/librefm/templates/register.tpl
===================================================================
--- branches/stable/nixtape/themes/librefm/templates/register.tpl       
2009-05-06 23:17:42 UTC (rev 1262)
+++ branches/stable/nixtape/themes/librefm/templates/register.tpl       
2009-05-06 23:20:05 UTC (rev 1263)
@@ -27,16 +27,8 @@
 <div id='register'>
        <form action='' method='post'>
                <fieldset>
-                       <label for='fullname'>You:<span>(that's your real 
name.)</span></label>
-                       <input id='fullname' name='fullname' type='text' 
value='{$fullname}' maxlength='255'/>
 
-                       <label for='email'>Your e-mail:<span>(must be 
valid!)</span></label>
-                       <input id='email' name='email' type='text' 
value='{$email}' maxlength='64' />
-       
-                       <label for='location'>Location:<span>(like 'CABA, 
Buenos Aires, Argentina')</span></label>
-                       <input id='location' name='location' type='text' 
value='{$location}' maxlength='255' />
-                       
-                       <label for='username'>Your nickname:<span>(no more than 
16 chars.)</span></label>
+                       <label for='username'>Your username:<span>(no more than 
16 chars.)</span></label>
                        <input id='username' name='username' type='text' 
value='{$username}' maxlength='16' />
 
                        <label for='password'>Your password:<span>(make it hard 
to guess)</span></label>
@@ -45,13 +37,22 @@
                        <label for='password-repeat'>Your password 
again<span>(you should repeat it.)</span></label>
                        <input id='password-repeat' name='password-repeat' 
type='password' value=''/>
 
-                       <label for='bio'>About yourself:<span>(we want to know 
you! in 140 chars.)</span></label>
-                       <input id='bio' name='bio' type='text' value='{$bio}' 
maxlength='140'/>
+                       <label for='email'>Your e-mail:<span>(must be 
valid!)</span></label>
+                       <input id='email' name='email' type='text' 
value='{$email}' maxlength='64' />
 
-                       <input type='submit' name='register' value="OK, I'm in" 
/>
                </fieldset>
 
+               <hr />
+
+                       <!-- <p class="cc-license">Please note: we plan make 
your <a href="http://turtle.libre.fm/data/";>listening data available</a>, under 
the <a href="http://wiki.openstreetmap.org/wiki/Open_Database_License";>the Open 
Database License</a>.</p> -->
+
+                       <input type='submit' name='register' value="Sign up" />
+
+
        </form>
+
+       <p class="disclaimer">We won't sell, swap or give away your email 
address. You can optionally include personal data on your profile, which is 
displayed publically.</p>
+       
 </div>
 
 {/if}





reply via email to

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