--- loncom/interface/lonsearchcat.pm 2001/04/16 17:11:57 1.95
+++ loncom/interface/lonsearchcat.pm 2001/08/16 02:20:01 1.97
@@ -1,10 +1,11 @@
# The LearningOnline Network
# Search Catalog
#
+# YEAR=2001
# 03/08/2001 Scott Harrison
# Scott Harrison: 03/12/2001, 03/13/2001, 03/14/2001, 03/15/2001, 03/19/2001
# Scott Harrison: 03/20/2001, 03/21/2001, 03/22/2001, 03/26/2001, 03/27/2001
-# Scott Harrison: 04/02/2001
+# Scott Harrison: 04/02/2001, 08/15/2001
#
# Functions
#
@@ -182,8 +183,8 @@ END
$scrout.=&searchphrasefield('Limit by URL','url',
$ENV{'form.url'});
- $scrout.=&searchphrasefield('Limit by version','version',
- $ENV{'form.version'});
+# $scrout.=&searchphrasefield('Limit by version','version',
+# $ENV{'form.version'});
$scrout.=&searchphrasefield('Limit by notes','notes',
$ENV{'form.notes'});
@@ -301,9 +302,9 @@ ENDDOCUMENT
$r->print(' ');
$r->print(&simplecheckbox('titleonly',$ENV{'form.titleonly'}));
$r->print('Title only ');
- $r->print(&simplecheckbox('allversions',$ENV{'form.allversions'}));
+# $r->print(&simplecheckbox('allversions',$ENV{'form.allversions'}));
+# Search historic archives
$r->print(<Search historic archives
@@ -730,6 +731,7 @@ BEGINNING
function select_data(title,url) {
changeTitle(title);
changeURL(url);
+ self.close();
}
function changeTitle(val) {
if (opener.inf.document.forms.resinfo.elements.t) {