More templates rewritten
[mailer.git] / templates / de / html / admin / admin_optimize.tpl
1 <TABLE border="0" cellspacing="0" cellpadding="0" width="580"
2         class="admin_table dashed">
3         <TR>
4                 <TD width="120" class="admin_title bottom2 right2" align="center"
5                         height="24"><STRONG>{--OPTIMIZE_DBNAME--}:</STRONG></TD>
6                 <TD width="110" class="admin_title bottom2 right2" align="center"><STRONG>{--OPTIMIZE_REPAIRED--}:</STRONG></TD>
7                 <TD width="110" class="admin_title bottom2 right2" align="center"><STRONG>{--OPTIMIZE_OPTIMIZED--}:</STRONG></TD>
8                 <TD width="120" class="admin_title bottom2 right2" align="center"><STRONG>{--OPTIMIZE_TOTAL_SIZE--}:</STRONG></TD>
9                 <TD width="120" class="admin_title bottom2" align="center"><STRONG>{--OPTIMIZE_GAIN_SIZE--}:</STRONG></TD>
10         </TR>
11         {!__TABLE_ROWS!}
12         <TR>
13                 <TD colspan="5" class="admin_footer"
14                         style="padding-top: 15px; padding-bottom: 15px";>
15                 {--OPTIMIZE_DB_TOTAL_TABLES--}: <STRONG>{!__TOTAL_TABS!}</STRONG><BR />
16                 {--OPTIMIZE_DB_TOTAL_SIZE--}: <STRONG>{!__TOTAL_SIZE!}
17                 {--KBYTES--}</STRONG><BR />
18                 {--OPTIMIZE_DB_TOTAL_OPTIMIZE--}: <STRONG>{!__TOTAL_CALLS!}</STRONG><BR />
19                 {--OPTIMIZE_DB_TOTAL_OPTI--}: <STRONG>{!__TOTAL_OPTIMIZED!}
20                 {--KBYTES--}</STRONG><BR />
21                 {--OPTIMIZE_DB_TOTAL_GAIN_TABLES--}: <STRONG>{!__NOW_OPTIMIZED!}</STRONG><BR />
22                 {--OPTIMIZE_DB_TOTAL_GAIN_SIZE--}: <STRONG>{!__NOW_SAVED!}
23                 {--KBYTES--}</STRONG><BR />
24                 </TD>
25         </TR>
26 </TABLE>