Add emailTextHtml.tpl
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / emailTextHtml.tpl
CommitLineData
7c52e0fd
TD
1<html>
2<body>
3<div style="text-align: center;">
4<a href="{link}{/link}">
5{if $__wcf->getStyleHandler()->getStyle()->getPageLogo()}<img src="{$__wcf->getStyleHandler()->getStyle()->getPageLogo()}" alt="">{/if}
6{event name='headerLogo'}
7</a>
8</div>
9<div class="content">{$content}</div>
10{hascontent}
11<div class="signature" style="color: grey; font-size: 10px;">
12-- <br>
13{content}
14{@MAIL_SIGNATURE|language}
15{if $mailbox|is_a:'wcf\system\email\UserMailbox'}
16{if MAIL_SIGNATURE|language}<br><br>{/if}
17This email was sent to you, because you registered on the {$mailbox->getUser()->registrationDate|plainTime} at {@PAGE_TITLE|language}.{/if} {* TODO: language item *}
18{/content}
19</div>
20{/hascontent}
21</body>
22</html>