memberentryC.tmpl:add test to modify link name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / tools / export.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2
3 MARC biblio export
4 <!-- TMPL_INCLUDE NAME="menus.inc" -->
5 <!-- TMPL_INCLUDE NAME="menu-admin.inc" -->
6         <div id="bloc25">
7                 <h2 class="parameters">Select biblios to export</h2>
8                 <form method="post">
9                         <p>from biblio number : <input type="text" name="start_bib">
10                         to biblio number : <input type="text" name="end_bib"></p>
11                         <p>Document type : <!--TMPL_VAR Name="CGIitemtype"--></p>
12                         <p>Branch :  <select name="branch">
13                         <option value="">Default</option>
14                         <!-- TMPL_LOOP name="branchloop" -->
15                                 <option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name
16 ="branchname" --></option>
17                         <!-- /TMPL_LOOP -->
18                         </select>
19 </p>
20                         <p>from itemcallnumber : <input type="text" name="start_callnumber">
21                         to itemcallnumber : <input type="text" name="end_callnumber"></p>
22                         <p>Limit to <input type="text" name="limit"> first biblio</p>
23                         <p>Note : the items are NOT exported by this tool</p>
24                         <input type="hidden" name="op" value="export">
25                         <input type="submit" value="Export" class="button">
26                 </form>
27         </div>
28 </div>
29 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->