--- loncom/interface/lontemplate.pm 2008/12/17 00:44:53 1.10 +++ 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.10 2008/12/17 00:44:53 ehlerst 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,97 +40,173 @@ 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{ +sub start_columnSection { my ($r) = @_; - $r->print('
'); - } - &print_template($r,$syllabusfields{$field},$message,$allowed); + if($field eq 'aaa_contactinfo') { + $r->print('
'.(&Apache::loncommon::messagewrapper(&mt('Send me a message'),$cnum,$cdom)).''); - $r->print('
'.$content.''); +sub print_end_template { + my ($r) = @_; $r->print('