]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_beg.tpl
Heacy rewrite/cleanup:
[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
7         <div class="table_row para">
8                 {--MEMBER_BEG_YOUR_LINK--}<br />
9                 <strong><a href="{?URL?}/beg.php?userid=$content[userid]">{?URL?}/beg.php?userid=$content[userid]</a></strong>
10         </div>
11
12         <div class="table_row para">
13                 {--MEMBER_BEG_CLICKS_TOTAL--}
14                 <strong>{%user,beg_clicks,translateComma%}</strong>
15         </div>
16
17         <div class="table_row para">
18                 {--MEMBER_BEG_POINTS--}
19         </div>
20
21         <div class="table_row para bottom">
22                 {%message,MEMBER_BEG_TIMEOUT%}
23         </div>
24
25         <div class="table_footer">
26                 <strong>{--MEMBER_BEG_HAVE_FUN--}</strong>
27         </div>
28 </div>
29 </div>