Interface corrections and improvements to OPAC lists
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-downloadshelf.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo; Download list<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <script type="text/javascript">//<![CDATA[
3         $(document).ready(function(){
4                 $(".close").html("Close this window");
5         });
6 //]]>
7 </script>
8 </head>
9 <body style="padding:1em;">
10 <div class="container"><!-- TMPL_IF NAME="format" -->
11     <p>Your download should begin automatically.</p>
12 <!-- TMPL_ELSE -->
13 <form method="post" action="/cgi-bin/koha/opac-downloadshelf.pl">
14 <fieldset class="rows">
15         <ol><li><label for="format">Download list:</label>
16         <select name="format" id="format">
17             <option value="">-- Choose Format --</option>
18             <option value="iso2709">iso2709</option>
19             <option value="ris">RIS</option>
20             <option value="bibtex">BibTex</option>
21             <!-- TMPL_LOOP NAME="csv_profiles" -->
22             <option value="<!-- TMPL_VAR NAME="export_format_id" -->">CSV - <!-- TMPL_VAR NAME="profile" --></option>
23             <!-- /TMPL_LOOP -->
24
25         </select></li></ol>
26 </fieldset>
27 <fieldset class="action">       <input type="hidden" name="shelfid" value="<!-- TMPL_VAR NAME="shelfid" -->" />
28         <input type="submit" name="save" value="Go" /></fieldset>
29     </form>
30
31     <p><a class="button close" href="/cgi-bin/koha/opac-shelves.pl">Back to lists</a></p>
32
33 <!-- /TMPL_IF --></div>
34 </body>
35 </html>