Corrections to make markup more valid (quoting attributes, encoding ampersands, etc.)
This commit is contained in:
parent
62b0ec9c60
commit
4924e1d899
1 changed files with 10 additions and 10 deletions
|
@ -7,14 +7,14 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- TMPL_IF name="uploadmarc" -->
|
||||
<!-- TMPL_IF NAME="uploadmarc" -->
|
||||
<p>Import results :</p>
|
||||
<ul>
|
||||
<p><!-- TMPL_VAR name="imported" --> imported records</p>
|
||||
<p><!-- TMPL_VAR name="alreadyindb" --> not imported because already in DB</p>
|
||||
<p><!-- TMPL_VAR name="alreadyinfarm" --> not imported because already in farm</p>
|
||||
<p><!-- TMPL_VAR name="notmarcrecord" --> not imported because they seems not to be MARC format (or ISBN/ISSN missing) !</p>
|
||||
<p><!-- TMPL_VAR name="total" --> records parsed</p>
|
||||
<p><!-- TMPL_VAR NAME="imported" --> imported records</p>
|
||||
<p><!-- TMPL_VAR NAME="alreadyindb" --> not imported because already in DB</p>
|
||||
<p><!-- TMPL_VAR NAME="alreadyinfarm" --> not imported because already in farm</p>
|
||||
<p><!-- TMPL_VAR NAME="notmarcrecord" --> not imported because they seems not to be MARC format (or ISBN/ISSN missing) !</p>
|
||||
<p><!-- TMPL_VAR NAME="total" --> records parsed</p>
|
||||
<p><a href="/cgi-bin/koha/admin-home.pl">Back</a>
|
||||
</ul>
|
||||
<!-- TMPL_ELSE -->
|
||||
|
@ -24,18 +24,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>
|
||||
<li>Of course, if the ISBN already exists in the active DB, the biblio will be ignored.</li>
|
||||
</ul>
|
||||
<form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->" enctype="multipart/form-data">
|
||||
<table cellpadding="3" border=0>
|
||||
<form method="post" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" enctype="multipart/form-data">
|
||||
<table cellpadding="3" border="0">
|
||||
<tr valign="top">
|
||||
<td>Select the file to import:</td>
|
||||
<td>
|
||||
<input type="file" name="uploadmarc"/><br/>
|
||||
<input type="file" name="uploadmarc" /><br/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td>Name of this import:</td>
|
||||
<td>
|
||||
<input type="text" name="filename"/><br/>
|
||||
<input type="text" name="filename" /><br/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
|
|
Loading…
Reference in a new issue