--- rat/lonratparms.pm 2003/02/25 21:49:45 1.14 +++ rat/lonratparms.pm 2003/09/29 14:31:00 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Set parameters inside of the RAT # -# $Id: lonratparms.pm,v 1.14 2003/02/25 21:49:45 albertel Exp $ +# $Id: lonratparms.pm,v 1.16 2003/09/29 14:31:00 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -44,10 +44,12 @@ package Apache::lonratparms; use strict; use Apache::Constants qw(:common); +use Apache::lonhtmlcommon(); +use Apache::lonlocal; sub handler { my $r = shift; - $r->content_type('text/html'); + &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; return OK if $r->header_only; @@ -104,6 +106,13 @@ sub handler { } # --------------------------------------------------- Print input screen header + my $pjump_def = &Apache::lonhtmlcommon::pjump_javascript_definition(); + my $bodytag=&Apache::loncommon::bodytag('Set Resource Parameters in Map'); + my %lt=&Apache::loncommon::texthash('pa' => 'Parameter', + 'de' => 'Default', + 'va' => 'Value', + 'se' => 'Set'); + $r->print(< @@ -116,14 +125,7 @@ sub handler { parmwin.close(); } - function pjump(type,dis,value,marker,ret,call) { - parmwin=window.open("/adm/rat/parameter.html?type="+escape(type) - +"&value="+escape(value)+"&marker="+escape(marker) - +"&return="+escape(ret) - +"&call="+escape(call)+"&name="+escape(dis),"LONCAPAparms", - "height=350,width=350,scrollbars=no,menubar=no"); - - } + $pjump_def function stpr() { eval("document.parameters."+document.parameters.pres_marker.value+ @@ -147,15 +149,16 @@ ENDHEADER } - -

Set Resource Parameters in Map

+$bodytag
- + ENDDOCUMENT + %display=&Apache::lonlocal::texthash(%display); + my $enter=&mt('Enter'); foreach (keys(%content)) { my $cur=$content{$_}; # Should if(defined($value{$_})) be if(exists($value{$_})) ? @@ -164,14 +167,14 @@ ENDDOCUMENT +$enter'); } $r->print( - '
ParameterDefaultValueSet?
$lt{'pa'}$lt{'de'}$lt{'va'}$lt{'se'}?
$display{$_}
$_
 $content{$_}   -Enter print(' checked'); } $r->print('>

'); + '
'); return OK; } 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.