version 1.21, 2011/12/08 22:10:18
|
version 1.21.4.15, 2024/07/06 16:46:51
|
Line 35 use Apache::lonnet;
|
Line 35 use Apache::lonnet;
|
use Apache::loncommon(); |
use Apache::loncommon(); |
use Apache::lonhtmlcommon(); |
use Apache::lonhtmlcommon(); |
use Apache::lonlocal; |
use Apache::lonlocal; |
use Apache::lonparmset(); |
use Apache::courseclassifier(); |
|
use LONCAPA qw(:DEFAULT :match); |
|
|
sub print_header { |
sub print_header { |
my ($r,$phase,$context,$jscript,$container) = @_; |
my ($r,$phase,$context,$jscript,$container,$instcode,$dom) = @_; |
my ($pagetitle,$brcrumtitle,$action,$call_category_check); |
my ($pagetitle,$brcrumtitle,$action,$call_category_check,$instcode_check, |
|
$crstype,@actions,@code_order); |
|
if ($phase eq 'display') { |
|
@actions = &Apache::loncommon::get_env_multiple('form.actions'); |
|
} |
if ($context eq 'domain') { |
if ($context eq 'domain') { |
($pagetitle, $brcrumtitle) = ('View/Modify Domain Settings','View/Modify Domain Settings'); |
($pagetitle, $brcrumtitle) = ('View/Modify Domain Settings','View/Modify Domain Settings'); |
$action = '/adm/domainprefs'; |
$action = '/adm/domainprefs'; |
if ($phase eq 'display') { |
if ($phase eq 'display') { |
my @actions = &Apache::loncommon::get_env_multiple('form.actions'); |
|
if (grep(/^coursecategories$/,@actions)) { |
if (grep(/^coursecategories$/,@actions)) { |
$call_category_check = qq| |
$call_category_check = qq| |
if (formname == document.display) { |
if (formname == document.display) { |
Line 56 sub print_header {
|
Line 60 sub print_header {
|
} |
} |
} |
} |
} else { |
} else { |
if (&Apache::loncommon::course_type() eq 'Community') { |
$crstype = &Apache::loncommon::course_type(); |
|
if ($crstype eq 'Community') { |
($pagetitle,$brcrumtitle) = ('Community Configuration','Community Configuration'); |
($pagetitle,$brcrumtitle) = ('Community Configuration','Community Configuration'); |
} else { |
} else { |
($pagetitle,$brcrumtitle) = ('Course Configuration','Course Configuration'); |
($pagetitle,$brcrumtitle) = ('Course Configuration','Course Configuration'); |
} |
} |
$action = '/adm/courseprefs'; |
$action = '/adm/courseprefs'; |
|
if ($phase eq 'display') { |
|
if (grep(/^courseinfo$/,@actions)) { |
|
my %codedefaults; |
|
&Apache::lonnet::auto_instcode_defaults($env{'request.role.domain'},\%codedefaults, |
|
\@code_order); |
|
if (@code_order) { |
|
my $noinstcodestr = &mt('You indicated cloning based on category, but did not select any categories.'); |
|
&js_escape(\$noinstcodestr); |
|
$instcode_check = <<"ENDSCRIPT"; |
|
if (formname == document.display) { |
|
if (formname.cloners_instcode.length) { |
|
for (var j=0; j<formname.cloners_instcode.length; j++) { |
|
if (formname.cloners_instcode[j].checked) { |
|
if (formname.cloners_instcode[j].value == 1) { |
|
var codes; |
|
if (document.getElementsByClassName) { |
|
codes = document.getElementsByClassName('LC_cloners_instcodes'); |
|
} else { |
|
codes = getElementsByClassName(document.body,'LC_cloners_instcodes'); |
|
} |
|
if (codes.length) { |
|
var gotcode = 0; |
|
for (var i=0; i<codes.length; i++) { |
|
if (codes[i].selectedIndex != 0) { |
|
gotcode = 1; |
|
break; |
|
} |
|
} |
|
if (!gotcode) { |
|
for (var k=0; k<formname.cloners_instcode.length; k++) { |
|
if (formname.cloners_instcode[k].value == 0) { |
|
formname.cloners_instcode[k].checked = true; |
|
} |
|
} |
|
toggleCloners(document.display.cloners_instcode); |
|
alert('$noinstcodestr'); |
|
return false; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |
|
|
|
ENDSCRIPT |
|
} |
|
} |
|
} |
} |
} |
my $alert = &mt('You must select at least one functionality type to display.'); |
my $alert = &mt('You must select at least one functionality type to display.'); |
|
&js_escape(\$alert); |
my $js = ' |
my $js = ' |
<script type="text/javascript"> |
<script type="text/javascript"> |
// <![CDATA[ |
// <![CDATA[ |
Line 90 function changePage(formname,newphase) {
|
Line 145 function changePage(formname,newphase) {
|
return; |
return; |
} |
} |
} |
} |
'.$call_category_check.' |
'.$instcode_check.$call_category_check.' |
formname.submit(); |
formname.submit(); |
}'."\n"; |
}'."\n"; |
if ($phase eq 'pickactions') { |
if ($phase eq 'pickactions') { |
|
$js .= &Apache::lonhtmlcommon::color_picker(); |
$js .= |
$js .= |
&Apache::lonhtmlcommon::set_form_elements({actions => 'checkbox'})."\n"; |
&Apache::lonhtmlcommon::set_form_elements({actions => 'checkbox'})."\n"; |
} elsif ($phase eq 'display') { |
} elsif ($phase eq 'display') { |
|
$js .= &Apache::lonhtmlcommon::color_picker(); |
$js .= &color_pick_js()."\n"; |
$js .= &color_pick_js()."\n"; |
} |
} |
$js .= &Apache::loncommon::viewport_size_js().' |
$js .= &Apache::loncommon::viewport_size_js().' |
Line 117 $jscript
|
Line 174 $jscript
|
'onload' => "setFormElements(document.pickactions);", |
'onload' => "setFormElements(document.pickactions);", |
); |
); |
$additem = {'add_entries' => \%loaditems,}; |
$additem = {'add_entries' => \%loaditems,}; |
|
} elsif ($phase eq 'display') { |
|
if ($context eq 'domain') { |
|
my $onload; |
|
if (grep(/^coursedefaults$/,@actions)) { |
|
$onload = "toggleDisplay(document.display,'cloneinstcode');". |
|
"toggleDisplay(document.display,'credits');". |
|
"toggleDisplay(document.display,'studentsubmission');"; |
|
} |
|
if (grep(/^selfcreation$/,@actions)) { |
|
my $prefix = 'cancreate_emailverified'; |
|
my $customclass = 'LC_selfcreate_email'; |
|
my $classprefix = 'LC_canmodify_emailusername_'; |
|
my $optionsprefix = 'LC_options_emailusername_'; |
|
$onload .= "toggleRows(document.display,'cancreate_email','selfassign','$customclass','$classprefix','$optionsprefix');"; |
|
my ($othertitle,$usertypes,$types) = &Apache::loncommon::sorted_inst_types($dom); |
|
my $hascustom; |
|
my ($emailrules,$emailruleorder) = &Apache::lonnet::inst_userrules($dom,'email'); |
|
if (ref($emailrules) eq 'HASH') { |
|
if (keys(%{$emailrules}) > 0) { |
|
$hascustom = 'cancreate_emailrule'; |
|
} |
|
} |
|
my @posstypes; |
|
if (ref($types) eq 'ARRAY') { |
|
@posstypes = @{$types}; |
|
push(@posstypes,'default'); |
|
foreach my $type (@posstypes) { |
|
$onload .= "toggleEmailOptions(document.display,'cancreate_emailoptions','$hascustom',". |
|
"'cancreate_emaildomain','$type');"; |
|
} |
|
} else { |
|
$onload .= "toggleEmailOptions(document.display,'cancreate_emailoptions','$hascustom',". |
|
"'cancreate_emaildomain','default');"; |
|
} |
|
} |
|
if (grep(/^contacts$/,@actions)) { |
|
my $customclass = 'LC_helpdesk_override'; |
|
my $optionsprefix = 'LC_options_helpdesk_'; |
|
$onload .= "toggleHelpdeskRow(document.display,'overrides','$customclass','$optionsprefix');"; |
|
} |
|
if (grep(/^wafproxy$/,@actions)) { |
|
$onload .= "toggleWAF();checkWAF();updateWAF();"; |
|
} |
|
if (grep(/^scantron$/,@actions)) { |
|
$onload .= "toggleScantron(document.display);"; |
|
} |
|
if (grep(/^autoupdate$/,@actions)) { |
|
$onload .= "toggleLastActiveDays(document.display);"; |
|
} |
|
if (grep(/^autoenroll$/,@actions)) { |
|
$onload .= "toggleFailsafe(document.display);"; |
|
} |
|
if (grep(/^login$/,@actions)) { |
|
my %domservers = &Apache::lonnet::get_servers($dom); |
|
foreach my $server (sort(keys(%domservers))) { |
|
$onload .= "toggleSamlOptions(document.display,'$server');"; |
|
} |
|
} |
|
if ($onload) { |
|
my %loaditems = ( |
|
'onload' => $onload, |
|
); |
|
$additem = {'add_entries' => \%loaditems,}; |
|
} |
|
} elsif ($context eq 'course') { |
|
my $onload; |
|
if (grep(/^courseinfo$/,@actions)) { |
|
if (@code_order) { |
|
$onload = "courseSet('','load');toggleCloners(document.display.cloners_instcode);"; |
|
} |
|
} |
|
if (grep(/^grading$/,@actions)) { |
|
$onload .= 'toggleGrading(document.display);toggleHiddenTotalsSec(document.display);'; |
|
} |
|
if ($onload) { |
|
my %loaditems = ( |
|
'onload' => $onload, |
|
); |
|
$additem = {'add_entries' => \%loaditems,}; |
|
} |
|
} |
} |
} |
$r->print(&Apache::loncommon::start_page($pagetitle,$js,$additem)); |
$r->print(&Apache::loncommon::start_page($pagetitle,$js,$additem)); |
$r->print(&Apache::lonhtmlcommon::breadcrumbs($brcrumtitle)); |
$r->print(&Apache::lonhtmlcommon::breadcrumbs($brcrumtitle)); |
Line 127 $jscript
|
Line 265 $jscript
|
<input type="hidden" name="pres_value" /> |
<input type="hidden" name="pres_value" /> |
</form> |
</form> |
'); |
'); |
if ($container) { |
|
&Apache::lonparmset::startSettingsScreen($r,$container); |
|
} |
|
$r->print('<form method="post" name="'.$phase.'" action="'.$action.'"'. |
$r->print('<form method="post" name="'.$phase.'" action="'.$action.'"'. |
' enctype="multipart/form-data">'); |
' enctype="multipart/form-data">'); |
return; |
return; |
} |
} |
|
|
sub print_footer { |
sub print_footer { |
my ($r,$phase,$newphase,$button_text,$actions,$container) = @_; |
my ($r,$phase,$newphase,$button_text,$actions,$container,$parm_permission) = @_; |
$button_text = &mt($button_text); |
$button_text = &mt($button_text); |
$r->print('<input type="hidden" name="phase" value="" />'); |
$r->print('<input type="hidden" name="phase" value="" />'); |
if (defined($env{'form.origin'})) { |
if (defined($env{'form.origin'})) { |
Line 151 sub print_footer {
|
Line 286 sub print_footer {
|
} |
} |
my $dest='"javascript:changePage(document.'.$phase.','."'$newphase'".')"'; |
my $dest='"javascript:changePage(document.'.$phase.','."'$newphase'".')"'; |
if ($phase eq 'process') { |
if ($phase eq 'process') { |
$r->print('<p><a href='.$dest.'>'.$button_text.'</a></p>'); |
$r->print( |
|
&Apache::lonhtmlcommon::actionbox( |
|
['<a href='.$dest.'>'.$button_text.'</a>'])); |
} else { |
} else { |
my $onclick; |
my $onclick; |
if ($phase eq 'display') { |
if ($phase eq 'display') { |
Line 159 sub print_footer {
|
Line 296 sub print_footer {
|
} else { |
} else { |
$onclick = '"javascript:changePage(document.'.$phase.','."'$newphase'".')"'; |
$onclick = '"javascript:changePage(document.'.$phase.','."'$newphase'".')"'; |
} |
} |
$r->print('<p><input type="button" name="store" value="'. |
my $showbutton = 1; |
$button_text.'" onclick='.$onclick.' /></p>'); |
if (ref($parm_permission) eq 'HASH') { |
|
unless (($parm_permission->{'process'}) || ($newphase eq 'display')) { |
|
$showbutton = 0; |
|
} |
|
} |
|
if ($showbutton) { |
|
$r->print('<p><input type="button" name="store" value="'. |
|
$button_text.'" onclick='.$onclick.' /></p>'); |
|
} |
} |
} |
if ($phase eq 'process') { |
if ($phase eq 'process') { |
$r->print('</form>'); |
$r->print('</form>'); |
if ($container) { |
|
&Apache::lonparmset::endSettingsScreen($r); |
|
} |
|
$r->print(&Apache::loncommon::end_page()); |
$r->print(&Apache::loncommon::end_page()); |
} |
} |
return; |
return; |
} |
} |
|
|
sub make_changes { |
sub make_changes { |
my ($r,$dom,$phase,$context,$prefs_order,$prefs,$values,$confname,$roles,$allitems,$container) = @_; |
my ($r,$dom,$phase,$context,$prefs_order,$prefs,$values,$confname,$roles, |
|
$allitems,$container,$parm_permission) = @_; |
my %brcrumtext = &get_crumb_text(); |
my %brcrumtext = &get_crumb_text(); |
my @actions = &Apache::loncommon::get_env_multiple('form.actions'); |
my @actions = &Apache::loncommon::get_env_multiple('form.actions'); |
my ($numchanged,%changes,%disallowed); |
my ($numchanged,%changes,%disallowed); |
Line 183 sub make_changes {
|
Line 326 sub make_changes {
|
{href=>"javascript:changePage(document.$phase,'$phase')", |
{href=>"javascript:changePage(document.$phase,'$phase')", |
text=>"Updated"}); |
text=>"Updated"}); |
&print_header($r,$phase,$context,undef,$container); |
&print_header($r,$phase,$context,undef,$container); |
my $crstype; |
my ($crstype,%lastact,$errors); |
if ($context eq 'course') { |
if ($context eq 'course') { |
$crstype = &Apache::loncommon::course_type(); |
$crstype = &Apache::loncommon::course_type(); |
} |
} |
Line 194 sub make_changes {
|
Line 337 sub make_changes {
|
if ($context eq 'domain') { |
if ($context eq 'domain') { |
$r->print('<h3>'.&mt($prefs->{$item}{'text'}).'</h3>'. |
$r->print('<h3>'.&mt($prefs->{$item}{'text'}).'</h3>'. |
&Apache::domainprefs::process_changes($r,$dom, |
&Apache::domainprefs::process_changes($r,$dom, |
$confname,$item,$roles,$values)); |
$confname,$item,$roles,$values,\%lastact)); |
} else { |
} else { |
$changes{$item} = {}; |
$changes{$item} = {}; |
&Apache::courseprefs::process_changes($dom,$item,$values, |
$errors = |
$prefs->{$item},$changes{$item}, |
&Apache::courseprefs::process_changes($dom,$item,$values, |
$allitems,\%disallowed,$crstype); |
$prefs->{$item},$changes{$item}, |
|
$allitems,\%disallowed,$crstype); |
if (keys(%{$changes{$item}}) > 0) { |
if (keys(%{$changes{$item}}) > 0) { |
$numchanged ++; |
$numchanged ++; |
} |
} |
Line 231 sub make_changes {
|
Line 375 sub make_changes {
|
} |
} |
$r->print('</p>'); |
$r->print('</p>'); |
} |
} |
|
if ($errors) { |
|
$r->print('<p>'.$errors.'</p>'); |
|
} |
} |
} |
$r->print('<p>'); |
$r->print('<p>'); |
my $footer_text = 'Back to configuration display'; |
my $footer_text = 'Back to configuration display'; |
if ($context eq 'course') { |
if ($context eq 'course') { |
$footer_text = 'Back to display/edit settings'; |
$footer_text = 'Back to display/edit settings'; |
} |
} |
&print_footer($r,$phase,'display',$footer_text,\@actions,$container); |
&print_footer($r,$phase,'display',$footer_text,\@actions,$container,$parm_permission); |
$r->print('</p>'); |
$r->print('</p>'); |
|
return \%lastact; |
} |
} |
|
|
sub display_settings { |
sub display_settings { |
my ($r,$dom,$phase,$context,$prefs_order,$prefs,$values,$confname,$jscript, |
my ($r,$dom,$phase,$context,$prefs_order,$prefs,$values,$confname,$jscript, |
$allitems,$crstype,$container) = @_; |
$allitems,$crstype,$container,$parm_permission) = @_; |
my %brcrumtext = &get_crumb_text(); |
my %brcrumtext = &get_crumb_text(); |
my @actions = &Apache::loncommon::get_env_multiple('form.actions'); |
my @actions = &Apache::loncommon::get_env_multiple('form.actions'); |
&Apache::lonhtmlcommon::add_breadcrumb |
&Apache::lonhtmlcommon::add_breadcrumb |
({href=>"javascript:changePage(document.$phase,'display')", |
({href=>"javascript:changePage(document.$phase,'display')", |
text=>"Display/Edit Settings"}); |
text=>"Display/Edit Settings"}); |
&print_header($r,$phase,$context,$jscript,$container); |
my $instcode; |
|
if (ref($values) eq 'HASH') { |
|
$instcode = $values->{'internal.coursecode'}; |
|
} |
|
&print_header($r,$phase,$context,$jscript,$container,$instcode,$dom); |
my $divwidth = 900; |
my $divwidth = 900; |
if ((ref($prefs_order) eq 'ARRAY') && (ref($prefs) eq 'HASH') && (ref($values) eq 'HASH')) { |
if ((ref($prefs_order) eq 'ARRAY') && (ref($prefs) eq 'HASH') && (ref($values) eq 'HASH')) { |
if (@actions > 0) { |
if (@actions > 0) { |
Line 259 sub display_settings {
|
Line 411 sub display_settings {
|
if (grep(/^\Q$item\E$/,@actions)) { |
if (grep(/^\Q$item\E$/,@actions)) { |
push(@items,$item); |
push(@items,$item); |
if ($context eq 'domain') { |
if ($context eq 'domain') { |
|
my $settings; |
|
if (ref($values) eq 'HASH') { |
|
$settings = $values->{$item}; |
|
} |
if ($item eq 'usersessions') { |
if ($item eq 'usersessions') { |
$r->print('<script type="text/javascript">'."\n". |
$r->print('<script type="text/javascript">'."\n". |
'// <![CDATA['."\n". |
'// <![CDATA['."\n". |
&Apache::loncommon::check_uncheck_jscript()."\n". |
&Apache::loncommon::check_uncheck_jscript()."\n". |
'// ]]>'."\n". |
'// ]]>'."\n". |
'</script>'."\n"); |
'</script>'."\n"); |
|
} elsif ($item eq 'selfcreation') { |
|
if (ref($values) eq 'HASH') { |
|
$settings = $values->{'usercreation'}; |
|
} |
|
} elsif ($item eq 'defaults') { |
|
if (ref($values->{'inststatus'}) eq 'HASH') { |
|
if (ref($values->{'defaults'}) eq 'HASH') { |
|
$settings = {%{$values->{'inststatus'}},%{$values->{'defaults'}}}; |
|
} else { |
|
$settings = $values->{'inststatus'}; |
|
} |
|
} else { |
|
my ($othertitle,$usertypes,$types) = &Apache::loncommon::sorted_inst_types($dom); |
|
my $inststatus = { |
|
inststatustypes => $usertypes, |
|
inststatusorder => $types, |
|
inststatusguest => [], |
|
}; |
|
if (ref($values->{defaults}) eq 'HASH') { |
|
$settings = {%{$inststatus},%{$values->{'defaults'}}}; |
|
} else { |
|
$settings = $inststatus; |
|
} |
|
} |
} |
} |
($output{$item},$rowtotal{$item}) = |
($output{$item},$rowtotal{$item}) = |
&Apache::domainprefs::print_config_box($r,$dom,$confname, |
&Apache::domainprefs::print_config_box($r,$dom,$confname, |
$phase,$item,$prefs->{$item},$values->{$item}); |
$phase,$item,$prefs->{$item},$settings); |
} else { |
} else { |
($output{$item},$rowtotal{$item}) = |
($output{$item},$rowtotal{$item}) = |
&Apache::courseprefs::print_config_box($r,$dom,$phase, |
&Apache::courseprefs::print_config_box($r,$dom,$confname,$phase, |
$item,$prefs->{$item},$values,$allitems,$crstype); |
$item,$prefs->{$item},$values,$allitems,$crstype,$parm_permission); |
} |
} |
$rowsum += $rowtotal{$item}; |
$rowsum += $rowtotal{$item}; |
} |
} |
Line 282 sub display_settings {
|
Line 462 sub display_settings {
|
$r->print($output{$items[$i]}); |
$r->print($output{$items[$i]}); |
} |
} |
$r->print('</div>'); |
$r->print('</div>'); |
$r->print(&print_footer($r,$phase,'process','Save Changes',\@actions,$container)); |
$r->print(&print_footer($r,$phase,'process','Save Changes',\@actions,$container,$parm_permission)); |
} else { |
} else { |
$r->print('<input type="hidden" name="phase" value="" />'. |
$r->print('<input type="hidden" name="phase" value="" />'. |
'<span class="LC_error">'.&mt('No settings chosen'). |
'<span class="LC_error">'.&mt('No settings chosen'). |
Line 295 sub display_settings {
|
Line 475 sub display_settings {
|
} |
} |
|
|
sub display_choices { |
sub display_choices { |
my ($r,$phase,$context,$prefs_order,$prefs,$container) = @_; |
my ($r,$phase,$context,$prefs_order,$prefs,$container,$parm_permission) = @_; |
if ($phase eq '') { |
if ($phase eq '') { |
$phase = 'pickactions'; |
$phase = 'pickactions'; |
} |
} |
Line 306 sub display_choices {
|
Line 486 sub display_choices {
|
&Apache::loncommon::check_uncheck_jscript()."\n". |
&Apache::loncommon::check_uncheck_jscript()."\n". |
'// ]]>'."\n". |
'// ]]>'."\n". |
'</script>'."\n"); |
'</script>'."\n"); |
$r->print('<h3>'.&mt('Settings to display/modify').'</h3>'. |
my $heading = &mt('Settings to display/modify'); |
|
if (ref($parm_permission) eq 'HASH') { |
|
unless ($parm_permission->{'process'}) { |
|
$heading = &mt('Settings to display'); |
|
} |
|
} |
|
$r->print('<h3>'.$heading.'</h3>'. |
'<div><input type="button" value="'.&mt('check all').'" '. |
'<div><input type="button" value="'.&mt('check all').'" '. |
'onclick="javascript:checkAll(document.pickactions.actions)"'. |
'onclick="javascript:checkAll(document.pickactions.actions)"'. |
' />'.(' 'x2). |
' />'.(' 'x2). |
Line 342 sub display_choices {
|
Line 528 sub display_choices {
|
$thirddiv = 1; |
$thirddiv = 1; |
} |
} |
} |
} |
$r->print('</div><br clear="all" />'); |
|
} |
} |
$r->print(&print_footer($r,$phase,'display','Display',undef,$container)); |
$r->print('</div><div style="padding:0;clear:both;margin:0;border:0"></div>'); |
|
$r->print(&print_footer($r,$phase,'display','Display',undef,$container,$parm_permission)); |
$r->print('</form>'); |
$r->print('</form>'); |
$r->print(&Apache::loncommon::end_page()); |
$r->print(&Apache::loncommon::end_page()); |
return; |
return; |