Initial review in upgrading templates to 2.2

This commit is contained in:
oleonard 2004-11-08 17:13:40 +00:00
parent 36223f4622
commit c2b3de25ce

View file

@ -1,18 +1,19 @@
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: MARC Import<!-- TMPL_INCLUDE NAME="doc-head-close-addbiblio.inc" --> <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: MARC Import<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!-- TMPL_INCLUDE NAME="masthead.inc" --> <!-- TMPL_INCLUDE NAME="masthead.inc" -->
<!-- TMPL_INCLUDE NAME="intranet-nav-brief.inc" --> <!-- TMPL_INCLUDE NAME="acqui-topmenu.inc" -->
<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
<div id="main"> <div id="main">
<h1>MARC acquisition system</h1> <h1>MARC acquisition system</h1>
<h4>Import into the breeding farm</h4> <h4>Import into the reservoir</h4>
<!-- TMPL_IF name="uploadmarc" --> <!-- TMPL_IF name="uploadmarc" -->
<p>Import results :</p> <p>Import results :</p>
<ul> <ul>
<li><!-- TMPL_VAR name="imported" --> imported records</li> <li><!-- TMPL_VAR name="imported" --> imported records</li>
<li><!-- TMPL_VAR name="alreadyindb" --> not imported because already in DB</li> <li><!-- TMPL_VAR name="alreadyindb" --> not imported because already in catalog</li>
<li><!-- TMPL_VAR name="alreadyinfarm" --> not imported because already in farm</li> <li><!-- TMPL_VAR name="alreadyinfarm" --> not imported because already in the reservoir</li>
<li><!-- TMPL_VAR name="notmarcrecord" --> not imported because they seems not to be MARC format (or ISBN/ISSN missing) !</li> <li><!-- TMPL_VAR name="notmarcrecord" --> not imported because they seem not to be in MARC format (or ISBN/ISSN missing) !</li>
<li><!-- TMPL_VAR name="total" --> records parsed</li> <li><!-- TMPL_VAR name="total" --> records parsed</li>
<li><a href="/cgi-bin/koha/admin-home.pl">Back</a></li> <li><a href="/cgi-bin/koha/admin-home.pl">Back</a></li>
</ul> </ul>
@ -24,7 +25,7 @@
<li>Of course, if the ISBN already exists in the active DB, the biblio will be ignored.</li> <li>Of course, if the ISBN already exists in the active DB, the biblio will be ignored.</li>
</ul> </ul>
<form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->" enctype="multipart/form-data"> <form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->" enctype="multipart/form-data">
<div class="form"><table> <div class="data"><table>
<tr> <tr>
<th><label for="uploadmarc">Select the file to import: </label></th> <th><label for="uploadmarc">Select the file to import: </label></th>
<td> <td>
@ -38,14 +39,15 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th><label for="syntax">Character encoding (USMARC or UNIMARC)</label></th> <th><label for="syntax">Character encoding: </label></th>
<td> <td>
<select name="syntax" id="syntax"><option value="USMARC">USMARC</option><option value="UNIMARC">UNIMARC</option></select> <select name="syntax" id="syntax"><option value="MARC21">MARC21</option><option value="UNIMARC">UNIMARC</option></select>
</td> </td>
</tr> </tr>
<tr> <tr>
<th>If ISBN already in breeding farm: </th> <th rowspan="2">If ISBN already in breeding farm: </th>
<td><input type="radio" name="overwrite_biblio" value="0" checked="checked" />Ignore this one, keep the existing one<br/> <td><input type="radio" name="overwrite_biblio" value="0" checked="checked" />Ignore this one, keep the existing one</td></tr>
<tr><td>
<input type="radio" name="overwrite_biblio" value="1" />Overwrite the existing one with this</td> <input type="radio" name="overwrite_biblio" value="1" />Overwrite the existing one with this</td>
</tr> </tr>
</table></div><input type="submit" value="Import" class="submit" /> </table></div><input type="submit" value="Import" class="submit" />