Bug 11142 - Update Bootstrap theme's place hold form to match the new version in...
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-downloadcart.tt
1 [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Download cart
2 [% INCLUDE 'doc-head-close.inc' %]
3 [% BLOCK cssinclude %][% END %]
4 </head>
5 <body id="opac-downloadcart" class="popup">
6     <div class="main">
7         <div class="container-fluid">
8             <div class="row-fluid">
9                 <div class="span12">
10                     <div id="userdownloadcart">
11                         <h1>Download cart</h1>
12                         <form method="post" action="/cgi-bin/koha/opac-downloadcart.pl">
13                             <select name="format" id="format">
14                                 <option value="">-- Choose format --</option>
15                                 <option value="ris">RIS (Zotero, EndNote, others)</option>
16                                 <option value="bibtex">BibTeX</option>
17                                 <option value="iso2709">MARC</option>
18                                 [% FOREACH csv_profile IN csv_profiles %]
19                                     <option value="[% csv_profile.export_format_id %]">CSV - [% csv_profile.profile %]</option>
20                                 [% END %]
21                             </select>
22                             <fieldset class="action">
23                                 <input type="hidden" name="bib_list" value="[% bib_list | html %]" />
24                                 <input type="submit" name="save" value="Go" />
25                                     <a class="cancel close" href="#">Cancel</a>
26                             </fieldset>
27                         </form>
28                         <p><a class="close" href="#">Close this window</a></p>
29                     </div> <!-- / #userdownloadcart -->
30                 </div> <!-- / .span10 -->
31             </div> <!-- / .row-fluid -->
32         </div> <!-- / .container-fluid -->
33     </div> <!-- / .main -->
34 [% INCLUDE 'opac-bottom.inc' is_popup=1 %]
35 [% BLOCK jsinclude %][% END %]