Lines 67-74
my $launcher = sub {
Link Here
|
67 |
my ( $params ) = @_; |
67 |
my ( $params ) = @_; |
68 |
my $input = $params->{cgi}; |
68 |
my $input = $params->{cgi}; |
69 |
|
69 |
|
|
|
70 |
my $default008 = biblio_008(); |
70 |
my $index = $input->param('index'); |
71 |
my $index = $input->param('index'); |
71 |
my $result = $input->param('result') || biblio_008(); |
72 |
my $result = $input->param('result') || $default008; |
72 |
my $leader = $input->param('leader'); |
73 |
my $leader = $input->param('leader'); |
73 |
|
74 |
|
74 |
my $material_configuration; |
75 |
my $material_configuration; |
Lines 148-153
my $launcher = sub {
Link Here
|
148 |
result => $result, |
149 |
result => $result, |
149 |
errorXml => $errorXml, |
150 |
errorXml => $errorXml, |
150 |
material_configuration => $material_configuration, |
151 |
material_configuration => $material_configuration, |
|
|
152 |
default008 => $default008, |
151 |
); |
153 |
); |
152 |
output_html_with_http_headers $input, $cookie, $template->output; |
154 |
output_html_with_http_headers $input, $cookie, $template->output; |
153 |
}; |
155 |
}; |