Revision 99c30cf0
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/report_generator/csv_export_options.html | ||
---|---|---|
[% USE T8 %]
|
||
[% USE HTML %]
|
||
|
||
<h1>[% HTML.escape(title) %]</h1>
|
||
<h1>[% HTML.escape(title) %]</h1>
|
||
|
||
<form action="[% HTML.escape(script) %]" method="post" name="report_generator_form" id="report_generator_form">
|
||
<form action="[% HTML.escape(script) %]" method="post" name="report_generator_form" id="report_generator_form">
|
||
|
||
[%- FOREACH var = HIDDEN %]
|
||
[% FOREACH var = HIDDEN %]
|
||
<input type="hidden" name="[% HTML.escape(var.key) %]" value="[% HTML.escape(var.value) %]">
|
||
[%- END %]
|
||
[% END %]
|
||
|
||
<input type="hidden" name="report_generator_csv_options_set" value="1">
|
||
<input type="hidden" name="report_generator_dispatch_to" value="">
|
||
<input type="hidden" name="report_generator_csv_options_set" value="1">
|
||
<input type="hidden" name="report_generator_dispatch_to" value="">
|
||
|
||
<table>
|
||
<tr>
|
||
<td align="right">[% 'Quote chararacter' | $T8 %]</td>
|
||
<td>
|
||
<select name="report_generator_csv_options_quote_char" style="width: 300px">
|
||
<option value=""" selected>"</option>
|
||
<option value="'">'</option>
|
||
</select>
|
||
</td>
|
||
</tr>
|
||
<div class="wrapper">
|
||
|
||
<tr>
|
||
<td align="right">[% 'Escape character' | $T8 %]</td>
|
||
<td>
|
||
<select name="report_generator_csv_options_escape_char" style="width: 300px">
|
||
<option value="QUOTE_CHAR" selected>[% 'Same as the quote character' | $T8 %]</option>
|
||
<option value=""">"</option>
|
||
<option value="'">'</option>
|
||
</select>
|
||
</td>
|
||
</tr>
|
||
<table class="tbl-horizontal">
|
||
<tbody>
|
||
<tr>
|
||
<th>[% 'Quote chararacter' | $T8 %]</th>
|
||
<td>
|
||
<select name="report_generator_csv_options_quote_char" style="width: 300px">
|
||
<option value=""" selected>"</option>
|
||
<option value="'">'</option>
|
||
</select>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Escape character' | $T8 %]</th>
|
||
<td>
|
||
<select name="report_generator_csv_options_escape_char" style="width: 300px">
|
||
<option value="QUOTE_CHAR" selected>[% 'Same as the quote character' | $T8 %]</option>
|
||
<option value=""">"</option>
|
||
<option value="'">'</option>
|
||
</select>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Separator chararacter' | $T8 %]</th>
|
||
<td>
|
||
<select name="report_generator_csv_options_sep_char" style="width: 300px">
|
||
<option value=";">;</option>
|
||
<option value="," selected>,</option>
|
||
<option value=":">:</option>
|
||
<option value="TAB">TAB ([% 'The tabulator character' | $T8 %])</option>
|
||
</select>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Line endings' | $T8 %]</th>
|
||
<td>
|
||
<select name="report_generator_csv_options_eol_style" style="width: 300px">
|
||
<option value="DOS">DOS/Windows (CR/LF)</option>
|
||
<option value="Unix" selected>Unix (LF)</option>
|
||
</select>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Options' | $T8 %]</th>
|
||
<td>
|
||
<input type="checkbox" name="report_generator_csv_options_headers" id="report_generator_csv_options_headers" value="1" checked>
|
||
<label for="report_generator_csv_options_headers">[% 'Include column headings' | $T8 %]</label><br>
|
||
<input type="checkbox" name="report_generator_csv_options_for_import" id="report_generator_csv_options_for_import" value="1">
|
||
<label for="report_generator_csv_options_for_import">[% 'Make compatible for import' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<tr>
|
||
<td align="right">[% 'Separator chararacter' | $T8 %]</td>
|
||
<td>
|
||
<select name="report_generator_csv_options_sep_char" style="width: 300px">
|
||
<option value=";">;</option>
|
||
<option value="," selected>,</option>
|
||
<option value=":">:</option>
|
||
<option value="TAB">TAB ([% 'The tabulator character' | $T8 %])</option>
|
||
</select>
|
||
</td>
|
||
</tr>
|
||
</div><!-- /.wrapper -->
|
||
|
||
<tr>
|
||
<td align="right">[% 'Line endings' | $T8 %]</td>
|
||
<td>
|
||
<select name="report_generator_csv_options_eol_style" style="width: 300px">
|
||
<option value="DOS">DOS/Windows (CR/LF)</option>
|
||
<option value="Unix" selected>Unix (LF)</option>
|
||
</select>
|
||
</td>
|
||
</tr>
|
||
[% IF CONTROLLER_DISPATCH %]
|
||
<input type="hidden" name="CONTROLLER_DISPATCH" value="[% CONTROLLER_DISPATCH | html %]">
|
||
[% ELSE %]
|
||
<input type="hidden" name="action" value="report_generator_dispatcher">
|
||
[% END %]
|
||
|
||
<tr>
|
||
<td align="right" valign="top">[% 'Options' | $T8 %]:</td>
|
||
<td valign="top">
|
||
<input type="checkbox" name="report_generator_csv_options_headers" id="report_generator_csv_options_headers" value="1" checked>
|
||
<label for="report_generator_csv_options_headers">[% 'Include column headings' | $T8 %]</label>
|
||
<input type="checkbox" name="report_generator_csv_options_for_import" id="report_generator_csv_options_for_import" value="1">
|
||
<label for="report_generator_csv_options_for_import">[% 'Make compatible for import' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
|
||
</table>
|
||
|
||
[%- IF CONTROLLER_DISPATCH %]
|
||
<input type="hidden" name="CONTROLLER_DISPATCH" value="[% CONTROLLER_DISPATCH | html %]">
|
||
[%- ELSE %]
|
||
<input type="hidden" name="action" value="report_generator_dispatcher">
|
||
[%- END %]
|
||
|
||
|
||
</form>
|
||
</form>
|
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/report_generator/csv_export_options.html