Diff for /loncom/interface/lonindexer.pm between versions 1.190 and 1.191

version 1.190, 2009/03/17 20:07:45 version 1.191, 2009/03/17 22:27:44
Line 1021  $r->print ('<input type="hidden" name="a Line 1021  $r->print ('<input type="hidden" name="a
     my $anchor = $curdir;      my $anchor = $curdir;
     $anchor =~ s/\W//g;      $anchor =~ s/\W//g;
     $r->print ('<input type="hidden" name="acts" value="" />');      $r->print ('<input type="hidden" name="acts" value="" />');
     $r->print ('<a name="'.$anchor.'"></a><input src="'.$iconpath.      $r->print ('<a name="'.$anchor.'"></a>');
        'arrow'.($nowOpen ? "open" : "closed" ).'.gif"');              $r->print ('<a href="#" onClick="document.dirpath'.($dnum-1).'.submit()">');
     $r->print (' name="'.$msg.'" type="image" class="LC_icon" />'.              $r->print ('<img src="'.$iconpath.'arrow.'.($nowOpen ? "open" : "closed" ).
                          '.gif" class="LC_icon"');
       $r->print (' name="'.$msg.'" type="image" class="LC_icon" /></a>'.
        "\n");         "\n");
  }   }
 # Filetype icons  # Filetype icons
Line 1059  $r->print ('<input type="hidden" name="a Line 1061  $r->print ('<input type="hidden" name="a
   
  if ($hash{'display_attrs_4'} == 1) {   if ($hash{'display_attrs_4'} == 1) {
     my $author = &Apache::lonnet::metadata($filelink,'author');      my $author = &Apache::lonnet::metadata($filelink,'author');
     $r->print('<td> '.($author eq '' ? '&nbsp;' : $author).      $r->print('<td class="LC_nobreak"> '.($author eq '' ? '&nbsp;' : $author).
       " </td>\n");        " </td>\n");
  }   }
  if ($hash{'display_attrs_5'} == 1) {   if ($hash{'display_attrs_5'} == 1) {

Removed from v.1.190  
changed lines
  Added in v.1.191


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