memberentryC.tmpl:add test to modify link name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / acqui.simple / marcimport.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: MARC Import<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2
3 <form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->" enctype="multipart/form-data">
4 <table>
5 <caption>MARC acquisition system</caption>
6         <tr>
7         <th colspan="2">Import into the reservoir</th>
8         </tr>
9 <tr><td colspan="2">
10
11 <!-- TMPL_IF name="uploadmarc" -->
12 <p>Import results :</p>
13 <ul>
14         <p><!-- TMPL_VAR name="imported" --> imported records</p>
15         <p><!-- TMPL_VAR name="alreadyindb" --> not imported because already in DB</p>
16         <p><!-- TMPL_VAR name="alreadyinfarm" --> not imported because already in farm</p>
17         <p><!-- TMPL_VAR name="notmarcrecord" --> not imported because they seems not to be MARC format (or ISBN/ISSN missing) !</p>
18         <p><!-- TMPL_VAR name="total" -->  records parsed</p>
19         <p><a href="addbooks.pl">Back to acquisition</a>
20 </ul>
21 <!-- TMPL_ELSE -->
22 <ul><li>Select a file to import into the reservoir. It will be parsed, and for each ISBN found, a new record will be created in the reservoir.
23 If an ISBN already exists in the reservoir, you can choose wether to ignore the new one, or overwrite the old one.</li>
24 <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 !</li>
25 <li>Of course, if the ISBN already exists in active DB, the biblio will be ignored.</li></ul>
26 </td></tr>
27         <tr>
28                 <td>Select the file to import :</td>
29                 <td>
30                         <input type="file" name="uploadmarc"><br>
31                 </td>
32         </tr>
33         <tr>
34                 <td>Name of this import :</td>
35                 <td>
36                         <input type="text" name="filename"><br>
37                 </td>
38         </tr>
39         <tr>
40                 <td>If ISBN is already in the reservoir : </td>
41                 <td><input type="radio" name="overwrite_biblio" value="0" checked>Ignore this one, keep the existing one<br>
42                         <input type="radio" name="overwrite_biblio" value="1">Overwrite the existing one with this</td>
43         </tr>
44         <tr>
45                 <td colspan="2" class="action"><input type="submit" value="Import Data">
46
47 </td></tr></table></form>
48 <!-- /TMPL_IF -->
49 <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->