Diff for /loncom/publisher/lonpubdir.pm between versions 1.47 and 1.48

version 1.47, 2003/12/05 14:26:25 version 1.48, 2003/12/22 19:30:25
Line 25 Line 25
 #  #
 # http://www.lon-capa.org/  # 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;  package Apache::lonpubdir;
Line 48  use File::Copy; Line 35  use File::Copy;
 use Apache::Constants qw(:common :http :methods);  use Apache::Constants qw(:common :http :methods);
 use Apache::loncacc;  use Apache::loncacc;
 use Apache::loncommon();  use Apache::loncommon();
   use Apache::lonhtmlcommon();
 use Apache::lonlocal;  use Apache::lonlocal;
   
 sub handler {  sub handler {
Line 213  parent.lastknownpriv='/~$uname/$thisdisf Line 201  parent.lastknownpriv='/~$uname/$thisdisf
 </script>  </script>
 ENDPUBDIRSCRIPT  ENDPUBDIRSCRIPT
   
     $r->print('<h1>'.&mt('Construction Space Directory').' <tt>'.      $r->print('<h2>'.&mt('Construction Space Directory').'</h2>'.
       $thisdisfn.'/</tt></h1>'.  
       '<script type="text/javascript">top.document.title = \''.        '<script type="text/javascript">top.document.title = \''.
       $thisdisfn.'/ - LON-CAPA Construction Space\';</script>'.        $thisdisfn.'/ - LON-CAPA Construction Space\';</script>'.
       $pubdirscript.        $pubdirscript.
Line 234  ENDPUBDIRSCRIPT Line 221  ENDPUBDIRSCRIPT
  $r->print('<h3>'.&mt('Co-Author').': '.$uname.' at '.$udom.   $r->print('<h3>'.&mt('Co-Author').': '.$uname.' at '.$udom.
   '</h3>');    '</h3>');
     }      }
       $r->print(
          &Apache::lonhtmlcommon::crumbs($thisdisfn,'_top','/priv/'.$uname));
 }  }
   
 #  #

Removed from v.1.47  
changed lines
  Added in v.1.48


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>