]> 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 6fd9fd4bb0bfad60e06f1bdf2f8a838fa36b1577..e6d09fdbe87e4fd3ade5b2cb111baa6f40118975 100644 (file)
@@ -1,28 +1,24 @@
-<div align="center" class="beg_table dashed">
-       <div class="beg_msg">
-               <div>
-                       {--BEG_MEMBER_YOUR_LINK--}:
-               </div>
-               <div>
-                       <strong><a href="{?URL?}/beg.php?userid=$content[userid]">{?URL?}/beg.php?userid=$content[userid]</a></strong>
-               </div>
+<div align="center">
+<div class="table dashed">
+       <div class="table_header bottom">
+               <strong>{--MEMBER_BEG_LINK_TITLE--}</strong>
        </div>
-       <div class="beg_msg">
-               {--BEG_MEMBER_CLICKS_TOTAL--}:
+       <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 align="left" class="beg_msg">
-               <div class="para">
-                       {--BEG_MEMBER_EARN_1--} <strong>{%config,translateComma=beg_points%} {?POINTS?}</strong>
-                       {--BEG_MEMBER_EARN_2--} <strong>{%config,translateComma=beg_points_max%} {?POINTS?}</strong>
-                       {--BEG_MEMBER_EARN_3--}
-               </div>
-               <div class="para">
-                       {--BEG_MEMBER_TIMEOUT_1--} <strong>{%config,createFancyTime=beg_timeout%}</strong>
-                       {--BEG_MEMBER_TIMEOUT_2--}
-               </div>
-               <div class="para" align="right">
-                       {--BEG_MEMBER_HAVE_FUN--}
-               </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>