Several minor HTML/CSS fixes
[mailer.git] / templates / de / html / member / member_list_beg.tpl
index 72d51cf77230b9dbad5a51047819efa5aa401a33..bc60da3f90492e0640dcf3985ff0b73fe2e1ca31 100644 (file)
@@ -1,45 +1,48 @@
-<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>
-       {!__BEG_ROWS!}
-       <TR>
-               <TD colspan="4" class="member_footer" align="center"
+<div align="center">
+<div class="table dashed">
+<div class="table_header">
+       <strong>{--MEMBER_BEG_HERE_IS_THE_LIST--}</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>{--_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>{--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">
-               <FONT class="tiny member_note">{--BEG_RALLYE_NOTE--}</FONT></TD>
-       </TR>
-</TABLE>
-<br />
+               <div class="tiny notice">{--BEG_RALLYE_NOTE--}</div></td>
+       </tr>
+</table>
 
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
-       class="member_table dashed">
-       <TR>
-               <TD class="member_header bottom2"
+<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="member_note bottom2"
+                       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>
-               </OL>
-               </TD>
-       </TR>
-       <TR>
-               <TD colspan="4" class="member_footer" align="center"
+               <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>
+               </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">
-               <A href="{!URL!}/modules.php?module=login&amp;what=beg">{--BEG_LINK_HERE--}</A>
-               </TD>
-       </TR>
-</TABLE>
-</P>
+               <a href="{%url=modules.php?module=login&amp;what=beg%}">{--BEG_LINK_HERE--}</a>
+               </td>
+       </tr>
+</table>
+</div>