Lines 287-293
$(document).ready(function() {
Link Here
|
287 |
[% FOREACH item IN serialslis.items %] |
287 |
[% FOREACH item IN serialslis.items %] |
288 |
<div id="item[% item.serialid %][% item.countitems %]" class="items"> |
288 |
<div id="item[% item.serialid %][% item.countitems %]" class="items"> |
289 |
<ol>[% FOREACH iteminformatio IN item.iteminformation %]<li> |
289 |
<ol>[% FOREACH iteminformatio IN item.iteminformation %]<li> |
290 |
<div class="subfield_line" style="[% iteminformatio.hidden %];" id="subfield[% iteminformatio.serialid %][% iteminformatio.countitems %][% iteminformatio.subfield %][% iteminformatio.random %]"> |
290 |
<div class="subfield_line" style="[% iteminformatio.hidden %];" id="subfield[% item.serialid %][% item.countitems %][% iteminformatio.subfield %][% iteminformatio.random %]"> |
291 |
|
291 |
|
292 |
<label>[% iteminformatio.subfield %] - [% IF ( iteminformatio.mandatory ) %]<b>[% END %][% iteminformatio.marc_lib %][% IF ( iteminformatio.mandatory ) %] *</b>[% END %]</label> |
292 |
<label>[% iteminformatio.subfield %] - [% IF ( iteminformatio.mandatory ) %]<b>[% END %][% iteminformatio.marc_lib %][% IF ( iteminformatio.mandatory ) %] *</b>[% END %]</label> |
293 |
[% iteminformatio.marc_value %] |
293 |
[% iteminformatio.marc_value %] |
Lines 297-303
$(document).ready(function() {
Link Here
|
297 |
<input type="hidden" name="subfield" value="[% iteminformatio.subfield %]" /> |
297 |
<input type="hidden" name="subfield" value="[% iteminformatio.subfield %]" /> |
298 |
<input type="hidden" name="mandatory" value="[% iteminformatio.mandatory %]" /> |
298 |
<input type="hidden" name="mandatory" value="[% iteminformatio.mandatory %]" /> |
299 |
[% IF ( iteminformatio.ITEM_SUBFIELDS_ARE_NOT_REPEATABLE ) %] |
299 |
[% IF ( iteminformatio.ITEM_SUBFIELDS_ARE_NOT_REPEATABLE ) %] |
300 |
<span class="buttonPlus" onclick="CloneSubfield('subfield[% iteminformatio.serialid %][% iteminformatio.countitems %][% iteminformatio.subfield %][% iteminformatio.random %]')">+</span> |
300 |
<span class="buttonPlus" onclick="CloneSubfield('subfield[% item.serialid %][% item.countitems %][% iteminformatio.subfield %][% iteminformatio.random %]')">+</span> |
301 |
[% END %] |
301 |
[% END %] |
302 |
|
302 |
|
303 |
</div></li> |
303 |
</div></li> |
Lines 326-332
$(document).ready(function() {
Link Here
|
326 |
<input type="hidden" name="biblionumber" value="[% newserialloo.biblionumber %]" /> |
326 |
<input type="hidden" name="biblionumber" value="[% newserialloo.biblionumber %]" /> |
327 |
<input type="hidden" name="itemcount" value="[% newserialloo.issuesatonce %]" /> |
327 |
<input type="hidden" name="itemcount" value="[% newserialloo.issuesatonce %]" /> |
328 |
<input type="hidden" name="user" value="[% newserialloo.librarian %]" /> |
328 |
<input type="hidden" name="user" value="[% newserialloo.librarian %]" /> |
329 |
Supplemental Issue <input type="text" name="serialseq" value="" size="20" maxlength="100" onchange="if (this.value!=''){unHideItems('items[% newserialloo.subscriptionid %][% newserialloo.serialid %]','label[% newserialloo.subscriptionid %][% newserialloo.serialid %]', '[% newserialloo.serialid %]')} else {HideItems('items[% newserialloo.subscriptionid %][% newserialloo.serialid %]','label[% newserialloo.subscriptionid %][% newserialloo.serialid %]')}" /> |
329 |
Supplemental Issue <input type="text" name="serialseq" id="serialseq[% newserialloo.serialid %]" value="" size="20" maxlength="100" onchange="if (this.value!=''){unHideItems('items[% newserialloo.subscriptionid %][% newserialloo.serialid %]','label[% newserialloo.subscriptionid %][% newserialloo.serialid %]', '[% newserialloo.serialid %]')} else {HideItems('items[% newserialloo.subscriptionid %][% newserialloo.serialid %]','label[% newserialloo.subscriptionid %][% newserialloo.serialid %]')}" /> |
330 |
</td> |
330 |
</td> |
331 |
<td> |
331 |
<td> |
332 |
<input type="text" name="publisheddate" value="[% newserialloo.publisheddate %]" size="10" maxlength="15" /> |
332 |
<input type="text" name="publisheddate" value="[% newserialloo.publisheddate %]" size="10" maxlength="15" /> |
Lines 335-341
$(document).ready(function() {
Link Here
|
335 |
<input type="text" name="planneddate" id="supexpecteddate" value="[% newserialloo.planneddate %]" size="10" maxlength="15" /> |
335 |
<input type="text" name="planneddate" id="supexpecteddate" value="[% newserialloo.planneddate %]" size="10" maxlength="15" /> |
336 |
</td> |
336 |
</td> |
337 |
<td> |
337 |
<td> |
338 |
<select name="status" size="1" id="addstatus[% newserialloo.serialid %]" onchange="if (this.value==2 || this.value==7){changeDate2('[% newserialloo.arriveddate %]')} else {changeDate2('[% newserialloo.planneddate %]')}" > |
338 |
<select name="status" size="1" id="addstatus[% newserialloo.serialid %]" onchange="if (this.value==2){unHideItems('items'+'[% newserialloo.subscriptionid %][% newserialloo.serialid %]','label[% newserialloo.subscriptionid %][% newserialloo.serialid %]','[% newserialloo.serialid %]'); changeDate2('[% newserialloo.arriveddate %]')} else if (this.value==7){changeDate('[% newserialloo.arriveddate %]')} else { HideItems('items'+'[% newserialloo.subscriptionid %]'+[% newserialloo.serialid %],'label[% serialslis.subscriptionid %][% serialslis.serialid %]'); changeDate2('[% serialslis.planneddate %]')}" > |
|
|
339 |
|
339 |
<option value="">----</option> |
340 |
<option value="">----</option> |
340 |
[% IF ( newserialloo.status1 ) %] |
341 |
[% IF ( newserialloo.status1 ) %] |
341 |
<option value="1" selected="selected">Expected</option> |
342 |
<option value="1" selected="selected">Expected</option> |
Lines 389-395
$(document).ready(function() {
Link Here
|
389 |
<div class="cataloguing_additem_itemlist"> |
390 |
<div class="cataloguing_additem_itemlist"> |
390 |
<div id="item[% newserialloo.serialid %][% newserialloo.countitems %]" class="items"> |
391 |
<div id="item[% newserialloo.serialid %][% newserialloo.countitems %]" class="items"> |
391 |
<ol>[% FOREACH iteminformatio IN newserialloo.iteminformation %]<li> |
392 |
<ol>[% FOREACH iteminformatio IN newserialloo.iteminformation %]<li> |
392 |
<div class="subfield_line" style="[% iteminformatio.hidden %];" id="subfield[% iteminformatio.serialid %][% iteminformatio.countitems %][% iteminformatio.subfield %][% iteminformatio.random %]"> |
393 |
<div class="subfield_line" style="[% iteminformatio.hidden %];" id="subfield[% newserialloo.serialid %][% newserialloo.countitems %][% iteminformatio.subfield %][% iteminformatio.random %]"> |
393 |
|
394 |
|
394 |
<label>[% iteminformatio.subfield %] - [% IF ( iteminformatio.mandatory ) %]<b>[% END %][% iteminformatio.marc_lib %][% IF ( iteminformatio.mandatory ) %] *</b>[% END %]</label> |
395 |
<label>[% iteminformatio.subfield %] - [% IF ( iteminformatio.mandatory ) %]<b>[% END %][% iteminformatio.marc_lib %][% IF ( iteminformatio.mandatory ) %] *</b>[% END %]</label> |
395 |
[% iteminformatio.marc_value %] |
396 |
[% iteminformatio.marc_value %] |
Lines 399-405
$(document).ready(function() {
Link Here
|
399 |
<input type="hidden" name="subfield" value="[% iteminformatio.subfield %]" /> |
400 |
<input type="hidden" name="subfield" value="[% iteminformatio.subfield %]" /> |
400 |
<input type="hidden" name="mandatory" value="[% iteminformatio.mandatory %]" /> |
401 |
<input type="hidden" name="mandatory" value="[% iteminformatio.mandatory %]" /> |
401 |
[% IF ( iteminformatio.ITEM_SUBFIELDS_ARE_NOT_REPEATABLE ) %] |
402 |
[% IF ( iteminformatio.ITEM_SUBFIELDS_ARE_NOT_REPEATABLE ) %] |
402 |
<span class="buttonPlus" onclick="CloneSubfield('subfield[% iteminformatio.serialid %][% iteminformatio.countitems %][% iteminformatio.subfield %][% iteminformatio.random %]')">+</span> |
403 |
<span class="buttonPlus" onclick="CloneSubfield('subfield[% newserialloo.serialid %][% newserialloo.countitems %][% iteminformatio.subfield %][% iteminformatio.random %]')">+</span> |
403 |
[% END %] |
404 |
[% END %] |
404 |
</div> |
405 |
</div> |
405 |
</li>[% END %]</ol> |
406 |
</li>[% END %]</ol> |
406 |
- |
|
|