Adding link to the committed budget breakdown
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / breeding.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Cataloging &rsaquo; MARC Import</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7
8 <!-- TMPL_INCLUDE NAME="menu-tools.inc" -->
9
10 <div id="doc3" class="yui-t2">
11    
12    <div id="bd">
13         <div id="yui-main">
14         <div class="yui-b"><div class="yui-g">
15
16 <h1>MARC acquisition system</h1>
17 <h4>Import into the reservoir</h4>
18
19 <!-- TMPL_IF name="uploadmarc" -->
20 <p>Import results :</p>
21 <ul>
22         <li><!-- TMPL_VAR name="imported" --> imported records</li>
23         <li><!-- TMPL_VAR name="alreadyindb" --> not imported because already in catalog</li>
24         <li><!-- TMPL_VAR name="alreadyinfarm" --> not imported because already in the reservoir</li>
25         <li><!-- TMPL_VAR name="notmarcrecord" --> not imported because they seem not to be in MARC format (or ISBN/ISSN missing) !</li>
26         <li><!-- TMPL_VAR name="total" -->  records parsed</li>
27         <li><a href="/cgi-bin/koha/admin-home.pl">Back</a></li>
28 </ul>
29 <!-- TMPL_ELSE -->
30 <ul>
31         <li>Select a file to import into the reservoir. It will be parsed, and for each ISBN found, a new baby will be created in the reservoir.</li>
32         <li>If an ISBN already exists in the reservoir, you can choose whether to ignore the new one or overwrite the old one.</li>
33         <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>
34         <li>Of course, if the ISBN already exists in the active DB, the biblio will be ignored.</li>
35 </ul>
36 <form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->" enctype="multipart/form-data">
37 <table>
38         <tr>
39                 <th scope="row"><label for="uploadmarc">Select the file to import: </label></th>
40                 <td>
41                         <input type="file" id="uploadmarc" name="uploadmarc" /><br />
42                 </td>
43         </tr>
44         <tr>
45                 <th scope="row"><label for="filename">Name of this import: </label></th>
46                 <td>
47                         <input type="text" id="filename" name="filename" />
48                 </td>
49         </tr>
50         <tr>
51                 <th scope="row"><label for="syntax">Character encoding: </label></th>
52                 <td>
53                         <select name="syntax" id="syntax"><option value="MARC21">MARC21</option><option value="UNIMARC">UNIMARC</option></select>
54                 </td>
55         </tr>
56         <tr>
57                 <th scope="row" rowspan="2">If ISBN is already in the reservoir: </th>
58                 <td><input type="radio" name="overwrite_biblio" value="0" checked="checked" />Ignore this one, keep the existing one</td></tr>
59 <tr><td>
60                         <input type="radio" name="overwrite_biblio" value="1" />Overwrite the existing one with this</td>
61         </tr>
62 </table><input type="submit" value="Import" />
63 </form>
64 <!-- /TMPL_IF -->
65
66 </div>
67 </div>
68 </div>
69
70 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
71 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->