commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / templates / CRM / Campaign / Page / Petition / ThankYou.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.6 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2015 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26
27 {if $status_id eq 2} {* Signer needs to confirm signature. *}
28 <h2>{ts}STEP 2: Please Check Your Email{/ts}</h2>
29 <p>{ts}To complete and confirm your signature, please follow the activation instructions sent to the email address you provided.{/ts}</p>
30 <p>
31
32 <strong>{ts}IMPORTANT{/ts}</strong>: {ts}Before we can add your signature, you must validate your email address by clicking on the activation link in the confirmation e-mail. Sometimes our confirmation emails get flagged as spam and are moved to your bulk folder.{/ts}
33 <br/>
34 {ts}If you haven't received an email within a few minutes, please check your spam folder.{/ts}
35 </p>
36 {/if}
37
38 {if $status_id eq 4}
39 <p>{ts}You have already signed this petition but we<strong>need to confirm your email address</strong>.{/ts}</p>
40 <b>{ts}IMPORTANT{/ts}</b>
41 : {ts}Before we can add your signature, you must validate your email address by clicking on the activation link in the confirmation e-mail. Sometimes our confirmation emails get flagged as spam and are moved to your spam folder.{/ts}
42 <br/>
43 {ts}If you haven't received an email from us, check your spam folder, it might have been wrongly classified.{/ts}
44 <br/>
45 {/if}
46 {if $status_id eq 5}
47 <p>{ts}You have already signed this petition.{/ts}</p>
48 {/if}
49
50 {if $status_id neq 2}{* if asked to confirm the email, focus on that and don't put additional messages *}
51 {if $thankyou_text}
52 <div id="thankyou_text" class="crm-section thankyou_text-section">
53 {$thankyou_text}
54 </div>
55 {/if}
56 {if $is_share}
57 {include file="CRM/Campaign/Page/Petition/SocialNetwork.tpl" petition_id=$survey_id petitionTitle=$petitionTitle}
58 {/if}
59 {/if}
60