|
Lines 106-112
sub plugin {
Link Here
|
| 106 |
my $to = ( $offset + $resultsperpage > $total ) ? $total : $offset + $resultsperpage; |
106 |
my $to = ( $offset + $resultsperpage > $total ) ? $total : $offset + $resultsperpage; |
| 107 |
|
107 |
|
| 108 |
my $link = |
108 |
my $link = |
| 109 |
"../cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&authtypecode=EDITORS&" |
109 |
"../cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&authtypecode=PERSO_NAME&" |
| 110 |
. join( "&", map { "value=" . $_ } @value ) |
110 |
. join( "&", map { "value=" . $_ } @value ) |
| 111 |
. "&op=do_search&type=intranet&index=$index"; |
111 |
. "&op=do_search&type=intranet&index=$index"; |
| 112 |
|
112 |
|
| 113 |
- |
|
|