librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1875] fix registration page


From: Matt Lee
Subject: [Librefm-commits] [1875] fix registration page
Date: Fri, 29 May 2009 00:32:23 +0000

Revision: 1875
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1875
Author:   mattl
Date:     2009-05-29 00:32:21 +0000 (Fri, 29 May 2009)
Log Message:
-----------
fix registration page

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/templates/register.tpl

Modified: trunk/nixtape/themes/librefm/templates/register.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/register.tpl 2009-05-29 00:27:13 UTC 
(rev 1874)
+++ trunk/nixtape/themes/librefm/templates/register.tpl 2009-05-29 00:32:21 UTC 
(rev 1875)
@@ -3,10 +3,11 @@
 <h2>Register</h2>
 
 {if isset($activated)}
-       <h2>{t}Your account has been activated! You may now login!{/t}</h2>
 
+       <h3>{t}Your account has been activated! You may now login!{/t}</h3>
+
 {elseif isset($registered) }
-       <h2>{t}You're now registered with libre.fm! An email has been sent to 
the email address you provided. Please follow the link in the email to activate 
your account!{/t}</h2>
+       <h3>{t}You're now registered with libre.fm! An email has been sent to 
the email address you provided. Please follow the link in the email to activate 
your account!{/t}</h3>
        
        <ul>
        <li><a href="http://ideas.libre.fm/index.php/Using_turtle";>{t}Find out 
how to start sending us your listening habits{/t}</a></li>
@@ -14,16 +15,52 @@
        <li><a href="http://blog.libre.fm/";>{t}Read our blog{/t}</a> {t}and{/t} 
<a href="http://identi.ca/mattl";>{t}subscribe to Matt (our founder) on 
identi.ca{/t}</a></li>
        </ul>
 
-
 {else}
 
        {if isset($errors) }
                <p id='errors'>{$errors}</p>
        {/if}
 
-<br />
+</div>
 
-<div id='register'>
+<div class="yui-g">
+    <div class="yui-u first" id="privacy">
+      <div>
+      <h2>We take your privacy seriously</h2>
+
+      <p>Your privacy is our primary concern. Our goal is to retain as
+      little information on you as possible while still retaining the
+      ability to provide reliable service and prevent abuse of server
+      resources.</p>
+
+      <p>We collect user information from you when you sign up for an
+      account, specifically a username, password, and valid email address.</p>
+
+      <p>We check your email address is valid by sending you a
+      verification email address. If you are concerned by the
+      possibility that your email address or username may reveal your
+      identity, please use an alternative email account, or username.</p>
+
+      <p>Most sites keep detailed records of all connections. In
+      general, we do not keep information which uniquely identifies
+      you to your ISP. We do not log IP addresses. For troubleshooting,
+      we may enable increased logging for brief periods of time. These
+      extra logs are deleted immediately after they are used.</p>
+     
+      <p>You can opt-in to make your listening data public.</p>
+
+      <p>We are working on ways to allow you to delete songs you have
+      previously listened to, but please bear in mind that anyone
+      looking at your profile can see your most recent history.</p>
+
+      <p>In the future, we may add functionality to allow you to hide
+      your profile completely, or from users unknown to you.</p>
+
+      </div>
+
+
+</div>
+    <div class="yui-u" id="register">
        <form action='' method='post'>
                <fieldset>
 
@@ -52,8 +89,8 @@
 
        <p class="disclaimer">{t}We won't sell, swap or give away your email 
address. You can optionally include personal data on your profile, which is 
displayed publicly.{/t}</p>
        
+       </div>
 </div>
 
 {/if}
-<div class="cleaner">&nbsp;</div>
 {include file='footer.tpl'}





reply via email to

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