]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_beg.tpl
Some CSS classes purged, ol.listing added, extensions fixed:
[mailer.git] / templates / de / html / member / member_beg.tpl
1 <div align="center">
2 <div class="table dashed">
3         <div class="table_header bottom">
4                 <strong>{--MEMBER_BEG_LINK_TITLE--}</strong>
5         </div>
6         <div class="para">
7                 {--MEMBER_BEG_YOUR_LINK--}:<br />
8                 <strong><a href="{?URL?}/beg.php?userid=$content[userid]">{?URL?}/beg.php?userid=$content[userid]</a></strong>
9         </div>
10         <div class="para">
11                 {--MEMBER_BEG_CLICKS_TOTAL--}:
12                 <strong>{%user,beg_clicks,translateComma%}</strong>
13         </div>
14         <div class="para">
15                 {--MEMBER_BEG_EARN_1--} <strong>{%config,translateComma=beg_points%} {?POINTS?}</strong>
16                 {--MEMBER_BEG_EARN_2--} <strong>{%config,translateComma=beg_points_max%} {?POINTS?}</strong>
17                 {--MEMBER_BEG_EARN_3--}
18         </div>
19         <div class="para">
20                 {%message,MEMBER_BEG_TIMEOUT%}
21         </div>
22         <div class="table_footer top">
23                 <strong>{--MEMBER_BEG_HAVE_FUN--}</strong>
24         </div>
25 </div>
26 </div>