--- loncom/interface/lonsearchcat.pm 2009/02/26 16:17:30 1.305 +++ loncom/interface/lonsearchcat.pm 2009/06/30 14:02:33 1.308 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.305 2009/02/26 16:17:30 schafran Exp $ +# $Id: lonsearchcat.pm,v 1.308 2009/06/30 14:02:33 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2248,8 +2248,7 @@ sub print_sort_form { END - my $start_page = &Apache::loncommon::start_page('Results',$js, - {'no_title' => 1}); + my $start_page = &Apache::loncommon::start_page('Results',$js); my $breadcrumbs= &Apache::lonhtmlcommon::breadcrumbs('Searching','Searching', $env{'form.catalogmode'} ne 'import'); @@ -2487,8 +2486,7 @@ sub run_search { # # Print run_search header # - my $start_page = &Apache::loncommon::start_page('Search Status',undef, - {'no_title' => 1}); + my $start_page = &Apache::loncommon::start_page('Search Status',undef); my $breadcrumbs = &Apache::lonhtmlcommon::breadcrumbs('Searching','Searching', $env{'form.catalogmode'} ne 'import'); @@ -3476,7 +3474,7 @@ sub detailed_citation_view { if (exists($values{'shortabstract'}) && $values{'shortabstract'} ne '') { $result .= '

'.$values{'shortabstract'}.'

'; } - $result .= '
'."\n"; + $result .= '
'."\n"; return $result; } @@ -3528,7 +3526,7 @@ $values{'author'}, $values{'owner'} -- $ $values{'copyrighttag'}
$values{'extrashow'}

-
+
END return $result; } @@ -3561,7 +3559,7 @@ sub compact_view { my $link = &display_url($jumpurl,[1,1,1]); my $result = - $prefix.''; + $prefix.''; if (exists($env{'form.sortfield'}) && $env{'form.sortfield'} !~ /^(default|author|url|title)$/) { my $tmp = $values{$env{'form.sortfield'}}; @@ -3638,7 +3636,7 @@ END } $result .= "\n"; $result .= $values{'extrashow'}; - $result .= '
'."\n"; + $result .= '
'."\n"; return $result; } @@ -3712,7 +3710,7 @@ $prefix $xml $values{'extrashow'} -
+
END return $result; }