commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / CRM / Upgrade / 3.3.3.msg_template / message_templates / contribution_recurring_notify_html.tpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <title></title>
6 </head>
7 <body>
8
9 {capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture}
10 {capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture}
11 {capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture}
12
13 <center>
14 <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;">
15
16 <!-- BEGIN HEADER -->
17 <!-- You can add table row(s) here with logo or other header elements -->
18 <!-- END HEADER -->
19
20 <!-- BEGIN CONTENT -->
21
22 <tr>
23 <td>
24
25 <p>{ts 1=$displayName}Dear %1{/ts},</p>
26
27 {if $recur_txnType eq 'START'}
28 {if $auto_renew_membership}
29 <p>{ts}Thanks for your auto renew membership sign-up.{/ts}</p>
30 <p>{ts 1=$recur_frequency_interval 2=$recur_frequency_unit}This membership will be automatically renewed
31 every %1 %2(s). {/ts}</p>
32 {else}
33
34 <p>{ts}Thanks for your recurring contribution sign-up.{/ts}</p>
35 <p>{ts 1=$recur_frequency_interval 2=$recur_frequency_unit 3=$recur_installments}This recurring contribution will be
36 automatically processed every %1 %2(s) for a total of %3 installment(s).{/ts}</p>
37 <p>{ts}Start Date{/ts}: {$recur_start_date|crmDate}</p>
38 {/if}
39 <p>{ts 1=$receipt_from_name 2=$receipt_from_email}You have pledged to make this recurring donation. You will be charged periodically (per frequency listed above), and you will receive an email receipt from %1 following each charge. These recurring donations will continue until you explicitly cancel the donation. You may change or cancel your recurring donation at anytime by logging into your account. If you have questions about recurring donations please contact us at %2.{/ts}</p>
40
41 {elseif $recur_txnType eq 'END'}
42
43 {if $auto_renew_membership}
44 <p>{ts}Your auto renew membership sign-up has ended and your membership will not be automatically renewed.{/ts}</p>
45 {else}
46 <p>{ts}Your recurring contribution term has ended.{/ts}</p>
47 <p>{ts 1=$recur_installments}You have successfully completed %1 recurring contributions. Thank you for your support.{/ts}</p>
48 <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;">
49 <tr>
50 <th {$headerStyle}>
51 {ts 1=$recur_installments}Interval of Subscription for %1 installment(s){/ts}
52 </th>
53 </tr>
54 <tr>
55 <td {$labelStyle}>
56 {ts}Start Date{/ts}
57 </td>
58 <td {$valueStyle}>
59 {$recur_start_date|crmDate}
60 </td>
61 </tr>
62 <tr>
63 <td {$labelStyle}>
64 {ts}End Date{/ts}
65 </td>
66 <td {$valueStyle}>
67 {$recur_end_date|crmDate}
68 </td>
69 </tr>
70 </table>
71
72 {/if}
73 {/if}
74
75 </td>
76 </tr>
77
78 </table>
79 </center>
80
81 </body>
82 </html>