Diff for /loncom/interface/lonsearchcat.pm between versions 1.14 and 1.15

version 1.14, 2001/03/15 14:20:13 version 1.15, 2001/03/15 14:31:05
Line 178  For author-specific metadata, enter in a Line 178  For author-specific metadata, enter in a
 <br>  <br>
 CUSTOMMETADATA  CUSTOMMETADATA
 $scrout.=&simpletextfield('custommetadata',$ENV{'form.custommetadata'});  $scrout.=&simpletextfield('custommetadata',$ENV{'form.custommetadata'});
 $scrout.='<i>initial users of this system do not need to worry about this option</i>';  $scrout.=' <i>initial users of this system do not need to worry about this option</i>';
   
 # ---------------------------------------------------------------- Print screen  # ---------------------------------------------------------------- Print screen
     $r->print(<<ENDDOCUMENT);      $r->print(<<ENDDOCUMENT);
Line 464  onClick="javascript:select_data('$title' Line 464  onClick="javascript:select_data('$title'
 <br>  <br>
 END  END
         $compiledresult.=<<END;          $compiledresult.=<<END;
 <b>URL: </b> $url<br>  <b>URL: </b> <A HREF='res/msu/shh1/poobah1.html'>$url</A><br>
 <b>Title:</b> $title<br>  <b>Title:</b> $title<br>
 <b>Author(s):</b> $author<br>  <b>Author(s):</b> $author<br>
 <b>Subject:</b> $subject<br>  <b>Subject:</b> $subject<br>

Removed from v.1.14  
changed lines
  Added in v.1.15


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