Merge pull request #22551 from eileenmcnaughton/phpcs
[civicrm-core.git] / xml / templates / message_templates / friend_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 <table id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;">
14
15 <!-- BEGIN HEADER -->
16 <!-- You can add table row(s) here with logo or other header elements -->
17 <!-- END HEADER -->
18
19 <!-- BEGIN CONTENT -->
20
21 <tr>
22 <td>
23 <p>{$senderMessage}</p>
24 {if $generalLink}
25 <p><a href="{$generalLink}">{ts}More information{/ts}</a></p>
26 {/if}
27 {if $contribute}
28 <p><a href="{$pageURL}">{ts}Make a contribution{/ts}</a></p>
29 {/if}
30 {if $event}
31 <p><a href="{$pageURL}">{ts}Find out more about this event{/ts}</a></p>
32 {/if}
33 </td>
34 </tr>
35 </table>
36
37 </body>
38 </html>