Reportgenerator: Man kann jetzt auch Trennzeilen einfügen, die in der HTML-Ausgabe...
[kivitendo-erp.git] / templates / webpages / report_generator / csv_export_options_de.html
1 <body>
2
3  <div class="listheading" width="100%"><TMPL_VAR title ESCAPE=HTML></div>
4
5  <form action="<TMPL_VAR script ESCAPE=HTML>" method="post">
6
7   <TMPL_LOOP HIDDEN><input type="hidden" name="<TMPL_VAR key ESCAPE=HTML>" value="<TMPL_VAR value ESCAPE=HTML>">
8   </TMPL_LOOP>
9
10   <input type="hidden" name="report_generator_csv_options_set" value="1">
11
12   <table>
13    <tr>
14     <td align="right">Anf&uuml;hrungszeichen</td>
15     <td>
16      <select name="report_generator_csv_options_quote_char" style="width: 300px">
17       <option value="&quot;" selected>&quot;</option>
18       <option value="'">'</option>
19      </select>
20     </td>
21    </tr>
22
23    <tr>
24     <td align="right">Escape-Zeichen</td>
25     <td>
26      <select name="report_generator_csv_options_escape_char" style="width: 300px">
27       <option value="QUOTE_CHAR" selected>Wie Anf&uuml;hrungszeichen</option>
28       <option value="&quot;">&quot;</option>
29       <option value="'">'</option>
30      </select>
31     </td>
32    </tr>
33
34    <tr>
35     <td align="right">Feldtrennzeichen</td>
36     <td>
37      <select name="report_generator_csv_options_sep_char" style="width: 300px">
38       <option value=";" selected>;</option>
39       <option value=",">,</option>
40       <option value=":">:</option>
41       <option value="TAB">TAB (Das Tabulator-Symbol)</option>
42      </select>
43     </td>
44    </tr>
45
46    <tr>
47     <td align="right">Zeilenumbr&uuml;che</td>
48     <td>
49      <select name="report_generator_csv_options_eol_style" style="width: 300px">
50       <option value="DOS" selected>DOS/Windows (CR/LF)</option>
51       <option value="Unix">Unix (LF)</option>
52      </select>
53     </td>
54    </tr>
55
56    <tr>
57     <td align="right" valign="top">Optionen:</td>
58     <td valign="top">
59      <input type="checkbox" name="report_generator_csv_options_headers" value="1" checked>
60      Spalten&uuml;berschriften erzeugen
61     </td>
62    </tr>
63
64   </table>
65
66   <p><input type="submit" name="action" class="submit" value="Als CSV exportieren"></p>
67
68  </form>
69 </body>
70 </html>