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