--- loncom/publisher/lonpubdir.pm 2003/12/05 14:26:25 1.47 +++ loncom/publisher/lonpubdir.pm 2003/12/22 19:30:25 1.48 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Directory Lister # -# $Id: lonpubdir.pm,v 1.47 2003/12/05 14:26:25 sakharuk Exp $ +# $Id: lonpubdir.pm,v 1.48 2003/12/22 19:30:25 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -25,19 +25,6 @@ # # http://www.lon-capa.org/ # -# -# (TeX Content Handler -# -# YEAR=2000 -# 05/29/00,05/30,10/11 Gerd Kortemeyer) -# -# 11/28,11/29,11/30,12/01,12/02,12/04,12/23 Gerd Kortemeyer -# YEAR=2001 -# 03/23 Guy Albertelli -# 03/24,03/29 Gerd Kortemeyer) -# 03/31,04/03,05/09,06/23,08/18,08/20 Gerd Kortemeyer -# 12/28 Gerd Kortemeyer -# ### package Apache::lonpubdir; @@ -48,6 +35,7 @@ use File::Copy; use Apache::Constants qw(:common :http :methods); use Apache::loncacc; use Apache::loncommon(); +use Apache::lonhtmlcommon(); use Apache::lonlocal; sub handler { @@ -213,8 +201,7 @@ parent.lastknownpriv='/~$uname/$thisdisf ENDPUBDIRSCRIPT - $r->print('

'.&mt('Construction Space Directory').' '. - $thisdisfn.'/

'. + $r->print('

'.&mt('Construction Space Directory').'

'. ''. $pubdirscript. @@ -234,6 +221,8 @@ ENDPUBDIRSCRIPT $r->print('

'.&mt('Co-Author').': '.$uname.' at '.$udom. '

'); } + $r->print( + &Apache::lonhtmlcommon::crumbs($thisdisfn,'_top','/priv/'.$uname)); } #