Lines 122-128
Link Here
|
122 |
$(".change-framework").on("click", function(){ |
122 |
$(".change-framework").on("click", function(){ |
123 |
var frameworkcode = $(this).data("frameworkcode"); |
123 |
var frameworkcode = $(this).data("frameworkcode"); |
124 |
$("#frameworkcode").val( frameworkcode ); |
124 |
$("#frameworkcode").val( frameworkcode ); |
125 |
Changefwk( frameworkcode ); |
125 |
Changefwk(); |
126 |
}); |
126 |
}); |
127 |
}); |
127 |
}); |
128 |
|
128 |
|
Lines 369-375
function GetZ3950Terms(){
Link Here
|
369 |
return strQuery; |
369 |
return strQuery; |
370 |
} |
370 |
} |
371 |
|
371 |
|
372 |
function Changefwk(FwkList) { |
372 |
function Changefwk() { |
373 |
var f = document.f; |
373 |
var f = document.f; |
374 |
f.op.value = "[% op %]"; |
374 |
f.op.value = "[% op %]"; |
375 |
f.biblionumber.value = "[% biblionumberdata %]"; |
375 |
f.biblionumber.value = "[% biblionumberdata %]"; |
376 |
- |
|
|