commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / xml / templates / message_templates / pledge_reminder_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=$contact.display_name}Dear %1{/ts},</p>
25 <p>{ts 1=$next_payment|truncate:10:''|crmDate}This is a reminder that the next payment on your pledge is due on %1.{/ts}</p>
26 </td>
27 </tr>
28 <tr>
29 <td>
30 <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;">
31 <tr>
32 <th {$headerStyle}>
33 {ts}Payment Due{/ts}
34 </th>
35 </tr>
36 <tr>
37 <td {$labelStyle}>
38 {ts}Amount Due{/ts}
39 </td>
40 <td {$valueStyle}>
41 {$amount_due|crmMoney:$currency}
42 </td>
43 </tr>
44 </table>
45 </td>
46 </tr>
47
48 <tr>
49 <td>
50 {if $contribution_page_id}
51 {capture assign=contributionUrl}{crmURL p='civicrm/contribute/transact' q="reset=1&id=`$contribution_page_id`&cid=`$contact.contact_id`&pledgeId=`$pledge_id`&cs=`$checksumValue`" a=true h=0}{/capture}
52 <p><a href="{$contributionUrl}">{ts}Go to a web page where you can make your payment online{/ts}</a></p>
53 {else}
54 <p>{ts}Please mail your payment to{/ts}: {$domain.address}</p>
55 {/if}
56 </td>
57 </tr>
58
59 <tr>
60 <td>
61 <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;">
62 <tr>
63 <th {$headerStyle}>
64 {ts}Pledge Information{/ts}
65 </th>
66 </tr>
67 <tr>
68 <td {$labelStyle}>
69 {ts}Pledge Received{/ts}
70 </td>
71 <td {$valueStyle}>
72 {$create_date|truncate:10:''|crmDate}
73 </td>
74 </tr>
75 <tr>
76 <td {$labelStyle}>
77 {ts}Total Pledge Amount{/ts}
78 </td>
79 <td {$valueStyle}>
80 {$amount|crmMoney:$currency}
81 </td>
82 </tr>
83 <tr>
84 <td {$labelStyle}>
85 {ts}Total Paid{/ts}
86 </td>
87 <td {$valueStyle}>
88 {$amount_paid|crmMoney:$currency}
89 </td>
90 </tr>
91 </table>
92 </td>
93 </tr>
94
95 <tr>
96 <td>
97 <p>{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions
98 or need to modify your payment schedule.{/ts}</p>
99 <p>{ts}Thank your for your generous support.{/ts}</p>
100 </td>
101 </tr>
102
103 </table>
104 </center>
105
106 </body>
107 </html>