Synching with rel_2_2.
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / acqui.simple / additem-nomarc.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: Add a items for <!-- TMPL_INCLUDE NAME="doc-head-close-addbiblio.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="acqui-topmenu.inc" -->
4 <!-- TMPL_INCLUDE NAME="intranet-nav-brief.inc" -->
5
6 <!-- TMPL_IF NAME="NOBARCODE" -->
7 <div class="error">You must give the item a barcode</div>
8 <!-- /TMPL_IF -->
9
10 <!-- TMPL_IF NAME="NOBIBLIOITEM" -->
11 <div class="error">You must create a new group for your item to be
12 added to</div><!-- /TMPL_IF -->
13
14 <!-- TMPL_IF NAME="BARCODEINUSE" -->
15 <div class="error">Sorry, that barcode is already in use</div><!-- /TMPL_IF -->
16
17 <h2>Add items for <!-- TMPL_VAR NAME="TITLE" --></h2>
18
19 <table>
20         <caption>Bibliographic Details</caption>
21 <tr><th>Author:</th><td><!-- TMPL_VAR NAME="AUTHOR" --></td></tr>
22 <tr><th>Copyright:</th><td><!-- TMPL_VAR NAME="COPYRIGHT" --></td></tr>
23 <tr><th>Series Title:</th><td><!-- TMPL_VAR NAME="SERIES" --></td></tr>
24 <tr><th>Notes:</th><td><!-- TMPL_VAR NAME="NOTES" --></td></tr>
25
26 <!-- TMPL_LOOP NAME="BIBITEMS" -->
27 <tr><th>Biblioitem Number: </th><td><!-- TMPL_VAR NAME="biblioitemnumber" --></td></tr>
28 <tr><th>Item Type: </th><td><!-- TMPL_VAR NAME="itemtype" --></td></tr>
29 <tr><th>ISBN:</th><td><!-- TMPL_VAR NAME="isbn" --></td></tr>
30 <tr><th>Dewey:</th><td><!-- TMPL_VAR NAME="dewey" --></td></tr>
31 <tr><th>Publisher:</th><td><!-- TMPL_VAR NAME="publishercode" --></td></tr>
32 <tr><th>Place:</th><td><!-- TMPL_VAR NAME="place" --></td></tr>
33 <tr><th>Date:</th><td><!-- TMPL_VAR NAME="publicationyear" --></td></tr>
34
35 <!-- TMPL_LOOP NAME="ITEMS -->
36 <tr><th>Item:</th><td><!-- TMPL_VAR NAME="barcode" --></td></tr>
37 <tr><th>Home Branch:</th><td><!-- TMPL_VAR NAME="homebranch" --></td></tr>
38 <tr><th>Notes:</th><td><!-- TMPL_VAR NAME="itemnotes" --></td></tr>
39 <!-- /TMPL_LOOP -->
40
41 <!-- /TMPL_LOOP -->
42 </table>
43
44
45 <form action="saveitem.pl" method="post">
46 <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="BIBNUM" -->" />
47 <table>
48 <caption>Add New Item</caption>
49 <tr><th><label for="barcode">Item Barcode:</label></th><td><input type="text" id="barcode" name="barcode" size="40"></td>
50 </tr>
51 <tr><th><label for="homebranch">Branch:</label></th><td><select name="homebranch" id="branch">
52 <!-- TMPL_LOOP NAME="BRANCHES" -->
53 <option value="<!-- TMPL_VAR NAME="branchcode" -->"><!-- TMPL_VAR NAME="branchname" --></option>
54 <!-- /TMPL_LOOP -->
55 </select></td>
56 </tr>
57 <tr><th><label for="replacementprice">Replacement Price:</label></th><td><input type="text" name="replacementprice" id="replacementprice" size="40"></td>
58 </tr>
59 <tr><th><label for="itemnotes">Notes:</label></th><td><textarea name="itemnotes" id="itemnotes" cols="30" rows="6"></textarea></td>
60 </tr>
61 <tr>
62 <th colspan="2" >Add to existing group</td>
63 </tr>
64 <tr><th><label for="biblioitemnumber">Biblioitem Number:</label></th><td><select name="biblioitemnumber" id="biblioitemnumber">
65 <!-- TMPL_LOOP NAME="BIBITEMS" -->
66     <option value="<!-- TMPL_VAR NAME="biblioitemnumber" -->"><!-- TMPL_VAR NAME="itemtype" --></option>
67 <!-- /TMPL_LOOP -->
68 </select></td></tr>
69
70 <tr>
71 <td colspan="2" align="center"><input type="submit" name="existinggroup"
72 value="Add New Item to Existing Group"></td>
73 </tr>
74 <tr>
75 <th colspan="2"><b>OR Add to a new
76 Group:</b></th>
77 </tr>
78 <tr><th><label for="itemtype">Item Type:</label></th><td><select name="itemtype" id="itemtype">
79 <!-- TMPL_LOOP NAME="ITEMTYPES" -->
80 <option value="<!-- TMPL_VAR NAME="itemtype" -->"><!-- TMPL_VAR NAME="description" --></option>
81 <!-- /TMPL_LOOP -->
82 </select></td>
83 </tr>
84 <tr><th><label for="isbn">ISBN:</label></th><td><input type="text" name="isbn" id="isbn" size="40"></td>
85 </tr>
86 <tr><th><label for="publishercode">Publisher:</label></th><td><input type="text" name="publishercode" id="publishercode" size="40"></td>
87 </tr>
88 <tr><th><label for="publicationyear">Publication Year:</label></th><td><input type="text" name="publicationyear" id="publicationyear" size="40"></td>
89 </tr>
90 <tr><th><label for="place">Place of Publication:</label></th><td><input type="text" name="place" id="place" size="40"></td>
91 </tr>
92 <tr><th><label for="illus">Illustrator:</label></th><td><input type="text" name="illus" id="illus" size="40"></td>
93 </tr>
94 <tr><th><label for="url">Website URL:</label></th><td><input type="text" name="url" id="url" size="40"></td>
95 </tr>
96 <tr><th><label for="dewey">Dewey:</label></th><td><input type="text" name="dewey" id="dewey" size="40"></td>
97 </tr>
98 <tr><th><label for="subclass">Dewey Subclass:</label></th><td><input type="text" name="subclass" id="subclass" size="40"></td>
99 </tr>
100 <tr><th><label for="issn">ISSN:</label></th><td><input type="text" name="issn" id="issn" size="40"></td>
101 </tr>
102 <tr><th><label for="lccn">LCCN:</label></th><td><input type="text" name="lccn" id="lccn" size="40"></td>
103 </tr>
104 <tr><th><label for="volume">Volume:</label></th><td><input type="text" name="volume" id="volume" size="40"></td>
105 </tr>
106 <tr><th><label for="number">Number:</label></th><td><input type="text" name="number" id="number" size="40"></td>
107 </tr>
108 <tr><th><label for="volumeddesc">Volume Description:</label></th><td><input type="text" name="volumeddesc" id="volumeddesc" size="40"></td>
109 </tr>
110 <tr><th><label for="pages">Pages:</label></th><td><input type="text" name="pages" id="pages" size="40"></td>
111 </tr>
112 <tr><th><label for="size">Size:</label></th><td><input name="size" size="40"></td>
113 </tr>
114 <tr><th><label for="notes">Notes:</label></th><td><textarea cols="30" rows="6" name="notes" id="notes"></textarea></td>
115 </tr>
116 </table>
117 <p><input type="submit" name="newgroup" value="Add New Item to New Group" class="submit"></p>
118 </form>
119 <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->