--- loncom/interface/lontemplate.pm 2009/02/13 18:56:13 1.16
+++ loncom/interface/lontemplate.pm 2009/03/21 21:58:32 1.24
@@ -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.24 2009/03/21 21:58:32 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -58,7 +58,7 @@ sub print_aboutme_content_template{
my ($r,$allowed,$target,$syllabusfields_ref,$syllabus_ref) = @_;
my %syllabusfields = %{$syllabusfields_ref};
my %syllabus = %{$syllabus_ref};
- #&start_ContentBox($r,$allowed);
+
foreach my $field (sort(keys(%syllabusfields))) {
if (($syllabus{$field}) || ($allowed)) {
my $message=$syllabus{$field};
@@ -97,7 +97,7 @@ sub print_aboutme_content_template{
}
}
}
- #&end_ContentBox($r);
+
}
sub start_ContentBox{
@@ -113,21 +113,31 @@ sub end_ContentBox{
sub send_message{
my ($r,$cnum,$cdom) = @_;
- my $image = qq{};
- $r->print('
'.$content.''); + $r->print('
' .$content . '
'); + $r->print('