commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / CRM / Upgrade / 4.3.beta2.msg_template / message_templates / pcp_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 {capture assign=pcpURL }{crmURL p="civicrm/pcp/info" q="reset=1&id=`$pcpId`" h=0 a=1}{/capture}
13
14 <center>
15 <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;">
16
17 <!-- BEGIN HEADER -->
18 <!-- You can add table row(s) here with logo or other header elements -->
19 <!-- END HEADER -->
20
21 <!-- BEGIN CONTENT -->
22
23 <tr>
24 <td>
25 <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;">
26 <tr>
27 <th {$headerStyle}>
28 {ts}Personal Campaign Page Notification{/ts}
29 </th>
30 </tr>
31 <tr>
32 <td {$labelStyle}>
33 {ts}Action{/ts}:
34 </td>
35 <td {$valueStyle}>
36 {if $mode EQ 'Update'}
37 {ts}Updated personal campaign page{/ts}
38 {else}
39 {ts}New personal campaign page{/ts}
40 {/if}
41 </td>
42 </tr>
43 <tr>
44 <td {$labelStyle}>
45 {ts}Personal Campaign Page Title{/ts}
46 </td>
47 <td {$valueStyle}>
48 {$pcpTitle}
49 </td>
50 </tr>
51 <tr>
52 <td {$labelStyle}>
53 {ts}Current Status{/ts}
54 </td>
55 <td {$valueStyle}>
56 {$pcpStatus}
57 </td>
58 </tr>
59
60 <tr>
61 <td {$labelStyle}>
62 <a href="{$pcpURL}">{ts}View Page{/ts}</a>
63 </td>
64 <td></td>
65 </tr>
66 <tr>
67 <td {$labelStyle}>
68 {ts}Supporter{/ts}
69 </td>
70 <td {$valueStyle}>
71 <a href="{$supporterUrl}">{$supporterName}</a>
72 </td>
73 </tr>
74 <tr>
75 <td {$labelStyle}>
76 {ts}Linked to Contribution Page{/ts}
77 </td>
78 <td {$valueStyle}>
79 <a href="{$contribPageUrl}">{$contribPageTitle}</a>
80 </td>
81 </tr>
82 <tr>
83 <td {$labelStyle}>
84 <a href="{$managePCPUrl}">{ts}Manage Personal Campaign Pages{/ts}</a>
85 </td>
86 <td></td>
87 </tr>
88
89 </table>
90 </td>
91 </tr>
92 </table>
93 </center>
94
95 </body>
96 </html>