- obsolete templates/scripts removed
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_list_extensions.tpl
1 <TABLE border="0" cellspacing="0" cellpadding="0" width="600"
2         class="admin_table dashed" align="center">
3         <TR>
4                 <TD colspan="5" align="center" class="admin_title bottom2" height="30">
5                 <STRONG>{--ADMIN_EXT_NEW_FOUND_TITLE--}:</STRONG></TD>
6         </TR>
7         <TR>
8                 <TD align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</TD>
9                 <TD align="center" width="35%" class="admin_title bottom2 right2">{--ADMIN_EXT_DOWNLOAD_LINK--}</TD>
10                 <TD align="center" width="30%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_CTIME--}</TD>
11                 <TD align="center" width="15%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_SIZE--}</TD>
12                 <TD align="center" width="15%" class="admin_title bottom2">{--ADMIN_EXT_FILE_VERSION--}</TD>
13         </TR>
14         {!__EXTENSIONS_ROWS!}
15         <TR>
16                 <TD colspan="2" align="center" class="admin_title right2">{--ADMIN_EXT_TOTAL_FOUND--}:
17                 <STRONG>{!__TEXT_VALUE!}</STRONG></TD>
18                 <TD colspan="3" align="right" class="admin_title right2">{--ADMIN_EXT_TOTAL_FSIZE--}:&nbsp;&nbsp;<STRONG>{--__TKBYTES_VALUE--}
19                 {--KBYTES--}</STRONG>&nbsp;&nbsp;</TD>
20         </TR>
21 </TABLE>