Starting to make prettier supporter portal.

svn path=/trunk/; revision=24140
This commit is contained in:
otto 2012-08-30 12:36:56 +00:00
parent f9ce9d5e40
commit 79ff417f2b
3 changed files with 13 additions and 15 deletions

View File

@ -4,25 +4,14 @@ echo '
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="refresh" content="3;URL=\'http://fsfe.org/support/portal#'.$row['secret'].'\'">
</head>
<body>
<h1>Hello '.$row['firstname'].' '.$row['lastname'].'</h1>
<p>Your address '.$row['email'].' was confirmed on '.$row['confirmed'].'.</p>
<p>Thank you for your support to the <a href="http://fsfe.org/">FSFE</a>!</p>
<h2>Contribute more?</h2>
<p>If you want to contribute more than just signing up as a supporter, you may also:</p>
<ul>
<li><a href="http://fsfe.org/news/newsletter">Subscribe to the FSFE newsletter</a></li>
<li><a href="http://fsfe.org/contact/community">Join interesting mailing lists</a></li>
<li><a href="http://fsfe.org/uk/">Meet your country team</a></li>
<li><a href="http://fellowship.fsfe.org/">Join the Fellowship</a></li>
<li><a href="http://fsfe.org/donate/">Donate to the FSFE</a></li>
</ul>
<p><a href="http://fsfe.org/contribute/">View all options to contribute</a></p>
<p>You will be redirected to <a href="http://fsfe.org/support/portal#'.$row['secret'].'">your personal supporter page</a> in 3 seconds.</p>
</body>
</html>

View File

@ -7,7 +7,11 @@ Thank you for showing your support to the FSFE!
However, this e-mail address was already signed up earlier.
Please see details by opening the page
http://fsfe.org/support/confirm?'. $secret_from_db .'
http://fsfe.org/support/portal#'. $secret_from_db .'
Note that this URL is personal. You can use it to access
your supporter details whenever you want, and there is
no additional password you need to remember.
Thank you!
';

View File

@ -4,11 +4,16 @@ $subject = 'Kiitos FSFE:n tukemisesta';
$message = '
Kiitos tukesi osoittamisesta FSFE:lle!
Havaitsimme, että sähköpostiosoitettasi on jo käytettu tukijaksi ilmoittautumisessa.
Havaitsimme, että sähköpostiosoitettasi on jo käytettu
tukijaksi ilmoittautumisessa.
Tietosi löytyy sivulta
http://fsfe.org/support/confirm?'. $secret_from_db .'
Huomaa että tämä verkkosoite on henkiökohtainen. Voit käyttää
sitä koska tahansa nähdäksesi omat tietosi, ilman että sinun
tarvitsee muistaa mitään erillistä salasanaa.
Kiitos!
';