Koha/koha-tmpl/intranet-tmpl/default/en/export/marc.tmpl
tipaul d5938493d7 synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
Seems not to break too many things, but i'm probably wrong here.
at least, new features/bugfixes from 2.2.5 are here (tested on some features on my head local copy)

- removing useless directories (koha-html and koha-plucene)
2006-01-06 16:39:37 +00:00

28 lines
1.2 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
<div id="mainbloc">
<h1>MARC biblio export</h1>
<div id="bloc25">
<h2 class="parameters">Select biblios to export</h2>
<form method="post">
<p>from biblio number : <input type="text" name="start_bib">
to biblio number : <input type="text" name="end_bib"></p>
<p>Document type : <!--TMPL_VAR Name="CGIitemtype"--></p>
<p>Branch : <select name="branch">
<option value="">Default</option>
<!-- TMPL_LOOP name="branchloop" -->
<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name
="branchname" --></option>
<!-- /TMPL_LOOP -->
</select>
</p>
<p>from itemcallnumber : <input type="text" name="start_callnumber">
to itemcallnumber : <input type="text" name="end_callnumber"></p>
<p>Limit to <input type="text" name="limit"> first biblio</p>
<p>Note : the items are NOT exported by this tool</p>
<input type="hidden" name="op" value="export">
<input type="submit" value="Export" class="button">
</form>
</div>
</div>
<!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->