MT 1587 : CSV export for cart and shelves, with the ability to define different expor...
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-downloadcart.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Download shelf<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 </head>
3 <body>
4 <!-- TMPL_IF NAME="format" -->
5     Your Download should automatically start
6 <!-- TMPL_ELSE -->
7 <div id="export" class="detailtagcell">    <form method="post" action="/cgi-bin/koha/opac-downloadcart.pl">
8         <label for="format">Download cart:</label>
9         <select name="format" id="format">
10             <option value="">-- Choose Format --</option>
11             <option value="iso2709">iso2709</option>
12             <option value="ris">RIS</option>
13             <option value="bibtex">BibTex</option>
14             <!-- TMPL_LOOP NAME="csv_profiles" -->
15             <option value="<!-- TMPL_VAR NAME="export_format_id" -->">CSV - <!-- TMPL_VAR NAME="profile" --></option>
16             <!-- /TMPL_LOOP -->
17
18         </select>
19         <input type="hidden" name="bib_list" value="<!-- TMPL_VAR NAME="bib_list" -->" />
20         <input type="submit" name="save" value="Go" />
21     </form>
22
23     <p><a class="button" href="#" onclick="javascript:window.close()">Close this window</a></p>
24     </div>
25
26 <!-- /TMPL_IF -->
27 </body>
28 </html>