Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / ustva / config_step1_master.html
1 [%- USE T8 %]
2 [% USE HTML %]<!--This file is autogenerated,
3  Edit templates/webpages/ustva/config_step1_master.html
4  and run locale/<cc>/locales.pl -->
5
6 <body>
7 <form name="verzeichnis" method="post" action="[% HTML.escape(script) %]">
8 <table width="100%">
9    <tr>
10       <th class="listtop">[% 'Tax Office Preferences' | $T8 %]</th>
11     </tr>
12     <tr>
13      <td>
14        <br />
15 [%- IF COA_Germany %]
16        <fieldset>
17        <legend><b>[% 'Local Tax Office Preferences' | $T8 %]</b></legend>
18        <br />
19        [% select_tax_office %]
20        </fieldset>
21        <br />
22 [%- END %]
23        <fieldset>
24        <legend><b>[% 'Taxation' | $T8 %]</b>
25        </legend>
26        <input name="method" id="accrual" class="radio" type="radio" value="accrual"
27          [% checked_accrual %]>
28        <label for="accrual">[% 'accrual' | $T8 %]</label>
29        <br>
30        <input name="method" id="cash" class="radio" type="radio" value="cash"
31          [% checked_cash %]>
32        <label for="cash">[% 'cash' | $T8 %]</label>
33        </fieldset>
34        <br>
35        <fieldset>
36        <legend><b>[% 'Tax Period' | $T8 %]</b>
37        </legend>
38
39
40            <input name=FA_voranmeld id=month class=radio type=radio value="month"
41              [% checked_monthly %]>
42            <label for="month">[% 'month' | $T8 %]</label>
43            <br>
44            <input name="FA_voranmeld" id=quarter class=radio type=radio value="quarter"
45              [% checked_quarterly %]>
46            <label for="quarter">[% 'quarter' | $T8 %]</label>
47            <br>
48            <input name="FA_dauerfrist" id=FA_dauerfrist class=checkbox type=checkbox value="1"
49              [% checked_dauerfristverlaengerung %]>
50            <label for="">[% 'Extension Of Time' | $T8 %]</label>
51
52            </fieldset>
53            <br>
54            <fieldset>
55            <legend><b>[% 'Tax Consultant' | $T8 %]</b>
56            </legend>
57           <!-- <input name="FA_71" id=FA_71 class=checkbox type=checkbox value="X"
58              [% checked_kz_71 %]>
59            <label for="FA_71">[% 'Clearing Tax Received (No 71)' | $T8 %]
60     .      </label>
61            <br>
62            <br>-->
63            <table>
64            <tr>
65            <td>
66            [% 'Name' | $T8 %]
67            </td>
68            <td>
69            [% 'Street' | $T8 %]
70            </td>
71            <td>
72            [% 'Zip, City' | $T8 %]
73            </td>
74            <td>
75            [% 'Telephone' | $T8 %]
76            </td>
77            </tr>
78            <tr>
79            <td>
80            <input name="FA_steuerberater_name" id=steuerberater size=25
81              value="[% HTML.escape(FA_steuerberater_name) %]">
82            </td>
83            <td>
84            <input name="FA_steuerberater_street" id=steuerberater size=25
85              value="[% HTML.escape(FA_steuerberater_street) %]">
86            </td>
87            <td>
88            <input name="FA_steuerberater_city" id=steuerberater size=25
89              value="[% HTML.escape(FA_steuerberater_city) %]">
90            </td>
91            <td>
92            <input name="FA_steuerberater_tel" id=steuerberater size=25
93              value="[% HTML.escape(FA_steuerberater_tel) %]">
94            </tr>
95            </table>
96
97            </fieldset>
98
99            <br>
100            <br>
101            <hr>
102            <!--<input type=submit class=submit name=action value="
103            [% 'debug' | $T8 %]">-->
104            <input type=submit class=submit name=action
105              value="[% 'continue' | $T8 %]">
106          </td>
107        </tr>
108      </table>
109
110      [%- FOREACH var = hidden_variables %]
111        <input type="hidden" name="[% HTML.escape(var.variable) %]" value="[% HTML.escape(var.value) %]">
112      [%- END %]
113   </form>
114 </body>