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