]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_server_name_log_row.tpl
31f41718cbe195c247e250547e756a9acfec19d3
[mailer.git] / templates / de / html / admin / admin_list_server_name_log_row.tpl
1 <tr>
2         <td align="center" class="bottom right {%template,ColorSwitch%}">
3                 <strong>$content[server_name_id]</strong>
4         </td>
5         <td align="center" class="bottom right {%template,ColorSwitch%}">
6                 $content[server_name]
7         </td>
8         <td align="center" class="bottom right {%template,ColorSwitch%}">
9                 $content[server_name_remote_addr]
10         </td>
11         <td align="center" class="bottom right {%template,ColorSwitch%}">
12                 {%pipe,fixEmptyContentToDashes=$content[server_name_ua]%}
13         </td>
14         <td align="center" class="bottom right {%template,ColorSwitch%}">
15                 {%pipe,generateDereferrerUrl,fixEmptyContentToDashes=$content[server_name_referrer]%}
16         </td>
17         <td align="center" class="bottom {%template,ColorSwitch%}">
18                 $content[server_name_added]
19         </td>
20 </tr>