bibliographic matching enhancements
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / stage-marc-import.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Tools &rsaquo; Stage MARC Records For Import</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; Stage MARC Records For Import</div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16
17 <h1>Stage MARC Records For Import</h1>
18
19 <!-- TMPL_IF name="uploadmarc" -->
20 <p>MARC Staging results :</p>
21 <ul>
22         <li><!-- TMPL_VAR name="total" -->  records in file</li>
23         <li><!-- TMPL_VAR name="import_errors" --> records not staged because of MARC error</li>
24         <li><!-- TMPL_VAR name="staged" --> records staged</li>
25     <!-- TMPL_IF name="checked_matches" -->
26         <li><!-- TMPL_VAR name="matched" --> records with at least one match in catalogue per matching rule 
27         &quot;<!-- TMPL_VAR name="matcher_code" -->&quot;</li>
28     <!-- TMPL_ELSE -->
29         <!-- TMPL_IF name="matcher_failed" -->
30           <li>Record matching failed -- unable to retrieve selected matching rule.</li>
31         <!-- TMPL_ELSE -->
32           <li>Did not check for matches with existing records in catalogue</li>
33         <!-- /TMPL_IF -->
34     <!-- /TMPL_IF -->
35         <li><!-- TMPL_VAR name="num_items" --> item records found and staged</li>
36     <li><a href="/cgi-bin/koha/tools/manage-marc-import.pl?import_batch_id=<!-- TMPL_VAR name="import_batch_id" -->">Manage staged records</a></li>
37         <li><a href="/cgi-bin/koha/tools/tools-home.pl">Back</a></li>
38 </ul>
39 <!-- TMPL_ELSE -->
40 <ul>
41         <li>Select a MARC file to stage in the import reservoir.  It will be parsed, and each valid record staged for later import into the catalogue.</li>
42         <li>You can enter a name for this import. It may be useful, when creating a biblio, to remember where the suggested MARC data comes from!</li>
43 </ul>
44 <form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->" enctype="multipart/form-data">
45 <fieldset class="rows">
46 <legend>Stage records into the reservoir</legend><ol>
47         <li>
48                 <label for="uploadmarc">Select the file to stage: </label>
49                 <input type="file" id="uploadmarc" name="uploadmarc" /><br />
50                 
51         </li>
52         <li>
53                 <label for="comments">Notes about this file: </label>
54                 <input type="text" id="comments" name="comments" />
55                 
56         </li>
57         <li>
58                 <label for="syntax">Character encoding: </label>
59                 <select name="syntax" id="syntax"><option value="MARC21">MARC21</option><option value="UNIMARC">UNIMARC</option></select>
60                 
61         </li>
62 </ol></fieldset>
63   <fieldset class="rows">
64     <legend>Look for existing records in catalogue?</legend>
65     <ol><li><label for="matcher">Record matching rule</label>
66     <select name="matcher" id="matcher">
67        <option value="">Do not look for matching records</option> 
68        <!-- TMPL_LOOP name="available_matchers" -->
69           <option value="<!-- TMPL_VAR name="matcher_id" -->"><!-- TMPL_VAR name="code" --> (<!-- TMPL_VAR name="description" -->)
70           </option>
71        <!-- /TMPL_LOOP -->
72     </select>
73     </li></ol>
74   </fieldset>
75   <fieldset class="rows">
76     <legend>Check for embedded item record data?</legend>
77     <ol>
78       <li class="radio">
79         <input type="radio" id="parse_itemsyes" name="parse_items" value="1" checked="checked" />
80         <label for="parse_itemsyes">Yes</label>
81       </li>
82       <li class="radio">
83         <input type="radio" id="parse_itemsno" name="parse_items" value="0" />
84         <label for="parse_itemsno">No</label>
85       </li>
86     </ol>
87   </fieldset>
88   <fieldset class="action"><input type="submit" value="Stage for import" /></fieldset>
89 </form>
90 <!-- /TMPL_IF -->
91
92 </div>
93 </div>
94 <div class="yui-b">
95 <!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
96 </div>
97 </div>
98 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->