Adding tools directory template and scripts
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / tools / export.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: MARC Export<!-- TMPL_INCLUDE NAME="doc-head-close-addbiblio.inc" -->
2
3 <h1>MARC Export</h1>
4 <h4>Export in MARC format the following biblios:</h4>
5 <form method="post">
6 <p>From biblio number: <input type="text" name="start_bib" />
7 to biblio number: <input type="text" name="end_bib" /></p>
8 <p>(leave blank to export every biblio)</p>
9 <input type="hidden" name="op" value="export" />
10 <input type="submit" value="Export" />
11 </form>
12 <p>Note : the items are NOT exported by this tool</p>
13
14 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->