merging 2.2 branch with head. Sorry for not making it before, many many commits done...
[koha.git] / koha-tmpl / intranet-tmpl / default / en / export / marc.tmpl
1 <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
2
3 <div id="mainbloc">
4 <h1>MARC biblio export</h1>
5         <div id="bloc25">
6                 <h2 class="parameters">Select biblios to export</h2>
7                 <form method="post">
8                         <p>from biblio number : <input type="text" name="start_bib">
9                         to biblio number : <input type="text" name="end_bib"></p>
10                         <input type="hidden" name="op" value="export">
11                         <p>(leave blank to export every biblio)</p>
12                         <p>Note : the items are NOT exported by this tool</p>
13                         <input type="submit" value="Export" class="button">
14                 </form>
15         </div>
16 </div>
17 <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->