Koha/koha-tmpl/intranet-tmpl/default/en/marcimport/AcceptBiblioitem.tmpl

59 lines
2.3 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="cat-top.inc" -->
<center>
<!-- FIXME - The "$ENV{SCRIPT_NAME}" is evidently left over from when this
was in Perl.
-->
<a href="$ENV{'SCRIPT_NAME'}?file=$file">New Record</a> | <a href="marcimport.pl">New File</a><br>
<!-- TMPL_IF NAME="BIBLIO_EXISTS" -->
<table border="0" width="50%" cellpadding="10" cellspacing="0">
<tr>
<th background="/images/background-acq.gif">Record already in database
</th>
</tr>
<tr>
<td bgcolor="#dddddd">
<!-- TMPL_VAR NAME="title" --> is already in the database with
biblionumber <!-- TMPL_VAR NAME="biblionumber" --> and biblioitemnumber <!-- TMPL_VAR NAME="biblioitemnumber" -->
</td>
</tr>
</table>
<p>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="BIBLIO_CREATE" -->
<table cellpadding="10" cellspacing="0" border="0" width="50%">
<tr>
<th background="/images/background-acq.gif">Record entered into database</th>
</tr>
<tr>
<td bgcolor="#dddddd">
<!-- TMPL_VAR NAME="title" -->has been entered into the database with biblionumber
<!-- TMPL_VAR NAME="biblionumber" --> and biblioitemnumber <!-- TMPL_VAR NAME="biblioitemnumber" --></td>
</tr>
</table>
<!-- /TMPL_IF -->
<table border="0" cellpadding="10" cellspacing="0">
<tr><th background="/images/background-acq.gif">
Add a New Item for <!-- TMPL_VAR NAME="title" -->
</th></tr>
<tr><td bgcolor="#dddddd">
<form>
<input type="hidden" name="newitem" value="1">
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
<input type="hidden" name="biblioitemnumber" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->">
<input type="hidden" name="file" value="<!-- TMPL_VAR NAME="file" -->">
<table border="0">
<tr><td>BARCODE</td><td><input name="barcode" size="10" value="<!-- TMPL_VAR NAME="barcode" -->">
Home Branch: <select name="homebranch"><!-- TMPL_VAR NAME="branchselect" --></select>
</td></tr>
<tr><td>Replacement Price:</td>
<td><input name="replacementprice" size="10"></td></tr>
<tr><td>Notes</td>
<td><textarea name="notes" rows="4" cols="40" wrap="physical"></textarea>
</td></tr>
</table>
<p>
<input type="submit" value="Add Item">
</form>
</td></tr>
</table>
<!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->