a36caf0e2258eca9c26261707298dbf6c54c8804
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-downloadshelf.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-downloadshelf.pl">
8         <label for="format">Download shelf:</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         </select>
15         <input type="hidden" name="shelfid" value="<!-- TMPL_VAR NAME="shelfid" -->" />
16         <input type="submit" name="save" value="Go" />
17     </form>
18
19     <p><a class="button" href="#" onclick="javascript:window.close()">Close this window</a></p>
20     </div>
21
22 <!-- /TMPL_IF -->
23 </body>
24 </html>