--- loncom/homework/structuretags.pm 2007/09/11 23:53:05 1.397 +++ loncom/homework/structuretags.pm 2007/10/17 00:22:51 1.405 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.397 2007/09/11 23:53:05 albertel Exp $ +# $Id: structuretags.pm,v 1.405 2007/10/17 00:22:51 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -92,6 +92,31 @@ sub end_tex { return ''; } +sub homework_js { + return &Apache::loncommon::resize_textarea_js(). + <<'JS'; + +JS +} + sub page_start { my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$name, $extra_head)=@_; @@ -108,13 +133,7 @@ sub page_start { $parstack,$parser,$safeeval); } - $extra_head.= ' - -'; + $extra_head .= &homework_js(); my %body_args; if (defined($found{'html'})) { @@ -139,7 +158,9 @@ function setSubmittedPart (part) { } elsif (!defined($found{'body'}) && $env{'request.state'} eq 'construct') { if ($target eq 'web' || $target eq 'edit') { - # no extra args to bodytag + if ($env{'environment.remote'} ne 'off') { + $body_args{'only_body'} = 1; + } } } elsif (!defined($found{'body'})) { my %add_entries; @@ -339,7 +360,7 @@ sub problem_web_to_edit_header { if (!$Apache::lonhomework::parsing_a_task) { $result.=" -Problem Status: +".&mt("Problem Status:")." -Problem Type: +".&mt("Problem Type:")." -Feedback Mode: +".&mt("Feedback Mode:")." @@ -380,7 +402,7 @@ Feedback Mode: } elsif ($Apache::lonhomework::parsing_a_task) { $result.=" -Problem Status: +".&mt("Problem Status:")."