Automatic deactivation of deprecated extensions added
[mailer.git] / templates / de / html / admin / admin_surfbar_stats.tpl
1 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
2 <tr>
3         <td colspan="3" align="center" class="admin_header bottom2" height="30">
4                 <strong>{--ADMIN_SURFBAR_STATS_TITLE--}</strong>
5         </td>
6 </tr>
7 <tr>
8         <td align="center" width="33%" class="admin_title bottom2 right2">
9                 <strong>{--_UID--}:</strong>
10         </td>
11         <td align="center" width="34%" class="admin_title bottom2 right2">
12                 <strong>{--ADMIN_SURFBAR_VISITED_URLS--}:</strong>
13         </td>
14         <td align="center" width="33%" class="admin_title bottom2">
15                 <strong>{--ADMIN_SURFBAR_TOTAL_VISITS--}:</strong>
16         </td>
17 </tr>
18 $content[rows]
19 <tr>
20         <td class="admin_footer right2" align="right" style="padding-right:2px">
21                 <strong>{--ADMIN_SURFBAR_TOTALS--}:</strong>
22         </td>
23         <td class="admin_footer right2">
24                 <strong>$content[urls]</strong>
25         </td>
26         <td class="admin_footer">
27                 <strong>$content[visits]</strong>
28         </td>
29 </tr>
30 </table>