mailer project continued:
[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="table_row 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="table_row para">
11                 {--MEMBER_BEG_CLICKS_TOTAL--}
12                 <strong>{%user,beg_clicks,translateComma%}</strong>
13         </div>
14         <div class="table_row para">
15                 {--MEMBER_BEG_POINTS--}
16         </div>
17         <div class="table_row para bottom">
18                 {%message,MEMBER_BEG_TIMEOUT%}
19         </div>
20         <div class="table_footer">
21                 <strong>{--MEMBER_BEG_HAVE_FUN--}</strong>
22         </div>
23 </div>
24 </div>