--- rat/lonratparms.pm 2001/03/03 16:51:38 1.1 +++ rat/lonratparms.pm 2001/07/03 22:37:37 1.6 @@ -13,7 +13,7 @@ # # 3/1 Gerd Kortemeyer) # -# 03/03/01 Gerd Kortemeyer +# 03/03/01,06/15,06/25,06/26,06/30,07/02,07/03 Gerd Kortemeyer # package Apache::lonratparms; @@ -26,18 +26,86 @@ 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 + map { + my $cur=$content{$_}; + if (defined($value{$_})) { $cur=$value{$_}; }; + $r->print(''); + } keys %content; + $r->print( + '
ParameterDefaultValueSet?
'.$display{$_}.'
'.$_. + '
 '.$content{$_}. + 'print(' checked'); } + $r->print('>

'); return OK; }