Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-10-26-14-28-29
[civicrm-core.git] / xml / templates / message_templates / uf_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 <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;">
25 <tr>
26 <td {$labelStyle}>
27 {ts}Submitted For{/ts}
28 </td>
29 <td {$valueStyle}>
30 {$displayName}
31 </td>
32 </tr>
33 <tr>
34 <td {$labelStyle}>
35 {ts}Date{/ts}
36 </td>
37 <td {$valueStyle}>
38 {$currentDate}
39 </td>
40 </tr>
41 <tr>
42 <td {$labelStyle}>
43 {ts}Contact Summary{/ts}
44 </td>
45 <td {$valueStyle}>
46 {$contactLink}
47 </td>
48 </tr>
49
50 <tr>
51 <th {$headerStyle}>
52 {$grouptitle}
53 </th>
54 </tr>
55
56 {foreach from=$values item=value key=valueName}
57 <tr>
58 <td {$labelStyle}>
59 {$valueName}
60 </td>
61 <td {$valueStyle}>
62 {$value}
63 </td>
64 </tr>
65 {/foreach}
66 </table>
67 </td>
68 </tr>
69
70 </table>
71 </center>
72
73 </body>
74 </html>