Merge remote-tracking branch 'kc/new/bug_6351' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / virtualshelves / downloadshelf.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Download shelf</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body style="padding:1em;">
6 [% IF ( format ) %]
7     <p>Your download should begin automatically.</p>
8 [% 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             [% FOREACH csv_profile IN csv_profiles %]
21             <option value="[% csv_profile.export_format_id %]">CSV - [% csv_profile.profile %]</option>
22             [% END %]
23         </select>
24         </li></ol>
25         </fieldset>
26         <fieldset class="action"><input type="hidden" name="shelfid" value="[% shelfid %]" />
27         <input type="submit" name="save" value="Save" />  <a class="cancel close" href="#">Cancel</a>
28         </fieldset>
29     </form>
30
31 [% END %]
32 </body>
33 </html>