adding bookshelf features :
[koha.git] / koha-tmpl / intranet-tmpl / default / en / export / marc.tmpl
1 <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
2
3 <center>
4 <h1>MARC biblio export</h1><br /><br /><br />
5 Export in MARC format the following biblios :
6 <form method="post">
7 <p>from biblio number : <input type="text" name="start_bib">
8 to biblio number : <input type="text" name="end_bib"></p>
9 <input type="hidden" name="op" value="export">
10 <input type="submit" value="Export">
11 </form>
12
13 <p>(leave blank to export every biblio)</p>
14 <p>Note : the items are NOT exported by this tool</p>
15 <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->