]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_user_subid_stats.tpl
Continued with ext-blacklist:
[mailer.git] / templates / de / html / admin / admin_list_user_subid_stats.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_user_subid&amp;do=stats&amp;userid=$content[userid]&amp;id=$content[id]%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td colspan="6" align="center" class="table_header bottom">
6                 <strong>{--ADMIN_LIST_USER_SUBID_STATS_TITLE--}</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
12         <td align="center" class="header_column bottom right"><strong>{--SUBID_VALUE--}</strong></td>
13         <td align="center" class="header_column bottom right"><strong>{--REFERRER_URL--}</strong></td>
14         <td align="center" class="header_column bottom right"><strong>{--REMOTE_IP--}</strong></td>
15         <td align="center" class="header_column bottom right"><strong>{--USER_AGENT--}</strong></td>
16         <td align="center" class="header_column bottom"><strong>{--ENTRY_ADDED--}</strong></td>
17 </tr>
18
19 $content[rows]
20
21 <tr>
22         <td colspan="6" class="table_footer">
23                 <input type="hidden" name="subid[0]" value="{%get,getSubId=id%}" />
24                 <input type="hidden" name="refid" value="{%get,bigintval=userid%}" />
25                 <input type="submit" class="form_delete" name="do_delete_stats" value="{--ADMIN_DELETE_USER_SUBID_STATS_SUBMIT--}" />
26         </td>
27 </tr>
28 </table>
29 {%form_close%}
30 </div>
31
32 <div class="notice">
33         {--ADMIN_USER_SUBID_STATS_NOTICE--}
34 </div>