version 1.101, 2009/02/20 17:45:40
|
version 1.103, 2009/02/24 20:43:57
|
Line 136 sub handler {
|
Line 136 sub handler {
|
# --------------------------------------------------------- The syllabus fields |
# --------------------------------------------------------- The syllabus fields |
my %syllabusfields=&Apache::lonlocal::texthash( |
my %syllabusfields=&Apache::lonlocal::texthash( |
'aaa_contactinfo' => 'Contact Information', |
'aaa_contactinfo' => 'Contact Information', |
'bbb_aboutme' => 'Personal Information Page', |
'bbb_aboutme' => 'Personal Information', |
'ccc_webreferences' => 'Web References'); |
'ccc_webreferences' => 'Web References'); |
|
|
# ------------------------------------------------------------ Get Query String |
# ------------------------------------------------------------ Get Query String |
Line 370 my $image;
|
Line 370 my $image;
|
$r->print('<p>'.&mt('No personal information provided').'.</p>'); |
$r->print('<p>'.&mt('No personal information provided').'.</p>'); |
} |
} |
if($target ne 'tex'){ |
if($target ne 'tex'){ |
$r->print('</blockquote>'); |
#$r->print('</blockquote>'); |
$r->print('</div>'); |
#$r->print('</div>'); |
} |
} |
|
|
if ($env{'request.course.id'} |
if ($env{'request.course.id'} |
Line 391 my $image;
|
Line 391 my $image;
|
&Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom); |
&Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom); |
} |
} |
} |
} |
|
$r->print('</blockquote>'); |
|
$r->print('</div>'); |
if ($target ne 'tex') { |
if ($target ne 'tex') { |
if ($env{'form.popup'}) { |
if ($env{'form.popup'}) { |
$r->print('<p><a href="javascript:window.close()">'.&mt('Close window').'</a>'); |
$r->print('<p><a href="javascript:window.close()">'.&mt('Close window').'</a>'); |