templates modified : ALL <TMPL_* XX> have been replaced by <!-- TMPL_* XX -->, becaus...
[koha.git] / koha-tmpl / intranet-tmpl / default / en / marcimport / AcceptBiblioitem.tmpl
1 <!-- TMPL_INCLUDE NAME="cat-top.inc" -->
2 <center>
3 <!-- FIXME - The "$ENV{SCRIPT_NAME}" is evidently left over from when this
4      was in Perl.
5   -->
6 <a href=$ENV{'SCRIPT_NAME'}?file=$file>New Record</a> | <a href=marcimport.pl>New File</a><br>
7 <!-- TMPL_IF name="BIBLIO_EXISTS" -->
8         <table border=0 width=50% cellpadding=10 cellspacing=0>
9                 <tr>
10                         <th background=/images/background-acq.gif>Record already in database
11                         </th>
12                 </tr>
13                 <tr>
14                         <td bgcolor="#dddddd">
15                                 <!-- TMPL_VAR name="title" --> is already in the database with 
16                                 biblionumber <!-- TMPL_VAR name="biblionumber" --> and biblioitemnumber <!-- TMPL_VAR name="biblioitemnumber" -->
17                           </td>
18                 </tr>
19         </table>
20         <p>
21 <!-- /TMPL_IF -->
22 <!-- TMPL_IF name="BIBLIO_CREATE" -->
23     <table cellpadding=10 cellspacing=0 border=0 width=50%>
24                 <tr>
25                         <th background=/images/background-acq.gif>Record entered into database</th>
26                 </tr>
27                 <tr>
28                         <td bgcolor=#dddddd>
29                                 <!-- TMPL_VAR name="title" -->has been entered into the database with biblionumber
30                                 <!-- TMPL_VAR name="biblionumber" --> and biblioitemnumber <!-- TMPL_VAR name="biblioitemnumber" --></td>
31                 </tr>
32           </table>
33 <!-- /TMPL_IF -->
34     <table border=0 cellpadding=10 cellspacing=0>
35       <tr><th background=/images/background-acq.gif>
36         Add a New Item for <!-- TMPL_VAR name="title" -->
37       </th></tr>
38       <tr><td bgcolor=#dddddd>
39       <form>
40         <input type=hidden name=newitem value=1>
41         <input type=hidden name=biblionumber value="<!-- TMPL_VAR name="biblionumber" -->">
42         <input type=hidden name=biblioitemnumber value="<!-- TMPL_VAR name="biblioitemnumber" -->">
43         <input type=hidden name=file value="<!-- TMPL_VAR name="file" -->">
44         <table border=0>
45           <tr><td>BARCODE</td><td><input name=barcode size=10 value="<!-- TMPL_VAR name="barcode" -->">
46           Home Branch: <select name=homebranch><!-- TMPL_VAR name="branchselect" --></select>
47           </td></tr>
48           <tr><td>Replacement Price:</td>
49           <td><input name=replacementprice size=10></td></tr>
50           <tr><td>Notes</td>
51           <td><textarea name=notes rows=4 cols=40 wrap=physical></textarea>
52           </td></tr>
53         </table>
54         <p>
55         <input type=submit value="Add Item">
56       </form>
57       </td></tr>
58     </table>
59 <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->