dd87abfb211d65c6c955676b570bc4c719cecc09
[mailer.git] / templates / de / html / admin / admin_cache_stats.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="420"
3         class="admin_table dashed">
4         <tr>
5                 <td colspan="2" class="admin_title bottom" align="center">
6                         <strong>{--ADMIN_CACHE_STATS_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td width="320" class="bottom right" align="right">{--ADMIN_CACHE_DB_HITS--}</td>
11                 <td width="100" class="bottom" style="padding-right: 2px" align="right">
12                         {%pipe,translateComma=$content[db_hits]%}
13                 </td>
14         </tr>
15         <tr>
16                 <td width="320" class="bottom right" align="right">{--ADMIN_CACHE_HITS--}</td>
17                 <td width="100" class="bottom" style="padding-right: 2px" align="right">
18                         +{%pipe,translateComma=$content[cache_hits]%}
19                 </td>
20         </tr>
21         <tr>
22                 <td width="320" class="bottom right" align="right">{--ADMIN_TOTAL_HITS--}</td>
23                 <td width="100" class="bottom" style="padding-right: 2px" align="right">
24                         ={%pipe,translateComma=$content[total_hits]%}
25                 </td>
26         </tr>
27         <tr>
28                 <td width="320" class="admin_footer right">
29                         <div align="right" style="padding-right: 2px">
30                                 <strong>{--ADMIN_CACHE_PERCENTS--}</strong>
31                         </div>
32                 </td>
33                 <td width="100" class="admin_footer">
34                         <div align="right" style="padding-right: 2px">
35                                 <strong>{%pipe,translateComma=$content[cache_perc]%}%</strong>
36                         </div>
37                 </td>
38         </tr>
39 </table>
40
41 <div class="admin_note tiny">
42         {--ADMIN_CACHE_NOTES--}
43 </div>
44 </div>