e3f8caae2d770fdcbe034f35100ac2fa0ee50071
[mailer.git] / templates / de / html / beg / beg_link.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 100%">
3         <tr>
4                 <td height="10%" align="center">
5                         <div align="center">$content[header_banner]</div>
6                 </td>
7         </tr>
8         <tr>
9                 <td height="80%" align="center">
10                 <div class="table dashed">
11                         <div class="table_header bottom">
12                                 <div class="para big">
13                                         {--BEG_LINK_BY--}
14                                 </div>
15
16                                 <div class="para">
17                                         {%message,BEG_LINK_USERID=$content[userid]%}
18                                 </div>
19                         </div>
20                         <div style="height:120px" class="bottom">
21                                 <div align="center">$content[message]</div>
22                         </div>
23                         <div class="table_footer">
24                                 <a href="{%url=ref.php?refid=$content[userid]%}">{--BEG_CONTINUE_REGISTER--}</a>
25                         </div>
26                 </div>
27                 </td>
28         </tr>
29         <tr>
30                 <td height="10%" align="center">
31                         <div align="center">$content[footer_banner]</div>
32                 </td>
33         </tr>
34 </table>
35 </div>