|
Lines 47-62
Link Here
|
| 47 |
<input type="hidden" name="course_id" value="[% course.course_id | html %]" /> |
47 |
<input type="hidden" name="course_id" value="[% course.course_id | html %]" /> |
| 48 |
<input type="hidden" name="op" value="cud-add" /> |
48 |
<input type="hidden" name="op" value="cud-add" /> |
| 49 |
|
49 |
|
| 50 |
<fieldset class="rows"> |
50 |
<fieldset class="fg"> |
| 51 |
<legend>Add items: scan barcodes</legend> |
51 |
<legend>Add items: scan barcodes</legend> |
| 52 |
<ol> |
52 |
|
| 53 |
<li> |
53 |
<div class="fg-row"> |
|
|
54 |
<div class="fg-label"> |
| 54 |
<label class="required" for="barcodes">Item barcodes:</label> |
55 |
<label class="required" for="barcodes">Item barcodes:</label> |
|
|
56 |
</div> |
| 57 |
<div class="fg-input"> |
| 55 |
<textarea rows="20" cols="50" id="barcodes" name="barcodes" class="focus"></textarea> |
58 |
<textarea rows="20" cols="50" id="barcodes" name="barcodes" class="focus"></textarea> |
| 56 |
</li> |
59 |
</div> |
| 57 |
[% IF item_level_itypes %] |
60 |
</div> |
| 58 |
<li> |
61 |
[% IF item_level_itypes %] |
|
|
62 |
<div class="fg-row"> |
| 63 |
<div class="fg-label"> |
| 59 |
<label class="required" for="itype">Item type:</label> |
64 |
<label class="required" for="itype">Item type:</label> |
|
|
65 |
</div> |
| 66 |
<div class="fg-input"> |
| 60 |
<input type="checkbox" class="field-toggle" data-pulldown="itype" value="1" name="itype_enabled" id="itype_enabled" /> |
67 |
<input type="checkbox" class="field-toggle" data-pulldown="itype" value="1" name="itype_enabled" id="itype_enabled" /> |
| 61 |
<select id="itype" name="itype" disabled="disabled"> |
68 |
<select id="itype" name="itype" disabled="disabled"> |
| 62 |
<option value=""></option> |
69 |
<option value=""></option> |
|
Lines 64-75
Link Here
|
| 64 |
[% FOREACH it IN ItemTypes.Get() %] |
71 |
[% FOREACH it IN ItemTypes.Get() %] |
| 65 |
<option value="[% it.itemtype | html %]">[% it.description | html %]</option> |
72 |
<option value="[% it.itemtype | html %]">[% it.description | html %]</option> |
| 66 |
[% END %] |
73 |
[% END %] |
| 67 |
</select> |
74 |
</select></div |
| 68 |
</li> |
75 |
> |
| 69 |
[% END %] |
76 |
</div> |
|
|
77 |
[% END %] |
| 70 |
|
78 |
|
| 71 |
<li> |
79 |
<div class="fg-row"> |
|
|
80 |
<div class="fg-label"> |
| 72 |
<label class="required" for="ccode">Collection:</label> |
81 |
<label class="required" for="ccode">Collection:</label> |
|
|
82 |
</div> |
| 83 |
<div class="fg-input"> |
| 73 |
<input type="checkbox" class="field-toggle" data-pulldown="ccode" value="1" name="ccode_enabled" id="ccode_enabled" /> |
84 |
<input type="checkbox" class="field-toggle" data-pulldown="ccode" value="1" name="ccode_enabled" id="ccode_enabled" /> |
| 74 |
<select id="ccode" name="ccode" disabled="disabled"> |
85 |
<select id="ccode" name="ccode" disabled="disabled"> |
| 75 |
<option value=""></option> |
86 |
<option value=""></option> |
|
Lines 77-86
Link Here
|
| 77 |
<option value="[% c.authorised_value | html %]">[% c.lib | html %]</option> |
88 |
<option value="[% c.authorised_value | html %]">[% c.lib | html %]</option> |
| 78 |
[% END %] |
89 |
[% END %] |
| 79 |
</select> |
90 |
</select> |
| 80 |
</li> |
91 |
</div> |
|
|
92 |
</div> |
| 81 |
|
93 |
|
| 82 |
<li> |
94 |
<div class="fg-row"> |
|
|
95 |
<div class="fg-label"> |
| 83 |
<label class="required" for="location">Shelving location:</label> |
96 |
<label class="required" for="location">Shelving location:</label> |
|
|
97 |
</div> |
| 98 |
<div class="fg-input"> |
| 84 |
<input type="checkbox" class="field-toggle" data-pulldown="location" value="1" name="location_enabled" id="location_enabled" /> |
99 |
<input type="checkbox" class="field-toggle" data-pulldown="location" value="1" name="location_enabled" id="location_enabled" /> |
| 85 |
<select id="location" name="location" disabled="disabled"> |
100 |
<select id="location" name="location" disabled="disabled"> |
| 86 |
<option value=""></option> |
101 |
<option value=""></option> |
|
Lines 88-97
Link Here
|
| 88 |
<option value="[% s.authorised_value | html %]">[% s.lib | html %]</option> |
103 |
<option value="[% s.authorised_value | html %]">[% s.lib | html %]</option> |
| 89 |
[% END %] |
104 |
[% END %] |
| 90 |
</select> |
105 |
</select> |
| 91 |
</li> |
106 |
</div> |
|
|
107 |
</div> |
| 92 |
|
108 |
|
| 93 |
<li> |
109 |
<div class="fg-row"> |
|
|
110 |
<div class="fg-label"> |
| 94 |
<label class="required" for="homebranch">Home library:</label> |
111 |
<label class="required" for="homebranch">Home library:</label> |
|
|
112 |
</div> |
| 113 |
<div class="fg-input"> |
| 95 |
<input type="checkbox" value="1" class="field-toggle" data-pulldown="homebranch" name="homebranch_enabled" id="homebranch_enabled" /> |
114 |
<input type="checkbox" value="1" class="field-toggle" data-pulldown="homebranch" name="homebranch_enabled" id="homebranch_enabled" /> |
| 96 |
<select id="homebranch" name="homebranch" disabled="disabled"> |
115 |
<select id="homebranch" name="homebranch" disabled="disabled"> |
| 97 |
<option value=""></option> |
116 |
<option value=""></option> |
|
Lines 99-108
Link Here
|
| 99 |
<option value="[% b.branchcode | html %]">[% b.branchname | html %]</option> |
118 |
<option value="[% b.branchcode | html %]">[% b.branchname | html %]</option> |
| 100 |
[% END %] |
119 |
[% END %] |
| 101 |
</select> |
120 |
</select> |
| 102 |
</li> |
121 |
</div> |
|
|
122 |
</div> |
| 103 |
|
123 |
|
| 104 |
<li> |
124 |
<div class="fg-row"> |
|
|
125 |
<div class="fg-label"> |
| 105 |
<label class="required" for="holdingbranch">Holding library:</label> |
126 |
<label class="required" for="holdingbranch">Holding library:</label> |
|
|
127 |
</div> |
| 128 |
<div class="fg-input"> |
| 106 |
<input type="checkbox" value="1" class="field-toggle" data-pulldown="holdingbranch" name="holdingbranch_enabled" id="holdingbranch_enabled" /> |
129 |
<input type="checkbox" value="1" class="field-toggle" data-pulldown="holdingbranch" name="holdingbranch_enabled" id="holdingbranch_enabled" /> |
| 107 |
<select id="holdingbranch" name="holdingbranch" disabled="disabled"> |
130 |
<select id="holdingbranch" name="holdingbranch" disabled="disabled"> |
| 108 |
<option value=""></option> |
131 |
<option value=""></option> |
|
Lines 110-127
Link Here
|
| 110 |
<option value="[% b.branchcode | html %]">[% b.branchname | html %]</option> |
133 |
<option value="[% b.branchcode | html %]">[% b.branchname | html %]</option> |
| 111 |
[% END %] |
134 |
[% END %] |
| 112 |
</select> |
135 |
</select> |
| 113 |
</li> |
136 |
</div> |
|
|
137 |
</div> |
| 114 |
|
138 |
|
| 115 |
<li> |
139 |
<div class="fg-row"> |
|
|
140 |
<div class="fg-label"> |
| 116 |
<label for="item_staff_note">Staff note:</label> |
141 |
<label for="item_staff_note">Staff note:</label> |
|
|
142 |
</div> |
| 143 |
<div class="fg-input"> |
| 117 |
<textarea name="item_staff_note" id="item_staff_note">[% course_reserve.staff_note | html %]</textarea> |
144 |
<textarea name="item_staff_note" id="item_staff_note">[% course_reserve.staff_note | html %]</textarea> |
| 118 |
</li> |
145 |
</div> |
|
|
146 |
</div> |
| 119 |
|
147 |
|
| 120 |
<li> |
148 |
<div class="fg-row"> |
|
|
149 |
<div class="fg-label"> |
| 121 |
<label for="item_public_note">Public note:</label> |
150 |
<label for="item_public_note">Public note:</label> |
|
|
151 |
</div> |
| 152 |
<div class="fg-input"> |
| 122 |
<textarea name="item_public_note" id="item_public_note">[% course_reserve.public_note | html %]</textarea> |
153 |
<textarea name="item_public_note" id="item_public_note">[% course_reserve.public_note | html %]</textarea> |
| 123 |
</li> |
154 |
</div> |
| 124 |
</ol> |
155 |
</div> |
| 125 |
</fieldset> |
156 |
</fieldset> |
| 126 |
|
157 |
|
| 127 |
<p> |
158 |
<p> |
|
Lines 129-152
Link Here
|
| 129 |
Any items with existing course reserves will have their <em>on reserve</em> values updated. |
160 |
Any items with existing course reserves will have their <em>on reserve</em> values updated. |
| 130 |
</p> |
161 |
</p> |
| 131 |
|
162 |
|
| 132 |
<fieldset class="rows"> |
163 |
<fieldset class="fg"> |
| 133 |
<legend>Or use biblionumbers of bibliographic records</legend> |
164 |
<legend>Or use biblionumbers of bibliographic records</legend> |
| 134 |
<ol> |
165 |
<div class="fg-row"> |
| 135 |
<li> |
166 |
<div class="fg-label"> |
| 136 |
<label class="required" for="biblionumbers">Biblionumbers:</label> |
167 |
<label class="required" for="biblionumbers">Biblionumbers:</label> |
|
|
168 |
</div> |
| 169 |
<div class="fg-input"> |
| 137 |
<textarea rows="20" cols="50" id="biblionumbers" name="biblionumbers"></textarea> |
170 |
<textarea rows="20" cols="50" id="biblionumbers" name="biblionumbers"></textarea> |
| 138 |
</li> |
171 |
</div> |
|
|
172 |
</div> |
| 139 |
|
173 |
|
| 140 |
<li> |
174 |
<div class="fg-row"> |
|
|
175 |
<div class="fg-label"> |
| 141 |
<label for="biblio_staff_note">Staff note:</label> |
176 |
<label for="biblio_staff_note">Staff note:</label> |
|
|
177 |
</div> |
| 178 |
<div class="fg-input"> |
| 142 |
<textarea name="biblio_staff_note" id="biblio_staff_note">[% course_reserve.staff_note | html %]</textarea> |
179 |
<textarea name="biblio_staff_note" id="biblio_staff_note">[% course_reserve.staff_note | html %]</textarea> |
| 143 |
</li> |
180 |
</div> |
|
|
181 |
</div> |
| 144 |
|
182 |
|
| 145 |
<li> |
183 |
<div class="fg-row"> |
|
|
184 |
<div class="fg-label"> |
| 146 |
<label for="biblio_public_note">Public note:</label> |
185 |
<label for="biblio_public_note">Public note:</label> |
|
|
186 |
</div> |
| 187 |
<div class="fg-input"> |
| 147 |
<textarea name="biblio_public_note" id="biblio_public_note">[% course_reserve.public_note | html %]</textarea> |
188 |
<textarea name="biblio_public_note" id="biblio_public_note">[% course_reserve.public_note | html %]</textarea> |
| 148 |
</li> |
189 |
</div> |
| 149 |
</ol> |
190 |
</div> |
| 150 |
</fieldset> |
191 |
</fieldset> |
| 151 |
|
192 |
|
| 152 |
<fieldset class="action"> |
193 |
<fieldset class="action"> |