- <table width="100%">
- <tr>
- <td align="left">
- <input type=hidden name=nextsub value=generate_ustva>
- <input type=submit class=submit name=action value="[% 'Show' | $T8 %]">
- </td>
- <td align="right">
-
- </form>
- <!--
- <form action="doc/ustva.html" method="get">
- <input type=submit class=submit name=action
- value="[% 'Help' | $T8 %]">
- </form>
- -->
- </td>
- </tr>
- </table>
-</body>
-</html>
+ <input type="hidden" name="account_method" value="[% HTML.escape(account_method) %]">
+ <input type="hidden" name="fa_bufa_nr" value="[% HTML.escape(fa_bufa_nr) %]">
+ [% L.hidden_tag("format", "html") %]
+</form>
+[%- IF LXCONFIG.paths.geierlein_path %]
+<script type='text/javascript'>
+function sendGeierlein () {
+ kivi.submit_ajax_form('controller.pl?action=ODGeierlein/send', $('#form_do'));
+ return false;
+}
+
+function openGeierlein(myimport) {
+localStorage["geierlein.import"] = myimport;
+var geierpath = '[% geierlein_path %]';
+window.open(geierpath + '/#importLocalStorage','_blank','');
+return false;
+}
+</script>
+[%- END %]