Diff for /loncom/interface/lonsearchcat.pm between versions 1.9 and 1.10

version 1.9, 2001/03/14 15:26:47 version 1.10, 2001/03/14 16:57:04
Line 388  sub basicsearch { Line 388  sub basicsearch {
 END  END
  $compiledresult.=<<END if $ENV{'form.catalogmode'} eq 'interactive';   $compiledresult.=<<END if $ENV{'form.catalogmode'} eq 'interactive';
 <font size='-1'><INPUT TYPE="button" NAME="returnvalues" VALUE="SELECT"  <font size='-1'><INPUT TYPE="button" NAME="returnvalues" VALUE="SELECT"
 onClick="javascript:select_data('$title','/res/msu/shh1/poobah1.html')">  onClick="javascript:select_data('$title','$url')">
 </font>  </font>
 <br>  <br>
 END  END

Removed from v.1.9  
changed lines
  Added in v.1.10


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