Major cleanup of old-school HTML-mess...
[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="doubler_footer">
17                         {--GUEST_DOUBLER_FOOTER--}
18                 </td>
19         </tr>
20 </table>
21 </div>