Koha/koha-tmpl/intranet-tmpl/default/en/export/marc.tmpl
2003-04-12 00:22:43 +00:00

15 lines
538 B
Cheetah

<TMPL_INCLUDE NAME="parameters-top.inc">
<center>
<FONT SIZE=6><em>MARC biblio export</em></FONT><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">