More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / admin / admin_add_country.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=list_country" method="post" style="margin-bottom: 0px">
2 <table border="0" cellspacing="0" cellpadding="0" align="center"
3         class="admin_table dashed" width="430">
4         <tr>
5                 <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
6                 <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ADD_COUNTRY_CODE--}</strong>
7                 </td>
8                 <td class="admin_title bottom2" width="10">&nbsp;</td>
9         </tr>
10         <tr>
11                 <td class="seperator" colspan="5" height="7">&nbsp;</td>
12         </tr>
13         <tr>
14                 <td class="seperator" width="10">&nbsp;</td>
15                 <td align="right" width="300">{--ADMIN_ENTER_COUNTRY_CODE--}:</td>
16                 <td class="seperator" width="10">&nbsp;</td>
17                 <td width="100"><input type="text" name="code"
18                         class="admin_normal" size="2" maxlength="2"></td>
19                 <td class="seperator" width="10">&nbsp;</td>
20         </tr>
21         <tr>
22                 <td class="seperator" colspan="5" height="7">&nbsp;</td>
23         </tr>
24         <tr>
25                 <td class="seperator" width="10">&nbsp;</td>
26                 <td align="right" width="200">{--ADMIN_ENTER_COUNTRY_NAME--}:</td>
27                 <td class="seperator" width="10">&nbsp;</td>
28                 <td><input type="text" name="descr" class="admin_normal"
29                         size="10" maxlength="255"></td>
30                 <td class="seperator" width="10">&nbsp;</td>
31         </tr>
32         <tr>
33                 <td class="seperator" colspan="5" height="7">&nbsp;</td>
34         </tr>
35         <tr>
36                 <td class="seperator" width="10">&nbsp;</td>
37                 <td align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</td>
38                 <td class="seperator" width="10">&nbsp;</td>
39                 <td><select name="is_active" size="1" class="admin_select">
40                         <option value="Y">{--YES--}</option>
41                         <option value="N">{--NO--}</option>
42                 </select></td>
43                 <td class="seperator" width="10">&nbsp;</td>
44         </tr>
45         <tr>
46                 <td class="seperator bottom2" colspan="5" height="7">&nbsp;</td>
47         </tr>
48         <tr>
49                 <td class="admin_footer seperator" width="10">&nbsp;</td>
50                 <td class="admin_footer" colspan="3" align="center"><input
51                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
52                 <input type="submit" name="add" class="admin_submit"
53                         value="{--ADD_COUNTRY--}" /></td>
54                 <td class="admin_footer seperator" width="10">&nbsp;</td>
55         </tr>
56 </table>
57 </form>