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