Clean up before final commits
[koha.git] / koha-tmpl / intranet-tmpl / default / en / import / breeding.tmpl
1 <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
2 <div id="mainbloc">
3         <h1 class="parameters">Import into the reservoir</h2>
4         <!-- TMPL_IF NAME="uploadmarc" -->
5         <p>Import results :</p>
6         <ul>
7                 <p><!-- TMPL_VAR NAME="imported" --> imported records</p>
8                 <p><!-- TMPL_VAR NAME="alreadyindb" --> not imported because already in DB</p>
9                 <p><!-- TMPL_VAR NAME="alreadyinfarm" --> not imported because already in farm</p>
10                 <p><!-- TMPL_VAR NAME="notmarcrecord" --> not imported because they seems not to be MARC format (or ISBN/ISSN missing) !</p>
11                 <p><!-- TMPL_VAR NAME="total" -->  records parsed</p>
12                 <p><a href="/cgi-bin/koha/admin-home.pl">Back</a>
13         </ul>
14         <!-- TMPL_ELSE -->
15         <ul>
16                 <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>
17                 <li>If an ISBN already exists in the reservoir, you can choose whether to ignore the new one or overwrite the old one.</li>
18                 <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>
19                 <li>Of course, if the ISBN already exists in the active DB, the biblio will be ignored.</li>
20         </ul>
21         <form method="post" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" enctype="multipart/form-data">
22                 <p><label class="label100">Select the file to import:</label><input type="file" name="uploadmarc" /></p>
23                 <p><label class="label100">Name of this import:</label><input type="text" name="filename" /></p>
24                 <p><label class="label100">Character encoding</label>
25                         <select name="syntax"><option value="MARC21">MARC21</option><option value="UNIMARC">UNIMARC</option></select>
26                 </p>
27                 <p>If ISBN already in reservoir</p>
28                                 <p><label class="label100">&nbsp; </label><input type="radio" name="overwrite_biblio" value="0" checked>Ignore this one, keep the existing one</p>
29                                 <p><label class="label100">&nbsp; </label><input type="radio" name="overwrite_biblio" value="1">Overwrite the existing one with this</p>
30                 <p><label class="label100">&nbsp; </label><input type="submit" value="Import" class="button parameters"></p>
31         </form>
32         <!-- /TMPL_IF -->
33 </div>
34 <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->