More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / member / member_transfer_list.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
3         <tr>
4                 <td colspan="5" align="center" class="member_title2 bottom2"
5                         height="30"><strong>{!__TRANSFER_TITLE!}</strong></td>
6         </tr>
7         <tr>
8                 <td width="80" align="center" class="member_title2 bottom2 right2">
9                 <strong>{--TRANSFER_ID--}</strong></td>
10                 <td width="120" align="center" class="member_title2 bottom2 right2">
11                 <strong>{--TRANSFER_STAMP--}</strong></td>
12                 <td width="120" align="center" class="member_title2 bottom2 right2">
13                 <strong>{--TRANSFER_PARTY--}</strong></td>
14                 <td width="230" align="center" class="member_title2 bottom2 right2">
15                 <strong>{--TRANSFER_POINTS_REASON--}</strong></td>
16                 <td width="80" align="center" class="member_title2 bottom2"><strong>{!POINTS!}</strong>
17                 </td>
18         </tr>
19         {!__TRANSFER_ROWS!}
20         <tr>
21                 <td colspan="4" align="right" class="member_footer right2">
22                 {!__TRANSFER_SUM!} ({!POINTS!}):&nbsp;</td>
23                 <td width="80" align="center" class="member_footer"><strong>{!__TRANSFER_TOTAL_VALUE!}</strong>
24                 </td>
25         </tr>
26 </table>
27 </div>