Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / member / member_primera_mode_list.tpl
1 <table border="0" cellspacing="0" cellpadding="0" width="680"
2         class="member_table dashed" align="center">
3         <tr>
4                 <td colspan="4" align="center" class="member_title2" height="30">
5                         <strong>{--PRIMERA_MEMBER_LIST_PRIMERA--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td width="180" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TOTAL_PRIMERA--}</strong></td>
10                 <td width="130" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_ACCOUNT--}</strong></td>
11                 <td width="150" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TIMESTAMP--}</strong></td>
12                 <td width="120" align="center" class="member_title2 bottom2"><strong>{--PRIMERA_MEMBER_STATUS--}</strong></td>
13         </tr>
14         $content[rows]
15         <tr>
16                 <td colspan="4" class="member_footer" align="center">
17                         <a href="{?URL?}/modules.php?module=login&amp;what=primera&amp;mode=choose">{--MEMBER_PRIMERA_MODE_CHOOSE2--}</a>
18                 </td>
19         </tr>
20 </table>