+++ /dev/null
-[% USE HTML %]<!--This file is autogenerated,
- Edit templates/webpages/ustva/config_step2_master.html
- and run locale/<cc>/locales.pl -->
-
-
-<body>
- <form name="elsterform" method="post" action="[% script %]">
- <table width="100%">
- <tr>
- <th colspan="2" class="listtop">
- Tax Office Preferences</th>
- </tr>
- <tr>
- <td colspan=2>
- <br>
- <!-- Start Finanzamtdaten -->
- <br>
- <fieldset>
- <legend>
- <font size="+1">Tax Office
- [% HTML.escape(FA_Name) %]</font>
- </legend>
- <table width="100%" valign="top">
- <tr>
- <td valign="top">
- <br>
- <fieldset>
- <legend>
- <b>Address</b>
- </legend>
- <table width="100%">
- <tr>
- <td>
- Tax Office
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <input name="FA_Name" size="40" title="FA_Name"
- value="[% HTML.escape(FA_Name) %]" [% readonly %]>
- <td>
- </tr>
- <tr>
- <td colspan="2">
- <input name="FA_Strasse" size="40" title="FA_Strasse"
- value="[% HTML.escape(FA_Strasse) %]" [% readonly %]>
- </td width="100%">
- </tr>
- <tr>
- <td width="116px">
- <input name="FA_PLZ" size="10" title="FA_PLZ"
- value="[% HTML.escape(FA_PLZ) %]" [% readonly %]>
- </td>
- <td>
- <input name="FA_Ort" size="20" title="FA_Ort"
- value="[% HTML.escape(FA_Ort) %]" [% readonly %]>
- </td>
- </tr>
- </table>
- </fieldset>
- <br>
- <fieldset>
- <legend>
- <b>Contact</b>
- </legend>
- Telephone<br>
- <input name="FA_Telefon" size="40" title="FA_Telefon"
- value="[% HTML.escape(FA_Telefon) %]" [% readonly %]>
- <br>
- <br>
- Fax<br>
- <input name="FA_Fax" size="40" title="FA_Fax"
- value="[% HTML.escape(FA_Fax) %]" [% readonly %]>
- <br>
- <br>
- Internet<br>
- <input name="FA_Email" size="40" title="FA_Email"
- value="[% HTML.escape(FA_Email) %]" [% readonly %]>
- <br>
- <br>
- <input name="FA_Internet" size="40" title="" title="FA_Internet"
- value="[% HTML.escape(FA_Internet) %]" [% readonly %]>
- <br>
- </fieldset>
- </td>
- <td valign="top">
- <br>
- <fieldset>
- <legend>
- <b>Openings</b>
- </legend>
- <textarea name="FA_Oeffnungszeiten" rows="4" cols="40"
- [% readonly %]>[% HTML.escape(FA_Oeffnungszeiten) %]</textarea>
- </fieldset>
- <br>
- <fieldset>
- <legend>
- <b>Bank Connection Tax Office</b>
- <legend>
- <table>
- <tr>
- <td width="40%">
- Bank
- <br>
- <input name="FA_Bankbezeichnung_1" size="30"
- value="[% HTML.escape(FA_Bankbezeichnung_1) %]" [% readonly %]>
- <br>
- <br>
- Account Nummer
- <br>
- <input name="FA_Kontonummer_1" size="15"
- value="[% HTML.escape(FA_Kontonummer_1) %]" [% readonly %]>
- <br>
- <br>
- Bank Code (long)
- <br>
- <input name="FA_BLZ_1" size="15"
- value="[% HTML.escape(FA_BLZ_1) %]" [% readonly %]>
- </td>
- <td width="40%">
- Bank
- <br>
- <input name="FA_Bankbezeichnung_oertlich" size="30"
- value="[% HTML.escape(FA_Bankbezeichnung_oertlich) %]" [% readonly %]>
- <br>
- <br>
- Account Nummer
- <br>
- <input name="FA_Kontonummer_2" size="15"
- value="[% HTML.escape(FA_Kontonummer_2) %]" [% readonly %]>
- <br>
- <br>
- Bank Code (long)
- <br>
- <input name="FA_BLZ_2" size="15"
- value="[% HTML.escape(FA_BLZ_2) %]" [% readonly %]>
- </td>
- </tr>
- </table>
- </fieldset>
- </td>
- </tr>
- </table>
- </fieldset>
-
-<!-- Stop Finanzamtdaten -->
-
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <br>
- <fieldset>
- <legend>
- <font size="+1">Tax Number</font>
- </legend>
- <br>
-[%- IF COA_Germany %]
- [% input_steuernummer %]
-[%- ELSE %]
-Please enter the taxnumber in the administration menu userpreferences
-Current value: [% HTML.escape(myconfig_taxnumber) %]
-[%- END %]
-
-
- </H2><br>
- </fieldset>
- <br>
- <br>
- <hr>
- </td>
- </tr>
- <tr>
- <td align="left">
-
- [%- IF callback %]
- <input type="button" name="Verweis" value="User Config"
- onClick="self.location.href='[% callback %]">
- [%- ELSE %]
- <input type="submit" class="submit" name="action" value="back">
- [%- END %]
-
- [%- IF warnung %]
-
- <input type="hidden" name="nextsub" value="config_step2">
- <input type="submit" class="submit" name="action"
- value="continue">
-
- <input type="hidden" name="saved" value="Check Details">
-
- [%- ELSE %]
-
- <input type="hidden" name="nextsub" value="save">
- <input type="hidden" name="filename" value="finanzamt.ini">
- <input type="submit" class="submit" name="action" value="Save">
-
- [%- END %]
-
- </td>
- <td align="right">
- <H2 class="confirm">[%- saved %]</H2>
- </td>
- </tr>
- </table>
-
-[%- FOREACH var = hidden_variables %]
- <input type="hidden" name="[% HTML.escape(var.variable) %]" value="[% HTML.escape(var.value) %]">
-[%- END %]
-
-
- </form>
-</body>
-</html>