109 lines
3.6 KiB
Cheetah
109 lines
3.6 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › MARC biblio export</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
|
|
|
<!-- TMPL_INCLUDE NAME="menu-tools.inc" -->
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b"><div class="yui-g">
|
|
|
|
<h1>Select biblios to export</h1>
|
|
<p>
|
|
<b>Note : The items are exported by this tool unless specified.</b>
|
|
</p>
|
|
|
|
<form method="post" action="/cgi-bin/koha/tools/export.pl">
|
|
<fieldset>
|
|
<legend>
|
|
Records
|
|
</legend>
|
|
<p>
|
|
<label for="start">from biblio number</label>
|
|
<input id="start" type="text" name="StartingBiblionumber" size="5" />
|
|
<p>
|
|
</p>
|
|
<label for="end">to biblio number :</label>
|
|
<input id="end" type="text" name="EndingBiblionumber" size="5" />
|
|
</p>
|
|
|
|
<p>
|
|
<label for="itemtypes" >Document type</label>
|
|
<select name="itemtype">
|
|
<option value="">-- All --</option>
|
|
<!-- TMPL_LOOP NAME="itemtypeloop" -->
|
|
<!-- TMPL_IF name="selected" -->
|
|
<option value="<!-- TMPL_VAR name="value" -->" selected="selected"><!-- TMPL_VAR name="description" --></option>
|
|
<!-- TMPL_ELSE -->
|
|
<option value="<!-- TMPL_VAR name="value" -->"><!-- TMPL_VAR name="description" --></option>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_LOOP -->
|
|
</select>
|
|
</p>
|
|
|
|
<p>
|
|
<label for="branch">Library</label>
|
|
<select id="branch" name="branch">
|
|
<option value="">-- All --</option>
|
|
<!-- TMPL_LOOP name="branchloop" -->
|
|
<!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="branchname" --></option>
|
|
<!-- TMPL_ELSE -->
|
|
<option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="branchname" --></option>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_LOOP -->
|
|
</select>
|
|
</p>
|
|
<p>
|
|
<label for="startcn">from itemcallnumber</label>
|
|
<input id="startcn" type="text" name="start_callnumber" size="5" />
|
|
</p>
|
|
<p>
|
|
<label for="endcn">to itemcallnumber : </label>
|
|
<input id="endcn" type="text" name="end_callnumber" size="5" />
|
|
</p>
|
|
</fieldset>
|
|
<fieldset>
|
|
<legend>
|
|
Options
|
|
</legend>
|
|
<p>
|
|
<label for="dont_export_item">Don't export items</label>
|
|
<input id="dont_export_item" type="checkbox" name="dont_export_item" />
|
|
</p>
|
|
<p>
|
|
<label for="dont_export_fields">Don't export fields</label>
|
|
<input id="dont_export_fields" type="text" name="dont_export_fields" />
|
|
<i>seperate by a blank. (e.g.: 100a 200 606)</i>
|
|
</p>
|
|
</fieldset>
|
|
<fieldset>
|
|
<legend>
|
|
Output format
|
|
</legend>
|
|
<p>
|
|
<label for="output_format">into </label>
|
|
<select id="output_format" name="output_format">
|
|
<option value="marc">marc</option>
|
|
<option value="xml">xml</option>
|
|
</select>
|
|
format.
|
|
</p>
|
|
<p>
|
|
<label for="filename">Filename:</label><input id="filename" tyle=text" name="filename" value="koha.mrc" />
|
|
</p>
|
|
</fieldset>
|
|
<input type="hidden" name="op" value="export" />
|
|
<input type="submit" value="Export" class="button" />
|
|
</form>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|