Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_wernis_mode_list.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="680" class="table dashed" align="center">
3 <tr>
4         <td colspan="4" align="center" class="table_header bottom">
5                 {--MEMBER_WERNIS_LIST_WERNIS--}
6         </td>
7 </tr>
8
9 <tr>
10         <td align="center" class="header_column bottom right">{--WERNIS_TOTAL_WERNIS--}</td>
11         <td align="center" class="header_column bottom right">{--WERNIS_ACCOUNT--}</td>
12         <td align="center" class="header_column bottom right">{--WERNIS_TIMESTAMP--}</td>
13         <td align="center" class="header_column bottom">{--MEMBER_WERNIS_STATUS--}</td>
14 </tr>
15
16 $content[rows]
17
18 <tr>
19         <td colspan="4" class="table_footer" align="center">
20                 <a href="{%url=modules.php?module=login&amp;what=wernis&amp;do=choose%}">{--MEMBER_WERNIS_MODE_CHOOSE2--}</a>
21         </td>
22 </tr>
23 </table>
24 </div>