Koha/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadcart.tmpl

28 lines
1.1 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Download shelf<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
</head>
<body id="opac-downloadcart">
<!-- TMPL_IF NAME="format" -->
Your Download should automatically start
<!-- TMPL_ELSE -->
<div id="export" class="detailtagcell"> <form method="post" action="/cgi-bin/koha/opac-downloadcart.pl">
<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>
<input type="hidden" name="bib_list" value="<!-- TMPL_VAR NAME="bib_list" -->" />
<input type="submit" name="save" value="Go" />
</form>
<p><a class="button" href="#" onclick="javascript:window.close()">Close this window</a></p>
</div>
<!-- /TMPL_IF -->
</body>
</html>