--- loncom/interface/lontemplate.pm 2009/12/03 02:13:28 1.41 +++ loncom/interface/lontemplate.pm 2025/01/28 19:49:20 1.52 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.41 2009/12/03 02:13:28 www Exp $ +# $Id: lontemplate.pm,v 1.52 2025/01/28 19:49:20 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -26,11 +26,11 @@ # http://www.lon-capa.org/ # - package Apache::lontemplate; use strict; +use utf8; use Apache::Constants qw(:common); use Apache::loncommon; use Apache::lonnet; @@ -40,9 +40,17 @@ use Apache::lontexconvert; use Apache::lonfeedback; use Apache::lonrss(); use Apache::lonlocal; +use Apache::lonhtmlgateway; use Apache::lonmsgdisplay(); use HTML::Entities(); +use constant { + RICH_TEXT_ALWAYS_ON => 'LC_richAlwaysOn', + RICH_TEXT_ALWAYS_OFF => 'LC_richAlwaysOff', + RICH_TEXT_DEFAULT_ON => 'LC_richDefaultOn', + RICH_TEXT_DETECT_HTML => 'LC_richDetectHtml', + RICH_TEXT_DEFAULT_OFF => 'LC_richDefaultOff' +}; sub start_columnSection { my ($r) = @_; @@ -78,7 +86,7 @@ sub print_aboutme_content_template { &print_template($r,$syllabusfields{$field},$message,$allowed,'LC_Box'); } if($allowed) { - &print_editbox_template($r,$syllabus{$field},$field); + &print_editbox_template($r,$syllabus{$field},$field,$syllabusfields{$field}); } } else { @@ -107,8 +115,12 @@ sub print_template { } sub print_start_template { - my ($r,$topic,$boxclass) = @_; - $r->print('