--- loncom/interface/lontemplate.pm 2009/02/20 15:09:28 1.18
+++ 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.18 2009/02/20 15:09:28 amueller 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{
@@ -114,23 +114,30 @@ sub end_ContentBox{
sub send_message{
my ($r,$cnum,$cdom) = @_;
my $s;
- my $image = qq{};
- #$r->print('
'.$content.''); $r->print('
' .$content . '
'); $r->print('