Koha/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadcart.tmpl
Owen Leonard 1e8152fa9b Fix for Bug 3838, Download List Pop Up Needs Margins
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-02-02 18:37:47 -05:00

31 lines
1.3 KiB
Cheetah

<!-- 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" -->
</head>
<body id="opac-downloadcart" style="padding:1em;">
<div class="container"><!-- TMPL_IF NAME="format" -->
<p>Your download should begin automatically.</p>
<!-- TMPL_ELSE -->
<form method="post" action="/cgi-bin/koha/opac-downloadcart.pl">
<fieldset class="rows">
<ol><li><label for="format">Download cart:</label>
<select name="format" id="format">
<option value="">-- Choose Format --</option>
<option value="iso2709">iso2709</option>
<option value="ris">RIS</option>
<option value="bibtex">BibTex</option>
<!-- TMPL_LOOP NAME="csv_profiles" -->
<option value="<!-- TMPL_VAR NAME="export_format_id" -->">CSV - <!-- TMPL_VAR NAME="profile" --></option>
<!-- /TMPL_LOOP -->
</select></li></ol>
</fieldset>
<fieldset class="action">
<input type="hidden" name="bib_list" value="<!-- TMPL_VAR NAME="bib_list" -->" />
<input type="submit" name="save" value="Go" />
</fieldset>
</form>
<p><a class="button close" href="#">Close this window</a></p>
<!-- /TMPL_IF -->
</body>
</html>