]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_user_subid_stats.tpl
Mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_user_subid_stats.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_user_subid&amp;do=stats%}&amp;userid={%get,bigintval=userid%}&amp;id={%get,bigintval=id%}" method="post">
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         <tr>
10                 <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
11                 <td align="center" class="header_column bottom right"><strong>{--SUBID_VALUE--}</strong></td>
12                 <td align="center" class="header_column bottom right"><strong>{--REFERRER_URL--}</strong></td>
13                 <td align="center" class="header_column bottom right"><strong>{--REMOTE_IP--}</strong></td>
14                 <td align="center" class="header_column bottom right"><strong>{--USER_AGENT--}</strong></td>
15                 <td align="center" class="header_column bottom"><strong>{--ENTRY_ADDED--}</strong></td>
16         </tr>
17         $content
18         <tr>
19                 <td colspan="6" class="table_footer">
20                         <input type="hidden" name="subid[0]" value="{%get,getSubId=id%}" />
21                         <input type="hidden" name="refid" value="{%get,bigintval=userid%}" />
22                         <input type="submit" class="form_delete" name="do_delete_stats" value="{--ADMIN_DELETE_USER_SUBID_STATS_SUBMIT--}" />
23                 </td>
24         </tr>
25 </table>
26 </form>
27 </div>
28
29 <div class="notice">
30         {--ADMIN_USER_SUBID_STATS_NOTICE--}
31 </div