]> git.mxchange.org Git - mailer.git/blob - templates/de/html/guest/guest_doubler_list.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / guest / guest_doubler_list.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="doubler_list dashed">
3         <tr>
4                 <td class="doubler_header bottom right" align="center" width="100">
5                         <strong>{--_UID--}</strong>
6                 </td>
7                 <td class="doubler_header bottom right" align="center" width="160">
8                         <strong>{?POINTS?}</strong>
9                 </td>
10                 <td class="doubler_header bottom" align="center" width="160">
11                         <strong>{--DOUBLER_TIMEMARK--}</strong>
12                 </td>
13         </tr>
14         $content
15         <tr>
16                 <td colspan="3" align="center" class="table_footer">
17                         {--GUEST_table_footer--}
18                 </td>
19         </tr>
20 </table>
21 </div>