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