version 1.30, 2007/09/26 12:42:32
|
version 1.41.2.1, 2008/05/15 13:50:23
|
Line 68 sub handler {
|
Line 68 sub handler {
|
my %domconfig = |
my %domconfig = |
&Apache::lonnet::get_dom('configuration',['login','rolecolors', |
&Apache::lonnet::get_dom('configuration',['login','rolecolors', |
'quotas','autoenroll','autoupdate','directorysrch', |
'quotas','autoenroll','autoupdate','directorysrch', |
'usercreation','contacts'],$dom); |
'usercreation','usermodification','contacts'],$dom); |
my @prefs_order = ('rolecolors','login','quotas','autoenroll', |
my @prefs_order = ('rolecolors','login','quotas','autoenroll', |
'autoupdate','directorysrch','contacts', |
'autoupdate','directorysrch','contacts', |
'usercreation'); |
'usercreation','usermodification'); |
my %prefs = ( |
my %prefs = ( |
'rolecolors' => |
'rolecolors' => |
{ text => 'Default color schemes', |
{ text => 'Default color schemes', |
Line 127 sub handler {
|
Line 127 sub handler {
|
'usercreation' => |
'usercreation' => |
{ text => 'User creation', |
{ text => 'User creation', |
help => 'Domain_User_Creation', |
help => 'Domain_User_Creation', |
header => [{col1 => 'Setting', |
header => [{col1 => 'Format Rule Type', |
col2 => 'Value',}, |
col2 => 'Format Rules in force'}, |
|
{col1 => 'User account creation', |
|
col2 => 'Usernames which may be created',}, |
{col1 => 'Context', |
{col1 => 'Context', |
col2 => 'Assignable Authentication Types'}], |
col2 => 'Assignable Authentication Types'}], |
}, |
}, |
|
'usermodification' => |
|
{ text => 'User modification', |
|
help => 'Domain_User_Modification', |
|
header => [{col1 => 'Target user has role', |
|
col2 => 'User information updateable in author context'}, |
|
{col1 => 'Target user has role', |
|
col2 => 'User information updateable in course context'}], |
|
}, |
); |
); |
my @roles = ('student','coordinator','author','admin'); |
my @roles = ('student','coordinator','author','admin'); |
my @actions = &Apache::loncommon::get_env_multiple('form.actions'); |
my @actions = &Apache::loncommon::get_env_multiple('form.actions'); |
Line 237 sub handler {
|
Line 247 sub handler {
|
my @ids=&Apache::lonnet::current_machine_ids(); |
my @ids=&Apache::lonnet::current_machine_ids(); |
if (!grep(/^\Q$primarylibserv\E$/,@ids)) { |
if (!grep(/^\Q$primarylibserv\E$/,@ids)) { |
my %designhash = &Apache::loncommon::get_domainconf($dom); |
my %designhash = &Apache::loncommon::get_domainconf($dom); |
my @loginimages = ('img','logo','domlogo'); |
my @loginimages = ('img','logo','domlogo','login'); |
my $custom_img_count = 0; |
my $custom_img_count = 0; |
foreach my $img (@loginimages) { |
foreach my $img (@loginimages) { |
if ($designhash{$dom.'.login.'.$img} ne '') { |
if ($designhash{$dom.'.login.'.$img} ne '') { |
Line 271 sub handler {
|
Line 281 sub handler {
|
' /> '. |
' /> '. |
'<input type="button" value="uncheck all" '. |
'<input type="button" value="uncheck all" '. |
'onclick="javascript:uncheckAll(document.pickactions.actions)"'. |
'onclick="javascript:uncheckAll(document.pickactions.actions)"'. |
' /></p>'); |
' /></p><div class="LC_left_float">'); |
|
my ($numitems,$midpoint,$seconddiv,$count); |
|
$numitems = @prefs_order; |
|
$midpoint = int($numitems/2); |
|
if ($numitems%2) { |
|
$midpoint ++; |
|
} |
|
$count = 0; |
foreach my $item (@prefs_order) { |
foreach my $item (@prefs_order) { |
$r->print('<p><label><input type="checkbox" name="actions" value="'.$item.'" /> '.$prefs{$item}->{'text'}.'</label></p>'); |
$r->print('<h4><label><input type="checkbox" name="actions" value="'.$item.'" /> '.$prefs{$item}->{'text'}.'</label></h4>'); |
|
$count ++; |
|
if ((!$seconddiv) && ($count >= $midpoint)) { |
|
$r->print('</div>'."\n".'<div class="LC_left_float">'."\n"); |
|
$seconddiv = 1; |
|
} |
} |
} |
$r->print('<h3>'.&mt('Display options').'</h3>'."\n". |
$r->print('</div><div class="LC_clear_float_footer"></div><h3>'. |
|
&mt('Display options').'</h3>'."\n". |
'<p><span class="LC_nobreak">'.&mt('Display using: ')."\n". |
'<p><span class="LC_nobreak">'.&mt('Display using: ')."\n". |
'<label><input type="radio" name="numcols" value="1">'. |
'<label><input type="radio" name="numcols" value="1">'. |
&mt('one column').'</label> '. |
&mt('one column').'</label> '. |
Line 306 sub process_changes {
|
Line 329 sub process_changes {
|
$output = &modify_directorysrch($dom,%domconfig); |
$output = &modify_directorysrch($dom,%domconfig); |
} elsif ($action eq 'usercreation') { |
} elsif ($action eq 'usercreation') { |
$output = &modify_usercreation($dom,%domconfig); |
$output = &modify_usercreation($dom,%domconfig); |
|
} elsif ($action eq 'usermodification') { |
|
$output = &modify_usermodification($dom,%domconfig); |
} elsif ($action eq 'contacts') { |
} elsif ($action eq 'contacts') { |
$output = &modify_contacts($dom,%domconfig); |
$output = &modify_contacts($dom,%domconfig); |
} |
} |
Line 327 sub print_config_box {
|
Line 352 sub print_config_box {
|
# </tr>'); |
# </tr>'); |
$rowtotal ++; |
$rowtotal ++; |
if (($action eq 'autoupdate') || ($action eq 'rolecolors') || |
if (($action eq 'autoupdate') || ($action eq 'rolecolors') || |
($action eq 'usercreation')) { |
($action eq 'usercreation') || ($action eq 'usermodification')) { |
my $colspan = ($action eq 'rolecolors')?' colspan="2"':''; |
my $colspan = ($action eq 'rolecolors')?' colspan="2"':''; |
$output .= ' |
$output .= ' |
<tr> |
<tr> |
Line 341 sub print_config_box {
|
Line 366 sub print_config_box {
|
if ($action eq 'autoupdate') { |
if ($action eq 'autoupdate') { |
$output .= &print_autoupdate('top',$dom,$settings,\$rowtotal); |
$output .= &print_autoupdate('top',$dom,$settings,\$rowtotal); |
} elsif ($action eq 'usercreation') { |
} elsif ($action eq 'usercreation') { |
$output .= &print_usercreation('top',$dom,$settings,\$rowtotal); |
$output .= &print_usercreation('top',$dom,$settings,\$rowtotal); |
|
} elsif ($action eq 'usermodification') { |
|
$output .= &print_usermodification('top',$dom,$settings,\$rowtotal); |
} else { |
} else { |
$output .= &print_rolecolors($phase,'student',$dom,$confname,$settings,\$rowtotal); |
$output .= &print_rolecolors($phase,'student',$dom,$confname,$settings,\$rowtotal); |
} |
} |
Line 360 sub print_config_box {
|
Line 387 sub print_config_box {
|
if ($action eq 'autoupdate') { |
if ($action eq 'autoupdate') { |
$output .= &print_autoupdate('bottom',$dom,$settings,\$rowtotal); |
$output .= &print_autoupdate('bottom',$dom,$settings,\$rowtotal); |
} elsif ($action eq 'usercreation') { |
} elsif ($action eq 'usercreation') { |
$output .= &print_usercreation('bottom',$dom,$settings,\$rowtotal); |
$output .= &print_usercreation('middle',$dom,$settings,\$rowtotal).' |
|
</table> |
|
</td> |
|
</tr> |
|
<tr> |
|
<td> |
|
<table class="LC_nested"> |
|
<tr class="LC_info_row"> |
|
<td class="LC_left_item"'.$colspan.'>'.$item->{'header'}->[2]->{'col1'}.'</td> |
|
<td class="LC_right_item">'.$item->{'header'}->[2]->{'col2'}.'</td> </tr>'. |
|
&print_usercreation('bottom',$dom,$settings,\$rowtotal); |
|
$rowtotal ++; |
|
} elsif ($action eq 'usermodification') { |
|
$output .= &print_usermodification('bottom',$dom,$settings,\$rowtotal); |
} else { |
} else { |
$output .= &print_rolecolors($phase,'coordinator',$dom,$confname,$settings,\$rowtotal).' |
$output .= &print_rolecolors($phase,'coordinator',$dom,$confname,$settings,\$rowtotal).' |
</table> |
</table> |
Line 460 function changePage(formname,newphase) {
|
Line 500 function changePage(formname,newphase) {
|
} elsif ($phase eq 'display') { |
} elsif ($phase eq 'display') { |
$js .= &color_pick_js()."\n"; |
$js .= &color_pick_js()."\n"; |
} |
} |
$js .= &Apache::lonhtmlcommon::javascript_window_dims().' |
$js .= &Apache::loncommon::viewport_size_js().' |
</script> |
</script> |
'; |
'; |
my $additem; |
my $additem; |
if ($phase eq 'pickactions') { |
if ($phase eq 'pickactions') { |
my %loaditems = ( |
my %loaditems = ( |
'onload' => "javascript:;getDimensions(document.$phase.width,document.$phase.height);setDisplayColumns();setFormElements(document.pickactions);", |
'onload' => "javascript:getViewportDims(document.$phase.width,document.$phase.height);setDisplayColumns();setFormElements(document.pickactions);", |
); |
); |
$additem = {'add_entries' => \%loaditems,}; |
$additem = {'add_entries' => \%loaditems,}; |
} else { |
} else { |
my %loaditems = ( |
my %loaditems = ( |
'onload' => "javascript:getDimensions(document.$phase.width,document.$phase.height)", |
'onload' => "javascript:getViewportDims(document.$phase.width,document.$phase.height);", |
); |
); |
$additem = {'add_entries' => \%loaditems,}; |
$additem = {'add_entries' => \%loaditems,}; |
} |
} |
Line 528 sub print_footer {
|
Line 568 sub print_footer {
|
sub print_login { |
sub print_login { |
my ($dom,$confname,$phase,$settings,$rowtotal) = @_; |
my ($dom,$confname,$phase,$settings,$rowtotal) = @_; |
my %choices = &login_choices(); |
my %choices = &login_choices(); |
my ($catalogon,$catalogoff,$adminmailon,$adminmailoff); |
my ($catalogon,$catalogoff,$adminmailon,$adminmailoff,$loginheader); |
$catalogon = ' checked="checked" '; |
$catalogon = ' checked="checked" '; |
$adminmailoff = ' checked="checked" '; |
$adminmailoff = ' checked="checked" '; |
my @images = ('img','logo','domlogo'); |
$loginheader = 'image'; |
|
my @images = ('img','logo','domlogo','login'); |
|
my @logintext = ('textcol','bgcol'); |
my @bgs = ('pgbg','mainbg','sidebg'); |
my @bgs = ('pgbg','mainbg','sidebg'); |
my @links = ('link','alink','vlink'); |
my @links = ('link','alink','vlink'); |
my %designhash = &Apache::loncommon::get_domainconf($dom); |
my %designhash = &Apache::loncommon::get_domainconf($dom); |
Line 546 sub print_login {
|
Line 588 sub print_login {
|
foreach my $item (@bgs) { |
foreach my $item (@bgs) { |
$defaults{'bgs'}{$item} = $defaultdesign{'login.'.$item}; |
$defaults{'bgs'}{$item} = $defaultdesign{'login.'.$item}; |
} |
} |
|
foreach my $item (@logintext) { |
|
$defaults{'logintext'}{$item} = $defaultdesign{'login.'.$item}; |
|
} |
foreach my $item (@links) { |
foreach my $item (@links) { |
$defaults{'links'}{$item} = $defaultdesign{'login.'.$item}; |
$defaults{'links'}{$item} = $defaultdesign{'login.'.$item}; |
} |
} |
Line 564 sub print_login {
|
Line 609 sub print_login {
|
$is_custom{$item} = 1; |
$is_custom{$item} = 1; |
} |
} |
} |
} |
|
foreach my $item (@logintext) { |
|
if ($settings->{$item} ne '') { |
|
$designs{'logintext'}{$item} = $settings->{$item}; |
|
$is_custom{$item} = 1; |
|
} |
|
} |
|
if ($settings->{'loginheader'} ne '') { |
|
$loginheader = $settings->{'loginheader'}; |
|
} |
if ($settings->{'font'} ne '') { |
if ($settings->{'font'} ne '') { |
$designs{'font'} = $settings->{'font'}; |
$designs{'font'} = $settings->{'font'}; |
$is_custom{'font'} = 1; |
$is_custom{'font'} = 1; |
Line 606 sub print_login {
|
Line 660 sub print_login {
|
} |
} |
my %alt_text = &Apache::lonlocal::texthash ( img => 'Log-in banner', |
my %alt_text = &Apache::lonlocal::texthash ( img => 'Log-in banner', |
logo => 'Institution Logo', |
logo => 'Institution Logo', |
domlogo => 'Domain Logo'); |
domlogo => 'Domain Logo', |
|
login => 'Login box'); |
my $itemcount = 1; |
my $itemcount = 1; |
my $css_class = $itemcount%2?' class="LC_odd_row"':''; |
my $css_class = $itemcount%2?' class="LC_odd_row"':''; |
my $datatable = |
my $datatable = |
Line 627 sub print_login {
|
Line 682 sub print_login {
|
'<label><input type="radio" name="adminmail"'. |
'<label><input type="radio" name="adminmail"'. |
$adminmailoff.'value="0" />'.&mt('No').'</label></span></td></tr>'; |
$adminmailoff.'value="0" />'.&mt('No').'</label></span></td></tr>'; |
$itemcount ++; |
$itemcount ++; |
$datatable .= &display_color_options($dom,$confname,$phase,'login',$itemcount,\%choices,\%is_custom,\%defaults,\%designs,\@images,\@bgs,\@links,\%alt_text,$rowtotal); |
$datatable .= &display_color_options($dom,$confname,$phase,'login',$itemcount,\%choices,\%is_custom,\%defaults,\%designs,\@images,\@bgs,\@links,\%alt_text,$rowtotal,\@logintext,$loginheader); |
$datatable .= '</tr></table></td></tr>'; |
$datatable .= '</tr></table></td></tr>'; |
return $datatable; |
return $datatable; |
} |
} |
Line 640 sub login_choices {
|
Line 695 sub login_choices {
|
img => "Header", |
img => "Header", |
logo => "Main Logo", |
logo => "Main Logo", |
domlogo => "Domain Logo", |
domlogo => "Domain Logo", |
|
login => "Log-in Header", |
|
textcol => "Text color", |
|
bgcol => "Box color", |
bgs => "Background colors", |
bgs => "Background colors", |
links => "Link colors", |
links => "Link colors", |
font => "Font color", |
font => "Font color", |
Line 727 sub print_rolecolors {
|
Line 785 sub print_rolecolors {
|
|
|
sub display_color_options { |
sub display_color_options { |
my ($dom,$confname,$phase,$role,$itemcount,$choices,$is_custom,$defaults,$designs, |
my ($dom,$confname,$phase,$role,$itemcount,$choices,$is_custom,$defaults,$designs, |
$images,$bgs,$links,$alt_text,$rowtotal) = @_; |
$images,$bgs,$links,$alt_text,$rowtotal,$logintext,$loginheader) = @_; |
my $css_class = $itemcount%2?' class="LC_odd_row"':''; |
my $css_class = $itemcount%2?' class="LC_odd_row"':''; |
my $datatable = '<tr'.$css_class.'>'. |
my $datatable = '<tr'.$css_class.'>'. |
'<td>'.$choices->{'font'}.'</td>'; |
'<td>'.$choices->{'font'}.'</td>'; |
Line 749 sub display_color_options {
|
Line 807 sub display_color_options {
|
$css_class = $itemcount%2?' class="LC_odd_row"':''; |
$css_class = $itemcount%2?' class="LC_odd_row"':''; |
$datatable .= '<tr'.$css_class.'>'. |
$datatable .= '<tr'.$css_class.'>'. |
'<td>'.$choices->{$img}.'</td>'; |
'<td>'.$choices->{$img}.'</td>'; |
my ($imgfile, $img_import); |
my ($imgfile,$img_import,$login_hdr_pick,$logincolors); |
if ($designs->{$img} ne '') { |
if ($designs->{$img} ne '') { |
$imgfile = $designs->{$img}; |
$imgfile = $designs->{$img}; |
$img_import = ($imgfile =~ m{^/adm/}); |
$img_import = ($imgfile =~ m{^/adm/}); |
} else { |
} else { |
$imgfile = $defaults->{$img}; |
$imgfile = $defaults->{$img}; |
} |
} |
|
if ($img eq 'login') { |
|
$login_hdr_pick = &login_header_options($img,$role,$defaults,$is_custom,$choices, |
|
$loginheader); |
|
$logincolors = |
|
&login_text_colors($img,$role,$logintext,$phase,$choices,$designs); |
|
} |
if ($imgfile) { |
if ($imgfile) { |
my ($showfile,$fullsize); |
my ($showfile,$fullsize); |
if ($imgfile =~ m-^(/res/\Q$dom\E/\Q$confname\E/\Q$img\E)/([^/]+)$-) { |
if ($imgfile =~ m-^(/res/\Q$dom\E/\Q$confname\E/\Q$img\E)/([^/]+)$-) { |
Line 796 sub display_color_options {
|
Line 860 sub display_color_options {
|
} |
} |
} |
} |
if ($showfile) { |
if ($showfile) { |
$showfile = &Apache::loncommon::lonhttpdurl($showfile); |
if ($showfile =~ m{^/(adm|res)/}) { |
$fullsize = &Apache::loncommon::lonhttpdurl($imgfile); |
if ($showfile =~ m{^/res/}) { |
$datatable.= '<td>'; |
my $local_showfile = |
if (!$is_custom->{$img}) { |
&Apache::lonnet::filelocation('',$showfile); |
$datatable .= &mt('Default in use:').'<br />'; |
&Apache::lonnet::repcopy($local_showfile); |
} |
} |
if ($img_import) { |
$showfile = &Apache::loncommon::lonhttpdurl($showfile); |
$datatable.= '<input type="hidden" name="'.$role.'_import_'.$img.'" value="'.$imgfile.'" />'; |
} |
} |
if ($imgfile) { |
$datatable.= '<a href="'.$fullsize.'" target="_blank"><img src="'. |
if ($imgfile =~ m{^/(adm|res)/}) { |
$showfile.'" alt="'.$alt_text->{$img}. |
if ($imgfile =~ m{^/res/}) { |
'" border="0" /></a></td>'; |
my $local_imgfile = |
if ($is_custom->{$img}) { |
&Apache::lonnet::filelocation('',$imgfile); |
$datatable.='<td><span class="LC_nobreak"><label><input type="checkbox" name="'. |
&Apache::lonnet::repcopy($local_imgfile); |
$role.'_del_'.$img.'" value="1" />'.&mt('Delete?'). |
} |
'</label> '.&mt('Replace:').'</span><br />'; |
$fullsize = &Apache::loncommon::lonhttpdurl($imgfile); |
} else { |
} else { |
$datatable.='<td valign="bottom">'.&mt('Upload:').'<br />'; |
$fullsize = $imgfile; |
|
} |
|
} |
|
$datatable .= '<td>'; |
|
if ($img eq 'login') { |
|
$datatable .= $login_hdr_pick; |
} |
} |
|
$datatable .= &image_changes($is_custom->{$img},$alt_text->{$img},$img_import, |
|
$showfile,$fullsize,$role,$img,$imgfile,$logincolors); |
} else { |
} else { |
$datatable .= '<td colspan="2" class="LC_right_item"><br />'. |
$datatable .= '<td colspan="2" class="LC_right_item"><br />'. |
&mt('Upload:'); |
&mt('Upload:'); |
Line 854 sub display_color_options {
|
Line 925 sub display_color_options {
|
$datatable .= ' <span id="css_'.$role.'_'.$item.'" style="background-color: '.$designs->{'bgs'}{$item}.';"> </span>'; |
$datatable .= ' <span id="css_'.$role.'_'.$item.'" style="background-color: '.$designs->{'bgs'}{$item}.';"> </span>'; |
} |
} |
$datatable .= '<br /><input type="text" size="8" name="'.$role.'_'.$item.'" value="'.$designs->{'bgs'}{$item}. |
$datatable .= '<br /><input type="text" size="8" name="'.$role.'_'.$item.'" value="'.$designs->{'bgs'}{$item}. |
'" onblur = "javascript:document.display.css_'.$role.'_'.$item.'.style.background-color = document.display.'.$role.'_'.$item.'.value;"/></td>'; |
'" onblur = "javascript:colchg_span('."'css_".$role.'_'.$item."'".',this);" /></td>'; |
} |
} |
$datatable .= '</tr></table></td></tr>'; |
$datatable .= '</tr></table></td></tr>'; |
$itemcount ++; |
$itemcount ++; |
Line 888 sub display_color_options {
|
Line 959 sub display_color_options {
|
return $datatable; |
return $datatable; |
} |
} |
|
|
|
sub login_header_options { |
|
my ($img,$role,$defaults,$is_custom,$choices,$loginheader) = @_; |
|
my $image_checked = ' checked="checked" '; |
|
my $text_checked = ' '; |
|
if ($loginheader eq 'text') { |
|
$image_checked = ' '; |
|
$text_checked = ' checked="checked" '; |
|
} |
|
my $output = '<span class="LC_nobreak"><label><input type="radio" name="'. |
|
'loginheader" value="image" '.$image_checked.'/>'. |
|
&mt('use image').'</label> '. |
|
'<label><input type="radio" name="loginheader" value="text"'. |
|
$text_checked.'/>'.&mt('use text').'</label><br />'."\n"; |
|
if ((!$is_custom->{'textcol'}) || (!$is_custom->{'bgcol'})) { |
|
$output .= &mt('Text default(s)').':<br />'; |
|
if (!$is_custom->{'textcol'}) { |
|
$output .= $choices->{'textcol'}.': '.$defaults->{'logintext'}{'textcol'}. |
|
' '; |
|
} |
|
if (!$is_custom->{'bgcol'}) { |
|
$output .= $choices->{'bgcol'}.': '. |
|
'<span id="css_'.$role.'_font" style="background-color: '. |
|
$defaults->{'logintext'}{'bgcol'}.';"> </span>'; |
|
} |
|
$output .= '<br />'; |
|
} |
|
$output .='<br />'; |
|
return $output; |
|
} |
|
|
|
sub login_text_colors { |
|
my ($img,$role,$logintext,$phase,$choices,$designs) = @_; |
|
my $color_menu = '<table border="0"><tr>'; |
|
foreach my $item (@{$logintext}) { |
|
my $link = &color_pick($phase,$role,$item,$choices->{$item},$designs->{'logintext'}{$item}); |
|
$color_menu .= '<td align="center">'.$link; |
|
if ($designs->{'logintext'}{$item}) { |
|
$color_menu .= ' <span id="css_'.$role.'_'.$item.'" style="background-color: '.$designs->{'logintext'}{$item}.';"> </span>'; |
|
} |
|
$color_menu .= '<br /><input type="text" size="8" name="'.$role.'_'.$item.'" value="'. |
|
$designs->{'logintext'}{$item}.'" onblur = "javascript:colchg_span('."'css_".$role.'_'.$item."'".',this);" /></td>'. |
|
'<td> </td>'; |
|
} |
|
$color_menu .= '</tr></table><br />'; |
|
return $color_menu; |
|
} |
|
|
|
sub image_changes { |
|
my ($is_custom,$alt_text,$img_import,$showfile,$fullsize,$role,$img,$imgfile,$logincolors) = @_; |
|
my $output; |
|
if (!$is_custom) { |
|
if ($img eq 'login') { |
|
$output .= &mt('Default image:').'<br />'; |
|
} else { |
|
$output .= &mt('Default in use:').'<br />'; |
|
} |
|
} |
|
if ($img_import) { |
|
$output .= '<input type="hidden" name="'.$role.'_import_'.$img.'" value="'.$imgfile.'" />'; |
|
} |
|
$output .= '<a href="'.$fullsize.'" target="_blank"><img src="'. |
|
$showfile.'" alt="'.$alt_text.'" border="0" /></a></td>'; |
|
if ($is_custom) { |
|
$output .= '<td>'.$logincolors.'<span class="LC_nobreak"><label>'. |
|
'<input type="checkbox" name="'. |
|
$role.'_del_'.$img.'" value="1" />'.&mt('Delete?'). |
|
'</label> '.&mt('Replace:').'</span><br />'; |
|
} else { |
|
$output .= '<td valign="bottom">'.$logincolors.&mt('Upload:').'<br />'; |
|
} |
|
return $output; |
|
} |
|
|
sub color_pick { |
sub color_pick { |
my ($phase,$role,$item,$desc,$curcol) = @_; |
my ($phase,$role,$item,$desc,$curcol) = @_; |
my $link = '<a href="javascript:pjump('."'color_custom','".$desc. |
my $link = '<a href="javascript:pjump('."'color_custom','".$desc. |
Line 919 sub color_pick_js {
|
Line 1063 sub color_pick_js {
|
document.parmform.pres_marker.value=''; |
document.parmform.pres_marker.value=''; |
} |
} |
} |
} |
|
|
|
function get_id (span_id) { |
|
if (document.getElementById) { |
|
return document.getElementById(span_id); |
|
} |
|
if (document.all) { |
|
return document.all[span_id]; |
|
} |
|
return false; |
|
} |
|
|
|
function colchg_span (span_id_str,new_color_item) { |
|
var span_ref = get_id(span_id_str); |
|
if (span_ref.style) { span_ref = span_ref.style; } |
|
span_ref.background = new_color_item.value; |
|
span_ref.backgroundColor = new_color_item.value; |
|
span_ref.bgColor = new_color_item.value; |
|
} |
|
|
ENDCOL |
ENDCOL |
return $output; |
return $output; |
} |
} |
Line 995 sub print_autoenroll {
|
Line 1158 sub print_autoenroll {
|
} |
} |
} |
} |
my $domform = &Apache::loncommon::select_dom_form($defdom,'sender_domain',1); |
my $domform = &Apache::loncommon::select_dom_form($defdom,'sender_domain',1); |
|
my $notif_sender; |
|
if (ref($settings) eq 'HASH') { |
|
$notif_sender = $settings->{'sender_uname'}; |
|
} |
my $datatable='<tr class="LC_odd_row">'. |
my $datatable='<tr class="LC_odd_row">'. |
'<td>'.&mt('Auto-enrollment active?').'</td>'. |
'<td>'.&mt('Auto-enrollment active?').'</td>'. |
'<td class="LC_right_item"><span class="LC_nobreak"><label>'. |
'<td class="LC_right_item"><span class="LC_nobreak"><label>'. |
Line 1007 sub print_autoenroll {
|
Line 1174 sub print_autoenroll {
|
'</td><td class="LC_right_item"><span class="LC_nobreak">'. |
'</td><td class="LC_right_item"><span class="LC_nobreak">'. |
&mt('username').': '. |
&mt('username').': '. |
'<input type="text" name="sender_uname" value="'. |
'<input type="text" name="sender_uname" value="'. |
$settings->{'sender_uname'}. |
$notif_sender.'" size="10" /> '.&mt('domain'). |
'" size="10" /> '.&mt('domain'). |
|
': '.$domform.'</span></td></tr>'; |
': '.$domform.'</span></td></tr>'; |
$$rowtotal += 2; |
$$rowtotal += 2; |
return $datatable; |
return $datatable; |
Line 1056 sub print_autoupdate {
|
Line 1222 sub print_autoupdate {
|
my ($othertitle,$usertypes,$types) = &sorted_inst_types($dom); |
my ($othertitle,$usertypes,$types) = &sorted_inst_types($dom); |
my @fields = ('lastname','firstname','middlename','gen', |
my @fields = ('lastname','firstname','middlename','gen', |
'permanentemail','id'); |
'permanentemail','id'); |
my %fieldtitles = &Apache::lonlocal::texthash ( |
my %fieldtitles = &Apache::loncommon::personal_data_fieldtitles(); |
id => 'Student/Employee ID', |
|
permanentemail => 'E-mail address', |
|
lastname => 'Last Name', |
|
firstname => 'First Name', |
|
middlename => 'Middle Name', |
|
gen => 'Generation', |
|
); |
|
my $numrows = 0; |
my $numrows = 0; |
if (ref($types) eq 'ARRAY') { |
if (ref($types) eq 'ARRAY') { |
if (@{$types} > 0) { |
if (@{$types} > 0) { |
Line 1158 sub print_directorysrch {
|
Line 1317 sub print_directorysrch {
|
foreach my $title (@{$titleorder}) { |
foreach my $title (@{$titleorder}) { |
if (defined($searchtitles->{$title})) { |
if (defined($searchtitles->{$title})) { |
my $check = ' '; |
my $check = ' '; |
if (ref($settings->{'searchby'}) eq 'ARRAY') { |
if (ref($settings) eq 'HASH') { |
if (grep(/^\Q$title\E$/,@{$settings->{'searchby'}})) { |
if (ref($settings->{'searchby'}) eq 'ARRAY') { |
$check = ' checked="checked" '; |
if (grep(/^\Q$title\E$/,@{$settings->{'searchby'}})) { |
|
$check = ' checked="checked" '; |
|
} |
} |
} |
} |
} |
$datatable .= '<td class="LC_left_item">'. |
$datatable .= '<td class="LC_left_item">'. |
Line 1289 sub contact_titles {
|
Line 1450 sub contact_titles {
|
sub print_usercreation { |
sub print_usercreation { |
my ($position,$dom,$settings,$rowtotal) = @_; |
my ($position,$dom,$settings,$rowtotal) = @_; |
my $numinrow = 4; |
my $numinrow = 4; |
my ($rules,$ruleorder) = &Apache::lonnet::inst_userrules($dom); |
|
my $datatable; |
my $datatable; |
my %lt = &Apache::lonlocal::texthash ( |
|
nondc => 'User creation other than by Domain Coordinator: ', |
|
author => 'When adding a co-author/assistant author', |
|
course => 'When adding users to a course', |
|
); |
|
if ($position eq 'top') { |
if ($position eq 'top') { |
|
$$rowtotal ++; |
|
my $rowcount = 0; |
|
my ($rules,$ruleorder) = &Apache::lonnet::inst_userrules($dom,'username'); |
|
if (ref($rules) eq 'HASH') { |
|
if (keys(%{$rules}) > 0) { |
|
$datatable .= &user_formats_row('username',$settings,$rules, |
|
$ruleorder,$numinrow,$rowcount); |
|
$$rowtotal ++; |
|
$rowcount ++; |
|
} |
|
} |
|
my ($idrules,$idruleorder) = &Apache::lonnet::inst_userrules($dom,'id'); |
|
if (ref($idrules) eq 'HASH') { |
|
if (keys(%{$idrules}) > 0) { |
|
$datatable .= &user_formats_row('id',$settings,$idrules, |
|
$idruleorder,$numinrow,$rowcount); |
|
$$rowtotal ++; |
|
$rowcount ++; |
|
} |
|
} |
|
if ($rowcount == 0) { |
|
$datatable .= '<tr><td colspan="2">'.&mt('No format rules have been defined for usernames or IDs in this domain.').'</td></tr>'; |
|
$$rowtotal ++; |
|
$rowcount ++; |
|
} |
|
} elsif ($position eq 'middle') { |
|
my @creators = ('author','course'); |
|
my ($rules,$ruleorder) = |
|
&Apache::lonnet::inst_userrules($dom,'username'); |
|
my %lt = &usercreation_types(); |
my %checked; |
my %checked; |
if (ref($settings) eq 'HASH') { |
if (ref($settings) eq 'HASH') { |
if (ref($settings->{'cancreate'}) eq 'ARRAY') { |
if (ref($settings->{'cancreate'}) eq 'HASH') { |
foreach my $item (@{$settings->{'cancreate'}}) { |
foreach my $item (@creators) { |
$checked{$item} = ' checked="checked" '; |
$checked{$item} = $settings->{'cancreate'}{$item}; |
|
} |
|
} elsif (ref($settings->{'cancreate'}) eq 'ARRAY') { |
|
foreach my $item (@creators) { |
|
if (grep(/^\Q$item\E$/,@{$settings->{'cancreate'}})) { |
|
$checked{$item} = 'none'; |
|
} |
} |
} |
} |
} |
} |
} |
$datatable = '<tr class="LC_odd_row">'. |
my $rownum = 0; |
'<td><span class="LC_nobreak">'.$lt{'nondc'}. |
foreach my $item (@creators) { |
'</span></td><td class="LC_left_item"><table>'; |
$rownum ++; |
foreach my $item ('author','course') { |
if ($checked{$item} eq '') { |
$datatable .= '<tr><td><span class="LC_nobreak"><label>'. |
$checked{$item} = 'any'; |
'<input type="checkbox" name="can_createuser" '. |
} |
$checked{$item}.' value="'.$item.'" />'. |
my $css_class; |
$lt{$item}.'</label><span></td></tr>'; |
if ($rownum%2) { |
} |
$css_class = ''; |
$datatable .= '</table></td></tr>'; |
} else { |
$$rowtotal ++; |
$css_class = ' class="LC_odd_row" '; |
if (ref($rules) eq 'HASH') { |
|
if (keys(%{$rules}) > 0) { |
|
$datatable .= &username_formats_row($settings,$rules, |
|
$ruleorder,$numinrow); |
|
$$rowtotal ++; |
|
} |
} |
|
$datatable .= '<tr'.$css_class.'>'. |
|
'<td><span class="LC_nobreak">'.$lt{$item}. |
|
'</span></td><td align="right">'; |
|
my @options = ('any'); |
|
if (ref($rules) eq 'HASH') { |
|
if (keys(%{$rules}) > 0) { |
|
push(@options,('official','unofficial')); |
|
} |
|
} |
|
push(@options,'none'); |
|
foreach my $option (@options) { |
|
my $check = ' '; |
|
if ($checked{$item} eq $option) { |
|
$check = ' checked="checked" '; |
|
} |
|
$datatable .= '<span class="LC_nobreak"><label>'. |
|
'<input type="radio" name="can_createuser_'. |
|
$item.'" value="'.$option.'"'.$check.'/> '. |
|
$lt{$option}.'</label> </span>'; |
|
} |
|
$datatable .= '</td></tr>'; |
} |
} |
} else { |
} else { |
my @contexts = ('author','course','domain'); |
my @contexts = ('author','course','domain'); |
Line 1339 sub print_usercreation {
|
Line 1546 sub print_usercreation {
|
} |
} |
} |
} |
} |
} |
|
} else { |
|
foreach my $item (@contexts) { |
|
foreach my $auth (@authtypes) { |
|
$checked{$item}{$auth} = ' checked="checked" '; |
|
} |
|
} |
} |
} |
my @authtypes = ('int','krb4','krb5','loc'); |
|
my %title = &context_names(); |
my %title = &context_names(); |
my %authname = &authtype_names(); |
my %authname = &authtype_names(); |
my $rownum = 0; |
my $rownum = 0; |
Line 1369 sub print_usercreation {
|
Line 1581 sub print_usercreation {
|
return $datatable; |
return $datatable; |
} |
} |
|
|
sub username_formats_row { |
sub user_formats_row { |
my ($settings,$rules,$ruleorder,$numinrow) = @_; |
my ($type,$settings,$rules,$ruleorder,$numinrow,$rowcount) = @_; |
my $output = '<tr>'. |
my $output; |
'<td><span class="LC_nobreak">'. |
my %text = ( |
&mt('Format rules to check for new usernames: '). |
'username' => 'new usernames', |
'</span></td>'. |
'id' => 'IDs', |
'<td class="LC_left_item" colspan="2"><table>'; |
); |
|
my $css_class = $rowcount%2?' class="LC_odd_row"':''; |
|
$output = '<tr '.$css_class.'>'. |
|
'<td><span class="LC_nobreak">'. |
|
&mt("Format rules to check for $text{$type}: "). |
|
'</span></td>'. |
|
'<td class="LC_left_item" colspan="2"><table>'; |
my $rem; |
my $rem; |
if (ref($ruleorder) eq 'ARRAY') { |
if (ref($ruleorder) eq 'ARRAY') { |
for (my $i=0; $i<@{$ruleorder}; $i++) { |
for (my $i=0; $i<@{$ruleorder}; $i++) { |
Line 1388 sub username_formats_row {
|
Line 1606 sub username_formats_row {
|
$output .= '<tr>'; |
$output .= '<tr>'; |
} |
} |
my $check = ' '; |
my $check = ' '; |
if (ref($settings->{'username_rule'}) eq 'ARRAY') { |
if (ref($settings) eq 'HASH') { |
if (grep(/^\Q$ruleorder->[$i]\E$/,@{$settings->{'username_rule'}})) { |
if (ref($settings->{$type.'_rule'}) eq 'ARRAY') { |
$check = ' checked="checked" '; |
if (grep(/^\Q$ruleorder->[$i]\E$/,@{$settings->{$type.'_rule'}})) { |
|
$check = ' checked="checked" '; |
|
} |
} |
} |
} |
} |
$output .= '<td class="LC_left_item">'. |
$output .= '<td class="LC_left_item">'. |
'<span class="LC_nobreak"><label>'. |
'<span class="LC_nobreak"><label>'. |
'<input type="checkbox" name="username_rule" '. |
'<input type="checkbox" name="'.$type.'_rule" '. |
'value="'.$ruleorder->[$i].'"'.$check.'/>'. |
'value="'.$ruleorder->[$i].'"'.$check.'/>'. |
$rules->{$ruleorder->[$i]}{'name'}.'</label></span></td>'; |
$rules->{$ruleorder->[$i]}{'name'}.'</label></span></td>'; |
} |
} |
Line 1413 sub username_formats_row {
|
Line 1633 sub username_formats_row {
|
return $output; |
return $output; |
} |
} |
|
|
|
sub usercreation_types { |
|
my %lt = &Apache::lonlocal::texthash ( |
|
author => 'When adding a co-author', |
|
course => 'When adding a user to a course', |
|
any => 'Any', |
|
official => 'Institutional only ', |
|
unofficial => 'Non-institutional only', |
|
none => 'None', |
|
); |
|
return %lt; |
|
} |
|
|
sub authtype_names { |
sub authtype_names { |
my %lt = &Apache::lonlocal::texthash( |
my %lt = &Apache::lonlocal::texthash( |
int => 'Internal', |
int => 'Internal', |
Line 1432 sub context_names {
|
Line 1664 sub context_names {
|
return %context_title; |
return %context_title; |
} |
} |
|
|
|
sub print_usermodification { |
|
my ($position,$dom,$settings,$rowtotal) = @_; |
|
my $numinrow = 4; |
|
my ($context,$datatable,$rowcount); |
|
if ($position eq 'top') { |
|
$rowcount = 0; |
|
$context = 'author'; |
|
foreach my $role ('ca','aa') { |
|
$datatable .= &modifiable_userdata_row($context,$role,$settings, |
|
$numinrow,$rowcount); |
|
$$rowtotal ++; |
|
$rowcount ++; |
|
} |
|
} else { |
|
$context = 'course'; |
|
$rowcount = 0; |
|
foreach my $role ('st','ep','ta','in','cr') { |
|
$datatable .= &modifiable_userdata_row($context,$role,$settings, |
|
$numinrow,$rowcount); |
|
$$rowtotal ++; |
|
$rowcount ++; |
|
} |
|
} |
|
return $datatable; |
|
} |
|
|
|
sub modifiable_userdata_row { |
|
my ($context,$role,$settings,$numinrow,$rowcount) = @_; |
|
my $rolename; |
|
if ($role eq 'cr') { |
|
$rolename = &mt('Custom role'); |
|
} else { |
|
$rolename = &Apache::lonnet::plaintext($role); |
|
} |
|
my @fields = ('lastname','firstname','middlename','generation', |
|
'permanentemail','id'); |
|
my %fieldtitles = &Apache::loncommon::personal_data_fieldtitles(); |
|
my $output; |
|
my $css_class = $rowcount%2?' class="LC_odd_row"':''; |
|
$output = '<tr '.$css_class.'>'. |
|
'<td><span class="LC_nobreak">'.$rolename.'</span></td>'. |
|
'<td class="LC_left_item" colspan="2"><table>'; |
|
my $rem; |
|
my %checks; |
|
if (ref($settings) eq 'HASH') { |
|
if (ref($settings->{$context}) eq 'HASH') { |
|
if (ref($settings->{$context}->{$role}) eq 'HASH') { |
|
foreach my $field (@fields) { |
|
if ($settings->{$context}->{$role}->{$field}) { |
|
$checks{$field} = ' checked="checked" '; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
for (my $i=0; $i<@fields; $i++) { |
|
my $rem = $i%($numinrow); |
|
if ($rem == 0) { |
|
if ($i > 0) { |
|
$output .= '</tr>'; |
|
} |
|
$output .= '<tr>'; |
|
} |
|
my $check = ' '; |
|
if (exists($checks{$fields[$i]})) { |
|
$check = $checks{$fields[$i]} |
|
} else { |
|
if ($role eq 'st') { |
|
if (ref($settings) ne 'HASH') { |
|
$check = ' checked="checked" '; |
|
} |
|
} |
|
} |
|
$output .= '<td class="LC_left_item">'. |
|
'<span class="LC_nobreak"><label>'. |
|
'<input type="checkbox" name="canmodify_'.$role.'" '. |
|
'value="'.$fields[$i].'"'.$check.'/>'.$fieldtitles{$fields[$i]}. |
|
'</label></span></td>'; |
|
$rem = @fields%($numinrow); |
|
} |
|
my $colsleft = $numinrow - $rem; |
|
if ($colsleft > 1 ) { |
|
$output .= '<td colspan="'.$colsleft.'" class="LC_left_item">'. |
|
' </td>'; |
|
} elsif ($colsleft == 1) { |
|
$output .= '<td class="LC_left_item"> </td>'; |
|
} |
|
$output .= '</tr></table></td></tr>'; |
|
return $output; |
|
} |
|
|
sub users_cansearch_row { |
sub users_cansearch_row { |
my ($settings,$types,$usertypes,$dom,$numinrow,$othertitle) = @_; |
my ($settings,$types,$usertypes,$dom,$numinrow,$othertitle) = @_; |
Line 1543 sub usertype_update_row {
|
Line 1865 sub usertype_update_row {
|
$datatable .= '<tr>'; |
$datatable .= '<tr>'; |
} |
} |
my $check = ' '; |
my $check = ' '; |
if (ref($settings->{'fields'}) eq 'HASH') { |
if (ref($settings) eq 'HASH') { |
if (ref($settings->{'fields'}{$type}) eq 'ARRAY') { |
if (ref($settings->{'fields'}) eq 'HASH') { |
if (grep(/^\Q$fields->[$i]\E$/,@{$settings->{'fields'}{$type}})) { |
if (ref($settings->{'fields'}{$type}) eq 'ARRAY') { |
$check = ' checked="checked" '; |
if (grep(/^\Q$fields->[$i]\E$/,@{$settings->{'fields'}{$type}})) { |
|
$check = ' checked="checked" '; |
|
} |
} |
} |
} |
} |
} |
} |
Line 1576 sub modify_login {
|
Line 1900 sub modify_login {
|
my ($r,$dom,$confname,%domconfig) = @_; |
my ($r,$dom,$confname,%domconfig) = @_; |
my ($resulttext,$errors,$colchgtext,%changes,%colchanges); |
my ($resulttext,$errors,$colchgtext,%changes,%colchanges); |
my %title = ( coursecatalog => 'Display course catalog', |
my %title = ( coursecatalog => 'Display course catalog', |
adminmail => 'Display administrator E-mail address'); |
adminmail => 'Display administrator E-mail address', |
|
loginheader => 'Log-in box header'); |
my @offon = ('off','on'); |
my @offon = ('off','on'); |
my %loginhash; |
my %loginhash; |
($errors,%colchanges) = &modify_colors($r,$dom,$confname,['login'], |
($errors,%colchanges) = &modify_colors($r,$dom,$confname,['login'], |
\%domconfig,\%loginhash); |
\%domconfig,\%loginhash); |
$loginhash{login}{coursecatalog} = $env{'form.coursecatalog'}; |
$loginhash{login}{coursecatalog} = $env{'form.coursecatalog'}; |
$loginhash{login}{adminmail} = $env{'form.adminmail'}; |
$loginhash{login}{adminmail} = $env{'form.adminmail'}; |
|
$loginhash{login}{loginheader} = $env{'form.loginheader'}; |
if (ref($colchanges{'login'}) eq 'HASH') { |
if (ref($colchanges{'login'}) eq 'HASH') { |
$colchgtext = &display_colorchgs($dom,\%colchanges,['login'], |
$colchgtext = &display_colorchgs($dom,\%colchanges,['login'], |
\%loginhash); |
\%loginhash); |
Line 1606 sub modify_login {
|
Line 1932 sub modify_login {
|
($env{'form.adminmail'} eq '1')) { |
($env{'form.adminmail'} eq '1')) { |
$changes{'adminmail'} = 1; |
$changes{'adminmail'} = 1; |
} |
} |
|
if (($domconfig{'login'}{'loginheader'} eq 'text') && |
|
($env{'form.loginheader'} eq 'image')) { |
|
$changes{'loginheader'} = 1; |
|
} elsif (($domconfig{'login'}{'loginheader'} eq '' || |
|
$domconfig{'login'}{'loginheader'} eq 'image') && |
|
($env{'form.loginheader'} eq 'text')) { |
|
$changes{'loginheader'} = 1; |
|
} |
if (keys(%changes) > 0 || $colchgtext) { |
if (keys(%changes) > 0 || $colchgtext) { |
|
&Apache::loncommon::devalidate_domconfig_cache($dom); |
$resulttext = &mt('Changes made:').'<ul>'; |
$resulttext = &mt('Changes made:').'<ul>'; |
foreach my $item (sort(keys(%changes))) { |
foreach my $item (sort(keys(%changes))) { |
$resulttext .= '<li>'.&mt("$title{$item} set to $offon[$env{'form.'.$item}]").'</li>'; |
if ($item eq 'loginheader') { |
|
$resulttext .= '<li>'.&mt("$title{$item} set to $env{'form.loginheader'}").'</li>'; |
|
} else { |
|
$resulttext .= '<li>'.&mt("$title{$item} set to $offon[$env{'form.'.$item}]").'</li>'; |
|
} |
} |
} |
$resulttext .= $colchgtext.'</ul>'; |
$resulttext .= $colchgtext.'</ul>'; |
} else { |
} else { |
Line 1653 sub modify_rolecolors {
|
Line 1992 sub modify_rolecolors {
|
$dom); |
$dom); |
if ($putresult eq 'ok') { |
if ($putresult eq 'ok') { |
if (keys(%changes) > 0) { |
if (keys(%changes) > 0) { |
|
&Apache::loncommon::devalidate_domconfig_cache($dom); |
$resulttext = &display_colorchgs($dom,\%changes,$roles, |
$resulttext = &display_colorchgs($dom,\%changes,$roles, |
$rolehash{'rolecolors'}); |
$rolehash{'rolecolors'}); |
} else { |
} else { |
Line 1672 sub modify_rolecolors {
|
Line 2012 sub modify_rolecolors {
|
sub modify_colors { |
sub modify_colors { |
my ($r,$dom,$confname,$roles,$domconfig,$confhash) = @_; |
my ($r,$dom,$confname,$roles,$domconfig,$confhash) = @_; |
my (%changes,%choices); |
my (%changes,%choices); |
my @bgs = ('pgbg','mainbg','sidebg'); |
my @bgs; |
my @links = ('link','alink','vlink'); |
my @links = ('link','alink','vlink'); |
|
my @logintext; |
my @images; |
my @images; |
my $servadm = $r->dir_config('lonAdmEMail'); |
my $servadm = $r->dir_config('lonAdmEMail'); |
my $errors; |
my $errors; |
foreach my $role (@{$roles}) { |
foreach my $role (@{$roles}) { |
if ($role eq 'login') { |
if ($role eq 'login') { |
%choices = &login_choices(); |
%choices = &login_choices(); |
|
@logintext = ('textcol','bgcol'); |
} else { |
} else { |
%choices = &color_font_choices(); |
%choices = &color_font_choices(); |
} |
} |
if ($role eq 'login') { |
if ($role eq 'login') { |
@images = ('img','logo','domlogo'); |
@images = ('img','logo','domlogo','login'); |
|
@bgs = ('pgbg','mainbg','sidebg'); |
} else { |
} else { |
@images = ('img'); |
@images = ('img'); |
|
@bgs = ('pgbg','tabbg','sidebg'); |
} |
} |
$confhash->{$role}{'font'} = $env{'form.'.$role.'_font'}; |
$confhash->{$role}{'font'} = $env{'form.'.$role.'_font'}; |
foreach my $item (@bgs,@links) { |
foreach my $item (@bgs,@links,@logintext) { |
$confhash->{$role}{$item} = $env{'form.'.$role.'_'.$item}; |
$confhash->{$role}{$item} = $env{'form.'.$role.'_'.$item}; |
} |
} |
my ($configuserok,$author_ok,$switchserver,%currroles); |
my ($configuserok,$author_ok,$switchserver,%currroles); |
Line 1703 sub modify_colors {
|
Line 2047 sub modify_colors {
|
} |
} |
} |
} |
my ($width,$height) = &thumb_dimensions(); |
my ($width,$height) = &thumb_dimensions(); |
|
if (ref($domconfig->{$role}) ne 'HASH') { |
|
$domconfig->{$role} = {}; |
|
} |
foreach my $img (@images) { |
foreach my $img (@images) { |
if ( ! $env{'form.'.$role.'_'.$img.'.filename'} |
if ( ! $env{'form.'.$role.'_'.$img.'.filename'} |
&& !defined($domconfig->{$role}{$img}) |
&& !defined($domconfig->{$role}{$img}) |
Line 1810 sub modify_colors {
|
Line 2157 sub modify_colors {
|
} |
} |
} |
} |
} |
} |
|
foreach my $item (@logintext) { |
|
if ($domconfig->{$role}{$item} ne '') { |
|
if ($confhash->{$role}{$item} ne $domconfig->{$role}{$item}) { |
|
$changes{$role}{'logintext'}{$item} = 1; |
|
} |
|
} else { |
|
if ($confhash->{$role}{$item}) { |
|
$changes{$role}{'logintext'}{$item} = 1; |
|
} |
|
} |
|
} |
} else { |
} else { |
&default_change_checker($role,\@images,\@links,\@bgs, |
&default_change_checker($role,\@images,\@links,\@bgs, |
$confhash,\%changes); |
\@logintext,$confhash,\%changes); |
} |
} |
} else { |
} else { |
&default_change_checker($role,\@images,\@links,\@bgs, |
&default_change_checker($role,\@images,\@links,\@bgs, |
$confhash,\%changes); |
\@logintext,$confhash,\%changes); |
} |
} |
} |
} |
return ($errors,%changes); |
return ($errors,%changes); |
} |
} |
|
|
sub default_change_checker { |
sub default_change_checker { |
my ($role,$images,$links,$bgs,$confhash,$changes) = @_; |
my ($role,$images,$links,$bgs,$logintext,$confhash,$changes) = @_; |
foreach my $item (@{$links}) { |
foreach my $item (@{$links}) { |
if ($confhash->{$role}{$item}) { |
if ($confhash->{$role}{$item}) { |
$changes->{$role}{'links'}{$item} = 1; |
$changes->{$role}{'links'}{$item} = 1; |
Line 1834 sub default_change_checker {
|
Line 2192 sub default_change_checker {
|
$changes->{$role}{'bgs'}{$item} = 1; |
$changes->{$role}{'bgs'}{$item} = 1; |
} |
} |
} |
} |
|
foreach my $item (@{$logintext}) { |
|
if ($confhash->{$role}{$item}) { |
|
$changes->{$role}{'logintext'}{$item} = 1; |
|
} |
|
} |
foreach my $img (@{$images}) { |
foreach my $img (@{$images}) { |
if ($env{'form.'.$role.'_del_'.$img}) { |
if ($env{'form.'.$role.'_del_'.$img}) { |
$confhash->{$role}{$img} = ''; |
$confhash->{$role}{$img} = ''; |
Line 1848 sub default_change_checker {
|
Line 2211 sub default_change_checker {
|
sub display_colorchgs { |
sub display_colorchgs { |
my ($dom,$changes,$roles,$confhash) = @_; |
my ($dom,$changes,$roles,$confhash) = @_; |
my (%choices,$resulttext); |
my (%choices,$resulttext); |
&Apache::loncommon::devalidate_domconfig_cache($dom); |
|
if (!grep(/^login$/,@{$roles})) { |
if (!grep(/^login$/,@{$roles})) { |
$resulttext = &mt('Changes made:').'<br />'; |
$resulttext = &mt('Changes made:').'<br />'; |
} |
} |
Line 2706 sub modify_contacts {
|
Line 3068 sub modify_contacts {
|
} |
} |
$resulttext .= '</ul>'; |
$resulttext .= '</ul>'; |
} else { |
} else { |
$resulttext = &mt('No changes made to contact information.'); |
$resulttext = &mt('No changes made to contact information'); |
} |
} |
} else { |
} else { |
$resulttext = '<span class="LC_error">'. |
$resulttext = '<span class="LC_error">'. |
Line 2717 sub modify_contacts {
|
Line 3079 sub modify_contacts {
|
|
|
sub modify_usercreation { |
sub modify_usercreation { |
my ($dom,%domconfig) = @_; |
my ($dom,%domconfig) = @_; |
my ($resulttext,%curr_usercreation,%changes,%authallowed); |
my ($resulttext,%curr_usercreation,%changes,%authallowed,%cancreate); |
if (ref($domconfig{'usercreation'}) eq 'HASH') { |
if (ref($domconfig{'usercreation'}) eq 'HASH') { |
foreach my $key (keys(%{$domconfig{'usercreation'}})) { |
foreach my $key (keys(%{$domconfig{'usercreation'}})) { |
$curr_usercreation{$key} = $domconfig{'usercreation'}{$key}; |
$curr_usercreation{$key} = $domconfig{'usercreation'}{$key}; |
Line 2728 sub modify_usercreation {
|
Line 3090 sub modify_usercreation {
|
course => 'adding users to a course', |
course => 'adding users to a course', |
); |
); |
my @username_rule = &Apache::loncommon::get_env_multiple('form.username_rule'); |
my @username_rule = &Apache::loncommon::get_env_multiple('form.username_rule'); |
my @cancreate = &Apache::loncommon::get_env_multiple('form.can_createuser'); |
my @id_rule = &Apache::loncommon::get_env_multiple('form.id_rule'); |
if (ref($curr_usercreation{'cancreate'}) eq 'ARRAY') { |
my @contexts = ('author','course'); |
foreach my $type (@{$curr_usercreation{'cancreate'}}) { |
foreach my $item(@contexts) { |
if (!grep(/^\Q$type\E$/,@cancreate)) { |
$cancreate{$item} = $env{'form.can_createuser_'.$item}; |
push(@{$changes{'cancreate'}},$type); |
} |
} |
if (ref($curr_usercreation{'cancreate'}) eq 'HASH') { |
|
foreach my $item (@contexts) { |
|
if ($curr_usercreation{'cancreate'}{$item} ne $cancreate{$item}) { |
|
push(@{$changes{'cancreate'}},$item); |
|
} |
} |
} |
foreach my $type (@cancreate) { |
} elsif (ref($curr_usercreation{'cancreate'}) eq 'ARRAY') { |
if (!grep(/^\Q$type\E$/,@{$curr_usercreation{'cancreate'}})) { |
foreach my $item (@contexts) { |
push(@{$changes{'cancreate'}},$type); |
if (grep(/^\Q$item\E$/,@{$curr_usercreation{'cancreate'}})) { |
|
if ($cancreate{$item} ne 'any') { |
|
push(@{$changes{'cancreate'}},$item); |
|
} |
|
} else { |
|
if ($cancreate{$item} ne 'none') { |
|
push(@{$changes{'cancreate'}},$item); |
|
} |
} |
} |
} |
} |
} else { |
} else { |
push(@{$changes{'cancreate'}},@cancreate); |
foreach my $item ('author','course') { |
|
push(@{$changes{'cancreate'}},$item); |
|
} |
} |
} |
|
|
if (ref($curr_usercreation{'username_rule'}) eq 'ARRAY') { |
if (ref($curr_usercreation{'username_rule'}) eq 'ARRAY') { |
foreach my $type (@{$curr_usercreation{'username_rule'}}) { |
foreach my $type (@{$curr_usercreation{'username_rule'}}) { |
if (!grep(/^\Q$type\E$/,@username_rule)) { |
if (!grep(/^\Q$type\E$/,@username_rule)) { |
Line 2758 sub modify_usercreation {
|
Line 3134 sub modify_usercreation {
|
push(@{$changes{'username_rule'}},@username_rule); |
push(@{$changes{'username_rule'}},@username_rule); |
} |
} |
|
|
|
if (ref($curr_usercreation{'id_rule'}) eq 'ARRAY') { |
|
foreach my $type (@{$curr_usercreation{'id_rule'}}) { |
|
if (!grep(/^\Q$type\E$/,@id_rule)) { |
|
push(@{$changes{'id_rule'}},$type); |
|
} |
|
} |
|
foreach my $type (@id_rule) { |
|
if (!grep(/^\Q$type\E$/,@{$curr_usercreation{'id_rule'}})) { |
|
push(@{$changes{'id_rule'}},$type); |
|
} |
|
} |
|
} else { |
|
push(@{$changes{'id_rule'}},@id_rule); |
|
} |
|
|
my @contexts = ('author','course','domain'); |
my @contexts = ('author','course','domain'); |
my @authtypes = ('int','krb4','krb5','loc'); |
my @authtypes = ('int','krb4','krb5','loc'); |
my %authhash; |
my %authhash; |
Line 2790 sub modify_usercreation {
|
Line 3181 sub modify_usercreation {
|
|
|
my %usercreation_hash = ( |
my %usercreation_hash = ( |
usercreation => { |
usercreation => { |
cancreate => \@cancreate, |
cancreate => \%cancreate, |
username_rule => \@username_rule, |
username_rule => \@username_rule, |
authtypes => \%authhash, |
id_rule => \@id_rule, |
|
authtypes => \%authhash, |
} |
} |
); |
); |
|
|
Line 2802 sub modify_usercreation {
|
Line 3194 sub modify_usercreation {
|
if (keys(%changes) > 0) { |
if (keys(%changes) > 0) { |
$resulttext = &mt('Changes made:').'<ul>'; |
$resulttext = &mt('Changes made:').'<ul>'; |
if (ref($changes{'cancreate'}) eq 'ARRAY') { |
if (ref($changes{'cancreate'}) eq 'ARRAY') { |
my $chgtext = '<ul>'; |
my %lt = &usercreation_types(); |
foreach my $type (@cancreate) { |
foreach my $type (@{$changes{'cancreate'}}) { |
$chgtext .= '<li>'.$title{$type}.'</li>'; |
my $chgtext; |
} |
if ($cancreate{$type} eq 'none') { |
$chgtext .= '</ul>'; |
$chgtext = $lt{$type}.' '.&mt('creation of new users is not permitted, except by a Domain Coordinator.'); |
if (@cancreate > 0) { |
} elsif ($cancreate{$type} eq 'any') { |
$resulttext .= '<li>'.&mt('Creation of new users is permitted by a Domain Coordinator, and also by other users when: ').$chgtext.'</li>'; |
$chgtext = $lt{$type}.' '.&mt('creation of new users is permitted for both institutional and non-institutional usernames.'); |
} else { |
} elsif ($cancreate{$type} eq 'official') { |
$resulttext .= '<li>'.&mt("Creation of new users is now only allowed when the user's role is Domain Coordinator.").'</li>'; |
$chgtext = $lt{$type}.' '.&mt('creation of new users is only permitted for institutional usernames.',$lt{$type}); |
|
} elsif ($cancreate{$type} eq 'unofficial') { |
|
$chgtext = $lt{$type}.' '.&mt('creation of new users is only permitted for non-institutional usernames.',$lt{$type}); |
|
} |
|
$resulttext .= '<li>'.$chgtext.'</li>'; |
} |
} |
} |
} |
if (ref($changes{'username_rule'}) eq 'ARRAY') { |
if (ref($changes{'username_rule'}) eq 'ARRAY') { |
my ($rules,$ruleorder) = &Apache::lonnet::inst_userrules($dom); |
my ($rules,$ruleorder) = |
|
&Apache::lonnet::inst_userrules($dom,'username'); |
my $chgtext = '<ul>'; |
my $chgtext = '<ul>'; |
foreach my $type (@username_rule) { |
foreach my $type (@username_rule) { |
if (ref($rules->{$type}) eq 'HASH') { |
if (ref($rules->{$type}) eq 'HASH') { |
Line 2828 sub modify_usercreation {
|
Line 3225 sub modify_usercreation {
|
$resulttext .= '<li>'.&mt('There are now no username formats restricted to verified users in the institutional directory.').'</li>'; |
$resulttext .= '<li>'.&mt('There are now no username formats restricted to verified users in the institutional directory.').'</li>'; |
} |
} |
} |
} |
|
if (ref($changes{'id_rule'}) eq 'ARRAY') { |
|
my ($idrules,$idruleorder) = |
|
&Apache::lonnet::inst_userrules($dom,'id'); |
|
my $chgtext = '<ul>'; |
|
foreach my $type (@id_rule) { |
|
if (ref($idrules->{$type}) eq 'HASH') { |
|
$chgtext .= '<li>'.$idrules->{$type}{'name'}.'</li>'; |
|
} |
|
} |
|
$chgtext .= '</ul>'; |
|
if (@id_rule > 0) { |
|
$resulttext .= '<li>'.&mt('IDs with the following formats are restricted to verified users in the institutional directory: ').$chgtext.'</li>'; |
|
} else { |
|
$resulttext .= '<li>'.&mt('There are now no ID formats restricted to verified users in the institutional directory.').'</li>'; |
|
} |
|
} |
my %authname = &authtype_names(); |
my %authname = &authtype_names(); |
my %context_title = &context_names(); |
my %context_title = &context_names(); |
if (ref($changes{'authtypes'}) eq 'ARRAY') { |
if (ref($changes{'authtypes'}) eq 'ARRAY') { |
my @unchanged; |
|
my $chgtext = '<ul>'; |
my $chgtext = '<ul>'; |
foreach my $type (@{$changes{'authtypes'}}) { |
foreach my $type (@{$changes{'authtypes'}}) { |
my @allowed; |
my @allowed; |
Line 2853 sub modify_usercreation {
|
Line 3265 sub modify_usercreation {
|
} |
} |
} else { |
} else { |
$resulttext = '<span class="LC_error">'. |
$resulttext = '<span class="LC_error">'. |
|
&mt('An error occurred: [_1]',$putresult).'</span>'; |
|
} |
|
return $resulttext; |
|
} |
|
|
|
sub modify_usermodification { |
|
my ($dom,%domconfig) = @_; |
|
my ($resulttext,%curr_usermodification,%changes); |
|
if (ref($domconfig{'usermodification'}) eq 'HASH') { |
|
foreach my $key (keys(%{$domconfig{'usermodification'}})) { |
|
$curr_usermodification{$key} = $domconfig{'usermodification'}{$key}; |
|
} |
|
} |
|
my @contexts = ('author','course'); |
|
my %context_title = ( |
|
author => 'In author context', |
|
course => 'In course context', |
|
); |
|
my @fields = ('lastname','firstname','middlename','generation', |
|
'permanentemail','id'); |
|
my %roles = ( |
|
author => ['ca','aa'], |
|
course => ['st','ep','ta','in','cr'], |
|
); |
|
my %fieldtitles = &Apache::loncommon::personal_data_fieldtitles(); |
|
my %modifyhash; |
|
foreach my $context (@contexts) { |
|
foreach my $role (@{$roles{$context}}) { |
|
my @modifiable = &Apache::loncommon::get_env_multiple('form.canmodify_'.$role); |
|
foreach my $item (@fields) { |
|
if (grep(/^\Q$item\E$/,@modifiable)) { |
|
$modifyhash{$context}{$role}{$item} = 1; |
|
} else { |
|
$modifyhash{$context}{$role}{$item} = 0; |
|
} |
|
} |
|
} |
|
if (ref($curr_usermodification{$context}) eq 'HASH') { |
|
foreach my $role (@{$roles{$context}}) { |
|
if (ref($curr_usermodification{$context}{$role}) eq 'HASH') { |
|
foreach my $field (@fields) { |
|
if ($modifyhash{$context}{$role}{$field} ne |
|
$curr_usermodification{$context}{$role}{$field}) { |
|
push(@{$changes{$context}},$role); |
|
last; |
|
} |
|
} |
|
} |
|
} |
|
} else { |
|
foreach my $context (@contexts) { |
|
foreach my $role (@{$roles{$context}}) { |
|
push(@{$changes{$context}},$role); |
|
} |
|
} |
|
} |
|
} |
|
my %usermodification_hash = ( |
|
usermodification => \%modifyhash, |
|
); |
|
my $putresult = &Apache::lonnet::put_dom('configuration', |
|
\%usermodification_hash,$dom); |
|
if ($putresult eq 'ok') { |
|
if (keys(%changes) > 0) { |
|
$resulttext = &mt('Changes made: ').'<ul>'; |
|
foreach my $context (@contexts) { |
|
if (ref($changes{$context}) eq 'ARRAY') { |
|
$resulttext .= '<li>'.$context_title{$context}.':<ul>'; |
|
if (ref($changes{$context}) eq 'ARRAY') { |
|
foreach my $role (@{$changes{$context}}) { |
|
my $rolename; |
|
if ($role eq 'cr') { |
|
$rolename = &mt('Custom'); |
|
} else { |
|
$rolename = &Apache::lonnet::plaintext($role); |
|
} |
|
my @modifiable; |
|
$resulttext .= '<li><span class="LC_cusr_emph">'.&mt('Target user with [_1] role',$rolename).'</span> - '.&mt('modifiable fields: '); |
|
foreach my $field (@fields) { |
|
if ($modifyhash{$context}{$role}{$field}) { |
|
push(@modifiable,$fieldtitles{$field}); |
|
} |
|
} |
|
if (@modifiable > 0) { |
|
$resulttext .= join(', ',@modifiable); |
|
} else { |
|
$resulttext .= &mt('none'); |
|
} |
|
$resulttext .= '</li>'; |
|
} |
|
$resulttext .= '</ul></li>'; |
|
} |
|
} |
|
} |
|
$resulttext .= '</ul>'; |
|
} else { |
|
$resulttext = &mt('No changes made to user modification settings'); |
|
} |
|
} else { |
|
$resulttext = '<span class="LC_error">'. |
&mt('An error occurred: [_1]',$putresult).'</span>'; |
&mt('An error occurred: [_1]',$putresult).'</span>'; |
} |
} |
return $resulttext; |
return $resulttext; |