]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_list_subid_stats.tpl
Mailer project continued:
[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="6" 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" width="20"><strong>{--ID_SELECT--}</strong></td>
10                 <td align="center" class="header_column bottom right"><strong>{--SUBID_VALUE--}</strong></td>
11                 <td align="center" class="header_column bottom right"><strong>{--REFERRER_URL--}</strong></td>
12                 <td align="center" class="header_column bottom right"><strong>{--REMOTE_IP--}</strong></td>
13                 <td align="center" class="header_column bottom right"><strong>{--USER_AGENT--}</strong></td>
14                 <td align="center" class="header_column bottom"><strong>{--ENTRY_ADDED--}</strong></td>
15         </tr>
16         $content
17         <tr>
18                 <td colspan="6" class="table_footer">
19                         <a href="{%url=modules.php?module=login&amp;what=subids%}">{--MEMBER_BACK_SUBIDS_OVERVIEW_LINK--}</a>
20                 </td>
21         </tr>
22 </table>
23 </div>
24
25 <div class="notice">
26         {--MEMBER_USER_SUBID_STATS_NOTICE--}
27 </div