version 1.28, 2006/06/28 23:56:09
|
version 1.30, 2006/07/03 00:44:45
|
Line 51 sub handler {
|
Line 51 sub handler {
|
if ((! &Apache::lonnet::allowed('pgc',$env{'request.course.id'}.'/'. |
if ((! &Apache::lonnet::allowed('pgc',$env{'request.course.id'}.'/'. |
$group)) && |
$group)) && |
(! &Apache::lonnet::allowed('vcg',$env{'request.course.id'}))) { |
(! &Apache::lonnet::allowed('vcg',$env{'request.course.id'}))) { |
|
|
return HTTP_NOT_ACCEPTABLE; |
return HTTP_NOT_ACCEPTABLE; |
} |
} |
my %curr_groups = &Apache::longroup::coursegroups($cdom,$cnum,$group); |
my %curr_groups = &Apache::longroup::coursegroups($cdom,$cnum,$group); |
Line 108 sub handler {
|
Line 109 sub handler {
|
{'only_body' => 1, |
{'only_body' => 1, |
'bgcolor' => '#FFFFFF', |
'bgcolor' => '#FFFFFF', |
'js_ready' => 1,}); |
'js_ready' => 1,}); |
# removing the CSS reference for now |
|
# see BUG# 4839 |
|
# to fix, need to either write the whole webpage to the bottom frame |
|
# everytime or store the page in a js variable somewhere. |
|
# although in tryng both of these ideas, the .scroll to |
|
# the bottom seems to fail. |
|
$newstuff =~ s|(<link.*?/>)||; |
|
} |
} |
my @participants=(); |
my @participants=(); |
foreach (@entries) { |
foreach (@entries) { |
Line 183 sub handler {
|
Line 177 sub handler {
|
} |
} |
my $start_page = |
my $start_page = |
&Apache::loncommon::start_page('Chat',undef, |
&Apache::loncommon::start_page('Chat',undef, |
{'redirect' => [5,$refresh_cmd], |
{'redirect' => [5,$refresh_cmd,1], |
'only_body' => 1,}); |
'only_body' => 1,}); |
my $end_page = &Apache::loncommon::end_page(); |
my $end_page = &Apache::loncommon::end_page(); |
$r->print(<<ENDDOCUMENT); |
$r->print(<<ENDDOCUMENT); |