--- loncom/interface/lontemplate.pm 2009/02/13 18:56:13 1.16 +++ loncom/interface/lontemplate.pm 2010/01/31 06:03:55 1.43 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.16 2009/02/13 18:56:13 neumanie Exp $ +# $Id: lontemplate.pm,v 1.43 2010/01/31 06:03:55 faziophi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,93 +43,88 @@ use Apache::lonlocal; 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('
'); - } - if($field eq 'aaa_contactinfo') { - if($allowed){ $r->print('
'.$content.''); +} + +sub print_end_template { + my ($r) = @_; $r->print('