]> git.mxchange.org Git - friendica.git/blob - view/templates/email/notify/html.tpl
Proxy settings removed
[friendica.git] / view / templates / email / notify / html.tpl
1 <table>
2         <thead>
3                 <tr>
4                         <td colspan="2" style="padding-top:22px;">
5                                 {{$preamble nofilter}}
6                         </td>
7                 </tr>
8         </thead>
9 {{if $content_allowed}}
10         <tbody>
11         {{if $source_photo}}
12                 <tr>
13                         <td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$source_link}}"><img style="border:0px;width:48px;height:48px;" src="{{$source_photo}}"></a></td>
14                         <td style="padding-top:22px;"><a href="{{$source_link}}">{{$source_name}}</a></td>
15                 </tr>
16         {{/if}}
17                 <tr>
18                         <td style="font-weight:bold;padding-bottom:5px;">{{$title}}</td>
19                 </tr>
20                 <tr>
21                         <td style="padding-right:22px;">{{$htmlversion nofilter}}
22                 </td>
23                 </tr>
24 {{/if}}
25         </tbody>
26         <tfoot>
27                 <tr>
28                         <td colspan="2" style="padding-top:11px;">
29                                 {{$hsitelink nofilter}}
30                         </td>
31                 </tr>
32                 <tr>
33                         <td colspan="2" style="padding-bottom:11px;">
34                                 {{$hitemlink nofilter}}
35                         </td>
36                 </tr>
37                 <tr>
38                         <td></td>
39                         <td>
40                                 {{$thanks}}
41                         </td>
42                 </tr>
43                 <tr>
44                         <td></td>
45                         <td>
46                                 {{$site_admin}}
47                         </td>
48                 </tr>
49         </tfoot>
50 </table>