]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_list_beg.tpl
mailer project continued:
[mailer.git] / templates / de / html / member / member_list_beg.tpl
index 9ffa0497b0d91bbe34fb151e1063bcc0616c7cec..344b962897158c3842e7192712cccead94140ab8 100644 (file)
@@ -1,48 +1,38 @@
 <div align="center">
-<div class="table dashed">
-<div class="table_header">
-       <strong>{--MEMBER_LIST_BEG_RALLYE_TITLE--}</strong>
-</div>
-</div>
-
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td width="80" align="center" class="header_column bottom"><strong>{--BEG_RANK--}:</strong></td>
-               <td width="120" align="center" class="header_column bottom"><strong>{--_USERID--}:</strong></td>
-               <td width="100" align="center" class="header_column bottom"><strong>{--BEG_POINTS--}:</strong></td>
+               <td colspan="4" class="table_header">
+                       <strong>{--MEMBER_LIST_BEG_RALLYE_TITLE--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td width="80" align="center" class="header_column bottom right"><strong>{--BEG_RANK--}:</strong></td>
+               <td width="120" align="center" class="header_column bottom right"><strong>{--_USERID--}:</strong></td>
+               <td width="100" align="center" class="header_column bottom right"><strong>{--BEG_POINTS--}:</strong></td>
                <td width="220" align="center" class="header_column bottom"><strong>{--LAST_ONLINE_SHORT--}:</strong></td>
        </tr>
        $content[rows]
        <tr>
-               <td colspan="4" class="table_footer" align="center"
-                       style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
-               <div class="tiny notice">{--BEG_RALLYE_NOTE--}</div></td>
+               <td colspan="4" class="table_footer">
+                       {--BEG_RALLYE_NOTICE--}
+               </td>
        </tr>
 </table>
 
-<table border="0" cellspacing="0" cellpadding="0" width="90%"
-       class="table dashed">
-       <tr>
-               <td class="header_column bottom"
-                       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="notice bottom"
-                       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_2--}</li>
-                       <li class="tiny">{--BEG_RALLYE_CONDITION_3--}</li>
-                       <li class="tiny">{--BEG_RALLYE_CONDITION_4--}</li>
+<div class="table dashed">
+       <div class="table_header bottom">
+               <strong>{--BEG_RALLYE_CONDITIONS--}:</strong>
+       </div>
+       <div class="bottom">
+               <ol class="listing">
+                       <li>{--BEG_RALLYE_CONDITION_1--}</li>
+                       <li>{--BEG_RALLYE_CONDITION_2--}</li>
+                       <li>{--BEG_RALLYE_CONDITION_3--}</li>
+                       <li>{--BEG_RALLYE_CONDITION_4--}</li>
                </ol>
-               </td>
-       </tr>
-       <tr>
-               <td colspan="4" class="table_footer" align="center"
-                       style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
+       </div>
+       <div class="table_footer">
                <a href="{%url=modules.php?module=login&amp;what=beg%}">{--BEG_LINK_HERE--}</a>
-               </td>
-       </tr>
-</table>
+       </div>
+</div>
 </div>