]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_beg.tpl
mailer project continued:
[mailer.git] / templates / de / html / member / member_beg.tpl
index 89d8903ce8173cd773be0bdcd8fcaf6689757184..e6d09fdbe87e4fd3ade5b2cb111baa6f40118975 100644 (file)
@@ -1,44 +1,24 @@
-<TABLE border="0" cellspacing="0" cellpadding="0"
-       class="beg_table dashed" width="500">
-       <TR>
-               <TD width="10" rowspan="9" class="seperator">&nbsp;</TD>
-               <TD height="5" class="seperator">&nbsp;</TD>
-               <TD width="10" rowspan="9" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="center" class="beg_msg" height="60">
-               {--BEG_MEMBER_YOUR_LINK--}:<br />
-               <STRONG><A href="{!URL!}/beg.php?uid={!__BEG_UID!}">{!URL!}/beg.php?uid={!__BEG_UID!}</A></STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="center" class="beg_msg" height="60">
-               {--BEG_MEMBER_CLICKS_TOTAL--}:<br />
-               <STRONG>{--__BEG_CLICKS--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD height="5" class="beg_msg seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="left" class="beg_msg">
-               <P>{--BEG_MEMBER_EARN_1--} <STRONG>{!__BEG_POINTS!}
-               {!POINTS!}</STRONG> {--BEG_MEMBER_EARN_2--} <STRONG>{!__BEG_POINTS_MAX!}
-               {!POINTS!}</STRONG> {--BEG_MEMBER_EARN_3--}</P>
-               <P>{--BEG_MEMBER_TIMEOUT_1--} <STRONG>{!__BEG_TIMEOUT!}</STRONG>
-               {--BEG_MEMBER_TIMEOUT_2--}</P>
-               <P align="right">{--BEG_MEMBER_HAVE_FUN--}</P>
-               </TD>
-       </TR>
-       <TR>
-               <TD height="5" class="beg_msg seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD height="5" class="seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
\ No newline at end of file
+<div align="center">
+<div class="table dashed">
+       <div class="table_header bottom">
+               <strong>{--MEMBER_BEG_LINK_TITLE--}</strong>
+       </div>
+       <div class="table_row para">
+               {--MEMBER_BEG_YOUR_LINK--}<br />
+               <strong><a href="{?URL?}/beg.php?userid=$content[userid]">{?URL?}/beg.php?userid=$content[userid]</a></strong>
+       </div>
+       <div class="table_row para">
+               {--MEMBER_BEG_CLICKS_TOTAL--}
+               <strong>{%user,beg_clicks,translateComma%}</strong>
+       </div>
+       <div class="table_row para">
+               {--MEMBER_BEG_POINTS--}
+       </div>
+       <div class="table_row para bottom">
+               {%message,MEMBER_BEG_TIMEOUT%}
+       </div>
+       <div class="table_footer">
+               <strong>{--MEMBER_BEG_HAVE_FUN--}</strong>
+       </div>
+</div>
+</div>