Lines 292-298
Link Here
|
292 |
<legend>Item Record [% item.item_id %]</legend> |
292 |
<legend>Item Record [% item.item_id %]</legend> |
293 |
<ol> |
293 |
<ol> |
294 |
<li> |
294 |
<li> |
295 |
<label for="homebranch_item_[% item.item_id %]">homebranch</label><select id="homebranch_item_[% item.item_id %]" name="homebranch"> |
295 |
<label for="homebranch_item_[% item.item_id %]">homebranch</label><select id="homebranch_item_[% item.item_id %]" name="homebranch_[% item.biblio_count %]"> |
296 |
[% FOREACH branchloo IN branchloop %] |
296 |
[% FOREACH branchloo IN branchloop %] |
297 |
[% IF ( branchloo.value ) == ( item.homebranch ) %] |
297 |
[% IF ( branchloo.value ) == ( item.homebranch ) %] |
298 |
<option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option> |
298 |
<option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option> |
Lines 303-309
Link Here
|
303 |
</select> |
303 |
</select> |
304 |
</li> |
304 |
</li> |
305 |
|
305 |
|
306 |
<li><label for="holdingbranch_item_[% item.item_id %]">holdingbranch</label><select id="holdingbranch_item_[% item.item_id %]" name="holdingbranch"> |
306 |
<li><label for="holdingbranch_item_[% item.item_id %]">holdingbranch</label><select id="holdingbranch_item_[% item.item_id %]" name="holdingbranch_[% item.biblio_count %]"> |
307 |
[% FOREACH branchloo IN branchloop %] |
307 |
[% FOREACH branchloo IN branchloop %] |
308 |
[% IF ( branchloo.value ) == ( item.holdingbranch ) %] |
308 |
[% IF ( branchloo.value ) == ( item.holdingbranch ) %] |
309 |
<option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option> |
309 |
<option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option> |
Lines 313-319
Link Here
|
313 |
[% END %] |
313 |
[% END %] |
314 |
</select> |
314 |
</select> |
315 |
</li> |
315 |
</li> |
316 |
<li><label for="itype_item_[% item.item_id %]">itype</label><select id="itype_item_[% item.item_id %]" name="itype"> |
316 |
<li><label for="itype_item_[% item.item_id %]">itype</label><select id="itype_item_[% item.item_id %]" name="itype_[% item.biblio_count %]"> |
317 |
[% FOREACH itypeloo IN itypeloop %] |
317 |
[% FOREACH itypeloo IN itypeloop %] |
318 |
[% IF ( itypeloo.value ) == ( item.itype ) %] |
318 |
[% IF ( itypeloo.value ) == ( item.itype ) %] |
319 |
<option value="[% itypeloo.itemtype %]" selected="selected">[% itypeloo.description |html %]</option> |
319 |
<option value="[% itypeloo.itemtype %]" selected="selected">[% itypeloo.description |html %]</option> |
Lines 324-332
Link Here
|
324 |
</select> |
324 |
</select> |
325 |
</li> |
325 |
</li> |
326 |
|
326 |
|
327 |
<li><label for="nonpublic_note_item_[% item.item_id %]">nonpublic_note</label><input type="text" id="nonpublic_note_item_[% item.item_id %]" name="nonpublic_note" value="[% item.nonpublic_note %]"></li> |
327 |
<li><label for="nonpublic_note_item_[% item.item_id %]">nonpublic_note</label><input type="text" id="nonpublic_note_item_[% item.item_id %]" name="nonpublic_note_[% item.biblio_count %]" value="[% item.nonpublic_note %]"></li> |
328 |
<li><label for="public_note_item_[% item.item_id %]">public_note</label><input type="text" id="public_note_item_[% item.item_id %]" name="public_note" value="[% item.public_note %]"></li> |
328 |
<li><label for="public_note_item_[% item.item_id %]">public_note</label><input type="text" id="public_note_item_[% item.item_id %]" name="public_note_[% item.biblio_count %]" value="[% item.public_note %]"></li> |
329 |
<li><label for="loc_item_[% item.item_id %]">loc</label><select id="loc_item_[% item.item_id %]" name="loc"> |
329 |
<li><label for="loc_item_[% item.item_id %]">loc</label><select id="loc_item_[% item.item_id %]" name="loc_[% item.biblio_count %]"> |
330 |
<option value=""> </option> |
330 |
<option value=""> </option> |
331 |
[% FOREACH locationloo IN locationloop %] |
331 |
[% FOREACH locationloo IN locationloop %] |
332 |
[% IF ( locationloo.code ) == (item.loc) %]<option value="[% locationloo.code %]" selected="selected">[% locationloo.description %]</option>[% ELSE %]<option value="[% locationloo.code %]">[% locationloo.description %]</option>[% END %] |
332 |
[% IF ( locationloo.code ) == (item.loc) %]<option value="[% locationloo.code %]" selected="selected">[% locationloo.description %]</option>[% ELSE %]<option value="[% locationloo.code %]">[% locationloo.description %]</option>[% END %] |
Lines 334-350
Link Here
|
334 |
</select> |
334 |
</select> |
335 |
</li> |
335 |
</li> |
336 |
|
336 |
|
337 |
<li><label for="ccode_item_[% item.item_id %]">ccode</label><select id="ccode_item_[% item.item_id %]" name="ccode"> |
337 |
<li><label for="ccode_item_[% item.item_id %]">ccode</label><select id="ccode_item_[% item.item_id %]" name="ccode_[% item.biblio_count %]"> |
338 |
[% FOREACH ccodeloo IN ccodeloop %] |
338 |
[% FOREACH ccodeloo IN ccodeloop %] |
339 |
[% IF ( ccodeloo.code ) == (item.ccode) %]<option value="[% ccodeloo.code %]" selected="selected">[% ccodeloo.description %]</option>[% ELSE %]<option value="[% ccodeloo.code %]">[% ccodeloo.description %]</option>[% END %] |
339 |
[% IF ( ccodeloo.code ) == (item.ccode) %]<option value="[% ccodeloo.code %]" selected="selected">[% ccodeloo.description %]</option>[% ELSE %]<option value="[% ccodeloo.code %]">[% ccodeloo.description %]</option>[% END %] |
340 |
[% END %] |
340 |
[% END %] |
341 |
</select> |
341 |
</select> |
342 |
</li> |
342 |
</li> |
343 |
|
343 |
|
344 |
<li><label for="notforloan_item_[% item.item_id %]">notforloan</label><input type="text" id="notforloan_item_[% item.item_id %]" name="notforloan" value="[% item.notforloan %]"></li> |
344 |
<li><label for="notforloan_item_[% item.item_id %]">notforloan</label><input type="text" id="notforloan_item_[% item.item_id %]" name="notforloan_[% item.biblio_count %]" value="[% item.notforloan %]"></li> |
345 |
<li><label for="uri_item_[% item.item_id %]">uri</label><input type="text" id="uri_item_[% item.item_id %]" name="uri" value="[% item.uri %]"></li> |
345 |
<li><label for="uri_item_[% item.item_id %]">uri</label><input type="text" id="uri_item_[% item.item_id %]" name="uri_[% item.biblio_count %]" value="[% item.uri %]"></li> |
346 |
<li><label for="copyno_item_[% item.item_id %]">copyno</label><input type="text" id="copyno_item_[% item.item_id %]" name="copyno" value="[% item.copyno %]"></li> |
346 |
<li><label for="copyno_item_[% item.item_id %]">copyno</label><input type="text" id="copyno_item_[% item.item_id %]" name="copyno_[% item.biblio_count %]" value="[% item.copyno %]"></li> |
347 |
<li><label for="budget_code_item_[% item.item_id %]">budget_code</label><select id="budget_code_item_[% item.item_id %]" name="budget_code"> |
347 |
<li><label for="budget_code_item_[% item.item_id %]">budget_code</label><select id="budget_code_item_[% item.item_id %]" name="budget_code_[% item.biblio_count %]"> |
348 |
<option value="">Select a fund</option> |
348 |
<option value="">Select a fund</option> |
349 |
[% FOREACH budget_loo IN budget_loop %] |
349 |
[% FOREACH budget_loo IN budget_loop %] |
350 |
[% IF ( budget_loo.b_code ) == ( item.budget_code ) %]<option value="[% budget_loo.b_id %]" selected="selected">[% budget_loo.b_txt %]</option> |
350 |
[% IF ( budget_loo.b_code ) == ( item.budget_code ) %]<option value="[% budget_loo.b_id %]" selected="selected">[% budget_loo.b_txt %]</option> |
Lines 353-359
Link Here
|
353 |
[% END %] |
353 |
[% END %] |
354 |
</select> |
354 |
</select> |
355 |
</li> |
355 |
</li> |
356 |
<li><label for="price_item_[% item.item_id %]">price</label><input type="text" id="price_item_[% item.item_id %]" name="itemprice" value="[% item.itemprice %]"></li> |
356 |
<li><label for="price_item_[% item.item_id %]">price</label><input type="text" id="price_item_[% item.item_id %]" name="itemprice_[% item.biblio_count %]" value="[% item.itemprice %]"></li> |
357 |
</ol> |
357 |
</ol> |
358 |
</fieldset> |
358 |
</fieldset> |
359 |
[% END %] |
359 |
[% END %] |
360 |
- |
|
|