]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_server_name_log.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_server_name_log.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_server_name%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td align="center" colspan="6" class="table_header">
6                 <strong>{--ADMIN_LIST_SERVER_NAME_LOG_TITLE--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
11         <td class="header_column bottom right" align="center"><strong>{--ADMIN_SERVER_NAME--}</strong></td>
12         <td class="header_column bottom right" align="center"><strong>{--REMOTE_IP--}</strong></td>
13         <td class="header_column bottom right" align="center"><strong>{--USER_AGENT--}</strong></td>
14         <td class="header_column bottom right" align="center"><strong>{--REFERRER_URL--}</strong></td>
15         <td class="header_column bottom" align="center"><strong>{--ENTRY_ADDED--}</strong></td>
16 </tr>
17 $content
18 <tr>
19         <td class="table_footer" colspan="6">
20                 <input type="hidden" name="server_name_id[0]" value="1" />
21                 <input type="submit" class="form_delete" name="do_delete" value="{--ADMIN_ACTION_DELETE_LOG_SUBMIT--}" />
22         </td>
23 </tr>
24 </table>
25 {%form_close%}
26 </div>
27
28 <div class="notice">
29         {--ADMIN_LIST_LOG_NOTICE--}
30 </div>