export.tmpl was not the good one. :)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / tools / export.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                         <p>Document type : <!--TMPL_VAR Name="CGIitemtype"--></p>
11                         <p>Branch :  <select name="branch">
12                         <option value="">Default</option>
13                         <!-- TMPL_LOOP name="branchloop" -->
14                                 <option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name
15 ="branchname" --></option>
16                         <!-- /TMPL_LOOP -->
17                         </select>
18 </p>
19                         <p>from itemcallnumber : <input type="text" name="start_callnumber">
20                         to itemcallnumber : <input type="text" name="end_callnumber"></p>
21                         <p>Limit to <input type="text" name="limit"> first biblio</p>
22                         <p>Note : the items are NOT exported by this tool</p>
23                         <input type="hidden" name="op" value="export">
24                         <input type="submit" value="Export" class="button">
25                 </form>
26         </div>
27 </div>
28 <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->