4 [% INCLUDE 'doc-head-open.inc' %]
5 <title>Koha › Tools › [% IF ( del ) %]Batch item deletion[% ELSE %]Batch item modification[% END %] </title>
6 [% INCLUDE 'doc-head-close.inc' %]
8 <body id="tools_batchMod" class="tools">
9 [% INCLUDE 'header.inc' %]
10 [% INCLUDE 'cat-search.inc' %]
12 <div id="breadcrumbs">
13 <a href="/cgi-bin/koha/mainpage.pl">Home</a> ›
14 <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> ›
16 <a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a>
18 <a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a>
22 <div id="doc3" class="yui-t2">
26 <h1>Batch item [% IF ( del ) %]deletion[% ELSE %]modification[% END %]</h1>
27 <form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/batchMod.pl">
28 <fieldset class="rows">
29 <legend>Use a file</legend>
32 <label for="barcode_file">Barcode file: </label><input type="radio" name="filecontent" value="barcode_file" id="barcode_file" checked="checked" /></li>
34 <label for="itemid_file">Item number file: </label><input type="radio" name="filecontent" value="itemid_file" id="itemid_file" />
36 <li><label for="uploadfile">File: </label> <input type="file" id="uploadfile" name="uploadfile" /></li>
39 <fieldset class="rows">
40 <legend>Or scan items one by one</legend>
43 <label for="barcodelist">Barcode list (one barcode per line): </label>
44 <textarea rows="10" cols="30" id="barcodelist" name="barcodelist"></textarea>
48 <input type="hidden" name="op" value="show" />
51 <fieldset class="rows">
52 <legend>Use default values</legend>
56 <input type="checkbox" name="use_default_values" id="use_default_values" />
57 Populate fields with default values from default framework
64 [% IF ( del ) %]<input type="hidden" name="del" value="1" />[% END %]
65 <fieldset class="action">
66 <input type="submit" value="Continue" class="button" />
67 <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
74 [% INCLUDE 'tools-menu.inc' %]
78 [% MACRO jsinclude BLOCK %]
79 [% Asset.js("js/tools-menu.js") | $raw %]
82 [% INCLUDE 'intranet-bottom.inc' %]