Koha/koha-tmpl/intranet-tmpl/default/en/export/marc.tmpl

15 lines
518 B
Cheetah

<TMPL_INCLUDE NAME="parameters-top.inc">
<center>
<h1>MARC biblio export</h1><br /><br /><br />
Export in MARC format the following biblios :
<form method="post">
<p>from biblio number : <input type="text" name="start_bib">
to biblio number : <input type="text" name="end_bib"></p>
<input type="hidden" name="op" value="export">
<input type="submit" value="Export">
</form>
<p>(leave blank to export every biblio)</p>
<p>Note : the items are NOT exported by this tool</p>
<TMPL_INCLUDE NAME="parameters-bottom.inc">