Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / member / member_unconfirmed_table.tpl
1 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
2 <tr>
3         <td width="100" class="member_header bottom2 right" align="center"><strong>{--CONFIRM_LINK2--}:</strong></td>
4         <td width="110" class="member_header bottom2 right" align="center"><strong>{--EMAIL_SENDER--}:</strong></td>
5         <td width="170" class="member_header bottom2 right" align="center"><strong>{--EMAIL_DETAILS--}:</strong></td>
6         <td width="150" class="member_header bottom2 right" align="center"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
7         <td width="120" class="member_header bottom" align="center"><strong>{--EMAIL_POINTS--}:</strong></td>
8 </tr>
9 $content[rows]
10 <tr>
11         <td align="right" class="member_footer right" colspan="4" style="padding-right:5px">
12                 <strong>{--POINTS_SUM--}:</strong>
13         </td>
14         <td align="right" class="member_footer" style="padding-right:5px">
15                 <strong>$content[total_points] {?POINTS?}</strong>
16         </td>
17 </tr>
18 </table>