Templates werden nicht mehr explizit übersetzt: *_master in * umbenannt
[kivitendo-erp.git] / templates / webpages / ustva / config_step1.html
diff --git a/templates/webpages/ustva/config_step1.html b/templates/webpages/ustva/config_step1.html
new file mode 100644 (file)
index 0000000..0d1a74a
--- /dev/null
@@ -0,0 +1,114 @@
+[%- USE T8 %]
+[% USE HTML %]<!--This file is autogenerated,
+ Edit templates/webpages/ustva/config_step1_master.html
+ and run locale/<cc>/locales.pl -->
+
+<body>
+<form name="verzeichnis" method="post" action="[% HTML.escape(script) %]">
+<table width="100%">
+   <tr>
+      <th class="listtop">[% 'Tax Office Preferences' | $T8 %]</th>
+    </tr>
+    <tr>
+     <td>
+       <br />
+[%- IF COA_Germany %]
+       <fieldset>
+       <legend><b>[% 'Local Tax Office Preferences' | $T8 %]</b></legend>
+       <br />
+       [% select_tax_office %]
+       </fieldset>
+       <br />
+[%- END %]
+       <fieldset>
+       <legend><b>[% 'Taxation' | $T8 %]</b>
+       </legend>
+       <input name="method" id="accrual" class="radio" type="radio" value="accrual"
+         [% checked_accrual %]>
+       <label for="accrual">[% 'accrual' | $T8 %]</label>
+       <br>
+       <input name="method" id="cash" class="radio" type="radio" value="cash"
+         [% checked_cash %]>
+       <label for="cash">[% 'cash' | $T8 %]</label>
+       </fieldset>
+       <br>
+       <fieldset>
+       <legend><b>[% 'Tax Period' | $T8 %]</b>
+       </legend>
+
+
+           <input name=FA_voranmeld id=month class=radio type=radio value="month"
+             [% checked_monthly %]>
+           <label for="month">[% 'month' | $T8 %]</label>
+           <br>
+           <input name="FA_voranmeld" id=quarter class=radio type=radio value="quarter"
+             [% checked_quarterly %]>
+           <label for="quarter">[% 'quarter' | $T8 %]</label>
+           <br>
+           <input name="FA_dauerfrist" id=FA_dauerfrist class=checkbox type=checkbox value="1"
+             [% checked_dauerfristverlaengerung %]>
+           <label for="">[% 'Extension Of Time' | $T8 %]</label>
+
+           </fieldset>
+           <br>
+           <fieldset>
+           <legend><b>[% 'Tax Consultant' | $T8 %]</b>
+           </legend>
+          <!-- <input name="FA_71" id=FA_71 class=checkbox type=checkbox value="X"
+             [% checked_kz_71 %]>
+           <label for="FA_71">[% 'Clearing Tax Received (No 71)' | $T8 %]
+    .      </label>
+           <br>
+           <br>-->
+           <table>
+           <tr>
+           <td>
+           [% 'Name' | $T8 %]
+           </td>
+           <td>
+           [% 'Street' | $T8 %]
+           </td>
+           <td>
+           [% 'Zip, City' | $T8 %]
+           </td>
+           <td>
+           [% 'Telephone' | $T8 %]
+           </td>
+           </tr>
+           <tr>
+           <td>
+           <input name="FA_steuerberater_name" id=steuerberater size=25
+             value="[% HTML.escape(FA_steuerberater_name) %]">
+           </td>
+           <td>
+           <input name="FA_steuerberater_street" id=steuerberater size=25
+             value="[% HTML.escape(FA_steuerberater_street) %]">
+           </td>
+           <td>
+           <input name="FA_steuerberater_city" id=steuerberater size=25
+             value="[% HTML.escape(FA_steuerberater_city) %]">
+           </td>
+           <td>
+           <input name="FA_steuerberater_tel" id=steuerberater size=25
+             value="[% HTML.escape(FA_steuerberater_tel) %]">
+           </tr>
+           </table>
+
+           </fieldset>
+
+           <br>
+           <br>
+           <hr>
+           <!--<input type=submit class=submit name=action value="
+           [% 'debug' | $T8 %]">-->
+           <input type=submit class=submit name=action
+             value="[% 'continue' | $T8 %]">
+         </td>
+       </tr>
+     </table>
+
+     [%- FOREACH var = hidden_variables %]
+       <input type="hidden" name="[% HTML.escape(var.variable) %]" value="[% HTML.escape(var.value) %]">
+     [%- END %]
+  </form>
+</body>