Diff for /loncom/publisher/lonpubdir.pm between versions 1.58 and 1.59

version 1.58, 2004/01/15 20:22:47 version 1.59, 2004/01/29 00:44:43
Line 222  ENDPUBDIRSCRIPT Line 222  ENDPUBDIRSCRIPT
  $r->print('<h3>'.&mt('Co-Author').': '.$uname.' at '.$udom.   $r->print('<h3>'.&mt('Co-Author').': '.$uname.' at '.$udom.
   '</h3>');    '</h3>');
     }      }
     $r->print(      my $formaction='/priv/'.$uname.'/'.$thisdisfn.'/';
        &Apache::lonhtmlcommon::crumbs($uname.'/'.$thisdisfn.'/','_top','/priv').'<br />');      $formaction=~s/\/+/\//g;
       $r->print('<form name="dirs" method="post" action="'.$formaction
         .'" target="_top">'.
         &Apache::lonhtmlcommon::crumbs($uname.'/'.$thisdisfn.'/','_top','/priv').
         &Apache::lonhtmlcommon::select_recent('construct','recent',
            'this.form.action=this.form.recent.value;this.form.submit()').
         '</form>');
       &Apache::lonhtmlcommon::store_recent('construct',$formaction,$formaction);
 }  }
   
 #  #

Removed from v.1.58  
changed lines
  Added in v.1.59


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