--- loncom/interface/lontrackstudent.pm 2006/01/16 17:34:15 1.17 +++ loncom/interface/lontrackstudent.pm 2006/03/15 19:41:26 1.18 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lontrackstudent.pm,v 1.17 2006/01/16 17:34:15 www Exp $ +# $Id: lontrackstudent.pm,v 1.18 2006/03/15 19:41:26 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -510,11 +510,7 @@ sub handler { bug=>'instructor interface'}); # # Give the LON-CAPA page header - my $html=&Apache::lonxml::xmlbegin(); - $r->print($html.''.&styles().''. - &mt('Student Activity'). - "\n". - &Apache::loncommon::bodytag('Student Activity'). + $r->print(&Apache::loncommon::start_page('Student Activity',&styles()). &Apache::lonhtmlcommon::breadcrumbs(undef,'Student Activity')); $r->rflush(); # @@ -562,7 +558,7 @@ END &Apache::lonhtmlcommon::Close_PrgWin($r,\%prog_state); # $r->print("\n"); - $r->print("\n\n"); + $r->print(&Apache::loncommon::end_page()); $r->rflush(); # return OK;