Adding id tags to some OPAC templates.
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-downloadcart.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 cart<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 </head>
3 <body id="opac-downloadcart" style="padding:1em;">
4 <div id="userdownloadcart" class="container"><!-- TMPL_IF NAME="format" -->
5     <p>Your download should begin automatically.</p>
6 <!-- TMPL_ELSE -->
7 <form method="post" action="/cgi-bin/koha/opac-downloadcart.pl">
8         <fieldset class="rows">
9         <ol><li><label for="format">Download cart:</label>
10         <select name="format" id="format">
11             <option value="">-- Choose Format --</option>
12             <option value="iso2709">iso2709</option>
13             <option value="ris">RIS</option>
14             <option value="bibtex">BibTex</option>
15             <!-- TMPL_LOOP NAME="csv_profiles" -->
16             <option value="<!-- TMPL_VAR NAME="export_format_id" -->">CSV - <!-- TMPL_VAR NAME="profile" --></option>
17             <!-- /TMPL_LOOP -->
18
19         </select></li></ol>
20 </fieldset>
21 <fieldset class="action">
22         <input type="hidden" name="bib_list" value="<!-- TMPL_VAR NAME="bib_list" -->" />
23         <input type="submit" name="save" value="Go" />
24 </fieldset>
25     </form>
26
27     <p><a class="button close" href="#">Close this window</a></p>
28
29 <!-- /TMPL_IF -->
30 </body>
31 </html>