Lines 142-149
Link Here
|
142 |
|
142 |
|
143 |
function doauth(authid, index, repet){ |
143 |
function doauth(authid, index, repet){ |
144 |
[% IF source == 'auth' %] |
144 |
[% IF source == 'auth' %] |
145 |
var e = document.getElementById("relationship"); |
145 |
var elem = document.getElementById("special_relationship"); |
146 |
var relationship = e.options[e.selectedIndex].value; |
146 |
var relationship = elem.options[elem.selectedIndex].value; |
147 |
|
147 |
|
148 |
jumpfull('blinddetail-biblio-search.pl?authid=' + authid + '&index=' + index + '&repet=' + repet + '&relationship=' + relationship); |
148 |
jumpfull('blinddetail-biblio-search.pl?authid=' + authid + '&index=' + index + '&repet=' + repet + '&relationship=' + relationship); |
149 |
[% ELSE %] |
149 |
[% ELSE %] |
150 |
- |
|
|