]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_list_subid_stats.tpl
Templates fixed, TODOs.txt updated
[mailer.git] / templates / de / html / member / member_list_subid_stats.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3         <tr>
4                 <td colspan="5" align="center" class="table_header bottom">
5                         <strong>{--MEMBER_SUBID_STATS_TITLE--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td align="center" class="header_column bottom right"><strong>{--SUBID_VALUE--}</strong></td>
10                 <td align="center" class="header_column bottom right"><strong>{--REFERRER_URL--}</strong></td>
11                 <td align="center" class="header_column bottom right"><strong>{--REMOTE_IP--}</strong></td>
12                 <td align="center" class="header_column bottom right"><strong>{--USER_AGENT--}</strong></td>
13                 <td align="center" class="header_column bottom"><strong>{--ENTRY_ADDED--}</strong></td>
14         </tr>
15         $content
16         <tr>
17                 <td colspan="5" class="table_footer">
18                         <a href="{%url=modules.php?module=login&amp;what=subids%}">{--MEMBER_BACK_SUBIDS_OVERVIEW_LINK--}</a>
19                 </td>
20         </tr>
21 </table>
22 </div>
23
24 <div class="notice">
25         {--MEMBER_USER_SUBID_STATS_NOTICE--}
26 </div>