]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_list_beg.tpl
Better text here
[mailer.git] / templates / de / html / member / member_list_beg.tpl
index 4040388c6c316b0752cf0e8f672cc0946a9553c4..fffae2868c6068ed86d5cb1b011f48a181d09513 100644 (file)
@@ -1,44 +1,38 @@
-<div align="center"><strong>{--BEG_MEMBER_HERE_IS_THE_LIST--}</strong><br />
-<br />
-<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+<div align="center">
+<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>{--_UID--}:</strong></td>
-               <td width="100" align="center" class="header_column bottom"><strong>{--BEG_POINTS--}:</strong></td>
-               <td width="220" align="center" class="header_column bottom"><strong>{--ADMIN_LAST_ONLINE--}:</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="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>
+               <td colspan="4" class="table_footer">
+                       {--BEG_RALLYE_NOTE--}
+               </td>
        </tr>
 </table>
-<br />
 
-<table border="0" cellspacing="0" cellpadding="0" width="90%"
-       class="member_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="member_note 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="member_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>