--- loncom/interface/lonsearchcat.pm 2001/03/13 15:36:15 1.8 +++ loncom/interface/lonsearchcat.pm 2001/03/14 16:57:04 1.10 @@ -111,11 +111,11 @@ END
between: CREATIONDATESTART - $scrout.=&dateboxes('creationdatestart'); + $scrout.=&dateboxes('creationdatestart',1,1,1976); $scrout.=<
between: LASTREVISIONDATESTART - $scrout.=&dateboxes('lastrevisiondatestart'); + $scrout.=&dateboxes('lastrevisiondatestart',1,1,1976); $scrout.=< - + @@ -218,7 +218,7 @@ sub dateboxes { +onClick="javascript:select_data('$title','$url')">
END $compiledresult.=<URL: $url
Title: $title
Author(s): $author
Subject: $subject
-Keyword(s): not available yet
+Keyword(s): $keywords
Notes: $notes
Abstract: $shortabstract
MIME Type: $mimetag{$mime}
@@ -413,8 +415,19 @@ END $compiledresult="There were no results that matched your query"; } -# Question... allow to ask question from this page, or click to -# search again? + # make query information persistent to allow for subsequent revision + my $persistent=''; + map { + if (/^form\./ && !/submit/) { + my $name=$_; + my $key=$name; + $name=~s/^form\.//; + $persistent.=< +END + } + } (keys %ENV); + $r->print(< @@ -444,7 +457,9 @@ SCRIPT

Search Catalog

-Revise search request + +$persistent

Search Query