]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_list_beg.tpl
rewritten to new functions, some parts rewritten to filters
[mailer.git] / templates / de / html / member / member_list_beg.tpl
index d9efba3386d9d0434807d1e19945ab1a12eb691e..7fb3941c413fd2f0fe0069ba5f64d583ec1b0b15 100644 (file)
@@ -1,31 +1,30 @@
 <P align="center"><strong>{--BEG_MEMBER_HERE_IS_THE_LIST--}</strong><br />
 <br />
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
-       class="member_table dashed">
-       <TR>
-               <TD width="80" align="center" class="member_header bottom2"><strong>{--BEG_RANK--}:</strong></TD>
-               <TD width="120" align="center" class="member_header bottom2"><strong>{--_UID--}:</strong></TD>
-               <TD width="100" align="center" class="member_header bottom2"><strong>{--BEG_POINTS--}:</strong></TD>
-               <TD width="220" align="center" class="member_header bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong></TD>
-       </TR>
+<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+       <tr>
+               <td width="80" align="center" class="member_header bottom2"><strong>{--BEG_RANK--}:</strong></td>
+               <td width="120" align="center" class="member_header bottom2"><strong>{--_UID--}:</strong></td>
+               <td width="100" align="center" class="member_header bottom2"><strong>{--BEG_POINTS--}:</strong></td>
+               <td width="220" align="center" class="member_header bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+       </tr>
        {!__BEG_ROWS!}
-       <TR>
-               <TD colspan="4" class="member_footer" align="center"
+       <tr>
+               <td colspan="4" class="member_footer" align="center"
                        style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
-               <div class="tiny member_note">{--BEG_RALLYE_NOTE--}</div></TD>
-       </TR>
-</TABLE>
+               <div class="tiny member_note">{--BEG_RALLYE_NOTE--}</div></td>
+       </tr>
+</table>
 <br />
 
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
+<table border="0" cellspacing="0" cellpadding="0" width="90%"
        class="member_table dashed">
-       <TR>
-               <TD class="member_header bottom2"
+       <tr>
+               <td class="member_header bottom2"
                        style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
-                       align="center"><strong>{--BEG_RALLYE_CONDITIONS--}:</strong></TD>
-       </TR>
-       <TR>
-               <TD class="member_note bottom2"
+                       align="center"><strong>{--BEG_RALLYE_CONDITIONS--}:</strong></td>
+       </tr>
+       <tr>
+               <td class="member_note bottom2"
                        style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
                <ol align="left">
                        <li class="tiny">{--BEG_RALLYE_CONDITION_1--}</li>
                        <li class="tiny">{--BEG_RALLYE_CONDITION_3--}</li>
                        <li class="tiny">{--BEG_RALLYE_CONDITION_4--}</li>
                </ol>
-               </TD>
-       </TR>
-       <TR>
-               <TD colspan="4" class="member_footer" align="center"
+               </td>
+       </tr>
+       <tr>
+               <td colspan="4" class="member_footer" align="center"
                        style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
                <a href="{!URL!}/modules.php?module=login&amp;what=beg">{--BEG_LINK_HERE--}</a>
-               </TD>
-       </TR>
-</TABLE>
+               </td>
+       </tr>
+</table>
 </P>