Lines 9-17
Link Here
|
9 |
<ol><li><label for="format">Download cart:</label> |
9 |
<ol><li><label for="format">Download cart:</label> |
10 |
<select name="format" id="format"> |
10 |
<select name="format" id="format"> |
11 |
<option value="">-- Choose format --</option> |
11 |
<option value="">-- Choose format --</option> |
12 |
<option value="iso2709">iso2709</option> |
12 |
<option value="ris">RIS (Zotero, EndNote, others)</option> |
13 |
<option value="ris">RIS</option> |
13 |
<option value="bibtex">BibTeX</option> |
14 |
<option value="bibtex">BibTex</option> |
14 |
<option value="iso2709">MARC</option> |
15 |
[% FOREACH csv_profile IN csv_profiles %] |
15 |
[% FOREACH csv_profile IN csv_profiles %] |
16 |
<option value="[% csv_profile.export_format_id %]">CSV - [% csv_profile.profile %]</option> |
16 |
<option value="[% csv_profile.export_format_id %]">CSV - [% csv_profile.profile %]</option> |
17 |
[% END %] |
17 |
[% END %] |
18 |
- |
|
|