Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / templates / de / html / admin / admin_surfbar_stats.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
3 <tr>
4         <td colspan="3" align="center" class="admin_header bottom2" height="30">
5                 <strong>{--ADMIN_SURFBAR_STATS_TITLE--}</strong>
6         </td>
7 </tr>
8 <tr>
9         <td align="center" width="33%" class="admin_title bottom2 right2">
10                 <strong>{--_UID--}:</strong>
11         </td>
12         <td align="center" width="34%" class="admin_title bottom2 right2">
13                 <strong>{--ADMIN_SURFBAR_VISITED_URLS--}:</strong>
14         </td>
15         <td align="center" width="33%" class="admin_title bottom2">
16                 <strong>{--ADMIN_SURFBAR_TOTAL_VISITS--}:</strong>
17         </td>
18 </tr>
19 $content[rows]
20 <tr>
21         <td class="admin_footer right2" align="right" style="padding-right:2px">
22                 <strong>{--ADMIN_SURFBAR_TOTALS--}:</strong>
23         </td>
24         <td class="admin_footer right2">
25                 <strong>$content[urls]</strong>
26         </td>
27         <td class="admin_footer">
28                 <strong>$content[visits]</strong>
29         </td>
30 </tr>
31 </table>
32 </div>