bug_6488: Take in account opachiddenitems when searching in opac
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-downloadcart.tt
1 [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Download cart[% INCLUDE 'doc-head-close.inc' %]
2 </head>
3 <body id="opac-downloadcart" style="padding:1em;">
4 <div id="userdownloadcart" class="container">[% IF ( format ) %]
5     <p>Your download should begin automatically.</p>
6 [% ELSE %]
7 <form method="post" action="/cgi-bin/koha/opac-downloadcart.pl">
8         <fieldset class="rows">
9         <ol><li><label for="format">Download cart:</label>
10         <select name="format" id="format">
11             <option value="">-- Choose Format --</option>
12             <option value="iso2709">iso2709</option>
13             <option value="ris">RIS</option>
14             <option value="bibtex">BibTex</option>
15             [% FOREACH csv_profile IN csv_profiles %]
16             <option value="[% csv_profile.export_format_id %]">CSV - [% csv_profile.profile %]</option>
17             [% END %]
18
19         </select></li></ol>
20 </fieldset>
21 <fieldset class="action">
22         <input type="hidden" name="bib_list" value="[% bib_list | html %]" />
23         <input type="submit" name="save" value="Go" />
24 </fieldset>
25     </form>
26
27     <p><a class="button close" href="#">Close this window</a></p>
28
29 [% END %]
30 </body>
31 </html>