correct vocabulary
[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 <div id="export" class="detailtagcell">    <form method="post" action="/cgi-bin/koha/virtualshelves/downloadshelf.pl">
10 <form method="post" action="/cgi-bin/koha/virtualshelves/downloadshelf.pl">
11         <fieldset class="rows">
12         <legend>Download List</legend>
13         <ol><li>
14         <label for="format">Format : </label>
15         <select name="format" id="format">
16             <option value="">-- Choose Format --</option>
17             <option value="iso2709">iso2709</option>
18             <option value="ris">RIS</option>
19             <option value="bibtex">BibTex</option>
20             <!-- TMPL_LOOP NAME="csv_profiles" -->
21             <option value="<!-- TMPL_VAR NAME="export_format_id" -->">CSV - <!-- TMPL_VAR NAME="profile" --></option>
22             <!-- /TMPL_LOOP -->
23         </select>
24         </li></ol>
25         </fieldset>
26         <fieldset class="action"><input type="hidden" name="shelfid" value="<!-- TMPL_VAR NAME="shelfid" -->" />
27         <input type="submit" name="save" value="Save" />  <a class="cancel close" href="#">Cancel</a>
28         </fieldset>
29     </form>
30
31 <!-- /TMPL_IF -->
32 </body>
33 </html>