commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / CRM / Upgrade / 4.5.0.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 <p>{ts 1=$displayName}Dear %1{/ts},</p>
25 </td>
26 </tr>
27
28 <tr>
29 <td>&nbsp;</td>
30 </tr>
31
32 {if $recur_txnType eq 'START'}
33 {if $auto_renew_membership}
34 <tr>
35 <td>
36 <p>{ts}Thanks for your auto renew membership sign-up.{/ts}</p>
37 <p>{ts 1=$recur_frequency_interval 2=$recur_frequency_unit}This membership will be automatically renewed every %1 %2(s). {/ts}</p>
38 </td>
39 </tr>
40 <tr>
41 <td {$labelStyle}>
42 {ts 1=$cancelSubscriptionUrl}This membership will be renewed automatically. You can cancel the auto-renewal option by <a href="%1">visiting this web page</a>.{/ts}
43 </td>
44 </tr>
45 <tr>
46 <td {$labelStyle}>
47 {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href="%1">visiting this web page</a>.{/ts}
48 </td>
49 </tr>
50 {else}
51 <tr>
52 <td>
53 <p>{ts}Thanks for your recurring contribution sign-up.{/ts}</p>
54 <p>{ts 1=$recur_frequency_interval 2=$recur_frequency_unit}This recurring contribution will be automatically processed every %1 %2(s){/ts}{if $recur_installments }{ts 1=$recur_installments} for a total of %1 installment(s){/ts}{/if}.</p>
55 <p>{ts}Start Date{/ts}: {$recur_start_date|crmDate}</p>
56 </td>
57 </tr>
58 <tr>
59 <td {$labelStyle}>
60 {ts 1=$cancelSubscriptionUrl} You can cancel the recurring contribution option by <a href="%1">visiting this web page</a>.{/ts}
61 </td>
62 </tr>
63 <tr>
64 <td {$labelStyle}>
65 {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this recurring contribution by <a href="%1">visiting this web page</a>.{/ts}
66 </td>
67 </tr>
68 <tr>
69 <td {$labelStyle}>
70 {ts 1=$updateSubscriptionUrl}You can update recurring contribution amount or change the number of installments details for this recurring contribution by <a href="%1">visiting this web page</a>.{/ts}
71 </td>
72 </tr>
73 {/if}
74
75 {elseif $recur_txnType eq 'END'}
76
77 {if $auto_renew_membership}
78 <tr>
79 <td>
80 <p>{ts}Your auto renew membership sign-up has ended and your membership will not be automatically renewed.{/ts}</p>
81 </td>
82 </tr>
83 {else}
84 <tr>
85 <td>
86 <p>{ts}Your recurring contribution term has ended.{/ts}</p>
87 <p>{ts 1=$recur_installments}You have successfully completed %1 recurring contributions. Thank you for your support.{/ts}</p>
88 </td>
89 </tr>
90 <tr>
91 <td>
92 <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;">
93 <tr>
94 <th {$headerStyle}>
95 {ts 1=$recur_installments}Interval of Subscription for %1 installment(s){/ts}
96 </th>
97 </tr>
98 <tr>
99 <td {$labelStyle}>
100 {ts}Start Date{/ts}
101 </td>
102 <td {$valueStyle}>
103 {$recur_start_date|crmDate}
104 </td>
105 </tr>
106 <tr>
107 <td {$labelStyle}>
108 {ts}End Date{/ts}
109 </td>
110 <td {$valueStyle}>
111 {$recur_end_date|crmDate}
112 </td>
113 </tr>
114 </table>
115 </td>
116 </tr>
117
118 {/if}
119 {/if}
120
121 </table>
122 </center>
123
124 </body>
125 </html>