HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_list_country_form.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=list_country" method="POST">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="520" class="admin_table dashed" align="center">
3         <TR>
4                 <TD colspan="4" align="center" class="admin_title" height="30">
5                         <strong>{!__COUNTRY_TITLE!}:</strong>
6                 </TD>
7         </TR>
8         <TR>
9                 <TD width="20" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
10                 <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></TD>
11                 <TD width="300" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></TD>
12                 <TD width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></TD>
13         </TR>
14         {!__COUNTRY_ROWS!}
15         <TR>
16                 <TD colspan="4" class="admin_footer">
17                 {!__COUNTRY_RESET!} <INPUT type="submit" name="{!__COUNTRY_MODE!}"
18                         class="{!__COUNTRY_CLASS!}" value="{!__COUNTRY_SUBMIT!}" />
19                 </TD>
20         </TR>
21 </TABLE>
22 </form>