Tidying. Properly commenting javascript in some search includes. Standardizing markup...
[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</li>
27     <!-- TMPL_ELSE -->
28     <li>Did not check for matches with existing records in catalogue</li>
29     <!-- /TMPL_IF -->
30         <li><!-- TMPL_VAR name="num_items" --> item records found and staged</li>
31     <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>
32         <li><a href="/cgi-bin/koha/tools/tools-home.pl">Back</a></li>
33 </ul>
34 <!-- TMPL_ELSE -->
35 <ul>
36         <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>
37         <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>
38 </ul>
39 <form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->" enctype="multipart/form-data">
40 <fieldset class="rows">
41 <legend>Stage records into the reservoir</legend><ol>
42         <li>
43                 <label for="uploadmarc">Select the file to stage: </label>
44                 <input type="file" id="uploadmarc" name="uploadmarc" /><br />
45                 
46         </li>
47         <li>
48                 <label for="comments">Notes about this file: </label>
49                 <input type="text" id="comments" name="comments" />
50                 
51         </li>
52         <li>
53                 <label for="syntax">Character encoding: </label>
54                 <select name="syntax" id="syntax"><option value="MARC21">MARC21</option><option value="UNIMARC">UNIMARC</option></select>
55                 
56         </li>
57 </ol></fieldset>
58         <fieldset class="rows">
59         <legend>Look for existing records in catalogue?</legend><ol><li class="radio">
60                 <input type="radio" id="check_for_matchesno" name="check_for_matches" value="0" checked="checked" /><label for="check_for_matchesno">Do not look for matching records (using ISBN)</label></li>
61 <li class="radio">
62                         <input type="radio" id="check_for_matchesyes" name="check_for_matches" value="1" /><label for="check_for_matchesyes">Look for matching records</label>
63         </li></ol></fieldset>
64   <fieldset class="rows">
65     <legend>Check for embedded item record data?</legend>
66     <ol>
67       <li class="radio">
68         <input type="radio" id="parse_itemsyes" name="parse_items" value="1" checked="checked" />
69         <label for="parse_itemsyes">Yes</label>
70       </li>
71       <li class="radio">
72         <input type="radio" id="parse_itemsno" name="parse_items" value="0" />
73         <label for="parse_itemsno">No</label>
74       </li>
75     </ol>
76   </fieldset>
77   <fieldset class="action"><input type="submit" value="Stage for import" /></fieldset>
78 </form>
79 <!-- /TMPL_IF -->
80
81 </div>
82 </div>
83 <div class="yui-b">
84 <!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
85 </div>
86 </div>
87 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->