--- loncom/interface/lonpdfupload.pm 2009/05/23 05:26:15 1.11 +++ loncom/interface/lonpdfupload.pm 2009/06/17 13:00:38 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA -# Publication Handler +# PDF Form Upload Handler # -# $Id: lonpdfupload.pm,v 1.11 2009/05/23 05:26:15 onken Exp $ +# $Id: lonpdfupload.pm,v 1.13 2009/06/17 13:00:38 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -65,7 +65,15 @@ sub handler() { $env{'request.uri'}=$r->uri; $r->content_type('text/html'); $r->send_http_header(); - $r->print(&Apache::loncommon::start_page('Upload PDF Form')); + + # Breadcrumbs + my $brcrum = [{'href' => '/pdfupload', + 'text' => 'Upload PDF Form'}]; + + $r->print(&Apache::loncommon::start_page('Upload PDF Form', + undef, + {'bread_crumbs' => $brcrum,}) + ); #load post data into environment &Apache::lonacc::get_posted_cgi($r); @@ -164,7 +172,9 @@ sub get_uploadform() { .'' .&Apache::lonhtmlcommon::row_closure(1) .&Apache::lonhtmlcommon::end_pick_box() + .'
' .'' + .'
' .'' .'".&mt('Wrong username in PDF-File').": $user $domain -> $env{'user.domain'} $env{'user.name'}"; + return '
' + .&mt('Wrong username ([_1]) found in PDF file. Expected username: [_2]' + ,$user.':'.$domain + ,$env{'user.domain'}.':'.$env{'user.name'}) + .'
'; } } elsif($entry =~ /^upload.*/) { @@ -266,6 +273,14 @@ sub grade_pdf { } #$result .= $debug; + $result .= '