Merge commit 'workbuffer.org-koha/translation' into to-push
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / virtualshelves / downloadshelf.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Download shelf</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body style="padding:1em;">
6 <!-- TMPL_IF NAME="format" -->
7     <p>Your download should begin automatically.</p>
8 <!-- TMPL_ELSE -->
9 <form method="post" action="/cgi-bin/koha/virtualshelves/downloadshelf.pl">
10         <fieldset class="rows">
11         <legend>Download Shelf</legend>
12         <ol><li>
13         <label for="format">Format : </label>
14         <select name="format" id="format">
15             <option value="">-- Choose Format --</option>
16             <option value="iso2709">iso2709</option>
17             <option value="ris">RIS</option>
18             <option value="bibtex">BibTex</option>
19             <!-- TMPL_LOOP NAME="csv_profiles" -->
20             <option value="<!-- TMPL_VAR NAME="export_format_id" -->">CSV - <!-- TMPL_VAR NAME="profile" --></option>
21             <!-- /TMPL_LOOP -->
22         </select>
23         </li></ol>
24         </fieldset>
25         <fieldset class="action"><input type="hidden" name="shelfid" value="<!-- TMPL_VAR NAME="shelfid" -->" />
26         <input type="submit" name="save" value="Save" />  <a class="cancel close" href="#">Cancel</a>
27         </fieldset>
28     </form>
29
30 <!-- /TMPL_IF -->
31 </body>
32 </html>