Diff for /loncom/publisher/loncfile.pm between versions 1.1 and 1.2

version 1.1, 2001/06/23 18:26:40 version 1.2, 2001/06/23 18:51:32
Line 190  sub handler { Line 190  sub handler {
                '</font></h3>');                 '</font></h3>');
   }    }
   
     if ($ENV{'form.action'} eq 'delete') {
         $r->print('<h3>Delete</h3>');
     } elsif ($ENV{'form.action'} eq 'rename') {
         $r->print('<h3>Rename</h3>');
     } elsif ($ENV{'form.action'} eq 'newdir') {
         $r->print('<h3>New Directory</h3>');
     } elsif ($ENV{'form.action'} eq 'copy') {
         $r->print('<h3>Copy</h3>');
     } else {
        $r->print('<p>Unknown Action</body></html>');
        return OK;  
     }
   if ($ENV{'form.phase'} eq 'two') {    if ($ENV{'form.phase'} eq 'two') {
 #      &phasetwo($r,$fn,$uname,$udom);  #      &phasetwo($r,$fn,$uname,$udom);
   } else {    } else {

Removed from v.1.1  
changed lines
  Added in v.1.2


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