--- rat/lonratparms.pm 2001/03/03 16:51:38 1.1 +++ rat/lonratparms.pm 2001/06/27 15:41:19 1.3 @@ -13,7 +13,7 @@ # # 3/1 Gerd Kortemeyer) # -# 03/03/01 Gerd Kortemeyer +# 03/03/01,06/15,06/25,06/26 Gerd Kortemeyer # package Apache::lonratparms; @@ -26,18 +26,76 @@ sub handler { $r->send_http_header; return OK if $r->header_only; -# --------------------------------------------------- Print login screen header - $r->print(<print(< The LearningOnline Network with CAPA + -

Search Catalog

- - - +

Set Resource Parameters in Map

+
+ + ENDDOCUMENT + my $cur=$content{$_}; + if (defined($value{$_})) { $cur=$value{$_}; } + map { + $r->print(''); + } keys %content; + $r->print( + '
ParameterValueSet?
'.$_. + '

'); return OK; }