version 1.10, 2009/08/12 12:40:33
|
version 1.15, 2009/08/17 04:39:15
|
Line 44 described at http://www.lon-capa.org.
|
Line 44 described at http://www.lon-capa.org.
|
|
|
=item handler() |
=item handler() |
|
|
|
=item header() |
|
|
|
=item form_elements() |
|
|
|
=item onload_action() |
|
|
|
=item check_can_request() |
|
|
|
=item course_types() |
|
|
|
=item print_main_menu() |
|
|
|
=item request_administration() |
|
|
|
=item print_request_form() |
|
|
|
=item print_enrollment_menu() |
|
|
|
=item inst_section_selector() |
|
|
|
=item date_setting_table() |
|
|
|
=item print_personnel_menu() |
|
|
|
=item print_request_status() |
|
|
|
=item print_request_logs() |
|
|
|
=item print_review() |
|
|
|
=item dates_from_form() |
|
|
|
=item courseinfo_form() |
|
|
|
=item clone_form() |
|
|
|
=item clone_text() |
|
|
|
=item coursecode_form() |
|
|
|
=item get_course_dom() |
|
|
|
=item display_navbuttons() |
|
|
|
=item print_request_outcome() |
|
|
|
=item get_processtype() |
|
|
|
=item check_autolimit() |
|
|
|
=item build_batchcreatehash() |
|
|
|
=item retrieve_settings() |
|
|
|
=item get_request_settings() |
|
|
=back |
=back |
|
|
=cut |
=cut |
Line 181 sub handler {
|
Line 237 sub handler {
|
} |
} |
} elsif ($action eq 'view') { |
} elsif ($action eq 'view') { |
if ($state eq 'crstype') { |
if ($state eq 'crstype') { |
&print_main_menu($r,\%can_request,\%states,$dom,$jscript,'',$crumb); |
&print_main_menu($r,\%can_request,\%states,$dom,$jscript,'',$crumb); |
} elsif ($state eq 'pick_request') { |
} else { |
$r->print(&print_request_status($dom,$crumb)); |
&request_administration($r,$action,$state,$page,\%states,$dom,$jscript, |
|
$loaditems,$crumb); |
} |
} |
} elsif ($action eq 'log') { |
} elsif ($action eq 'log') { |
&print_request_logs($jscript,$loaditems,$crumb); |
&print_request_logs($jscript,$loaditems,$crumb); |
Line 219 sub form_elements {
|
Line 276 sub form_elements {
|
}, |
}, |
courseinfo => { |
courseinfo => { |
cdescr => 'text', |
cdescr => 'text', |
clonecourse => 'text', |
clonecrs => 'text', |
clonedomain => 'selectbox', |
clonedom => 'selectbox', |
datemode => 'radio', |
datemode => 'radio', |
dateshift => 'text', |
dateshift => 'text', |
}, |
}, |
enrollment => { |
enrollment => { |
startaccess_month => 'selectbox', |
accessstart_month => 'selectbox', |
startaccess_hour => 'selectbox', |
accessstart_hour => 'selectbox', |
endaccess_month => 'selectbox', |
accessend_month => 'selectbox', |
endaccess_hour => 'selectbox', |
accessend_hour => 'selectbox', |
startaccess_day => 'text', |
accessstart_day => 'text', |
startaccess_year => 'text', |
accessstart_year => 'text', |
startaccess_minute => 'text', |
accessstart_minute => 'text', |
startaccess_second => 'text', |
accessstart_second => 'text', |
endaccess_day => 'text', |
accessend_day => 'text', |
endaccess_year => 'text', |
accessend_year => 'text', |
endaccess_minute => 'text', |
accessend_minute => 'text', |
endaccess_second => 'text', |
accessend_second => 'text', |
no_end_date => 'checkbox', |
no_end_date => 'checkbox', |
}, |
}, |
personnel => { |
personnel => { |
persontotal => 'hidden', |
persontotal => 'hidden', |
addperson => 'checkbox', |
addperson => 'checkbox', |
}, |
}, |
|
review => { |
|
cnum => 'hidden', |
|
}, |
}, |
}, |
view => { |
view => { |
crstype => { |
crstype => { |
Line 251 sub form_elements {
|
Line 311 sub form_elements {
|
}, |
}, |
}, |
}, |
); |
); |
|
my %servers = &Apache::lonnet::get_servers($dom,'library'); |
|
my $numlib = keys(%servers); |
|
if ($numlib > 1) { |
|
$elements{'new'}{'courseinfo'}{'chome'} = 'selectbox'; |
|
} else { |
|
$elements{'new'}{'courseinfo'}{'chome'} = 'hidden'; |
|
} |
my (@codetitles,%cat_titles,%cat_order,@code_order,$lastitem); |
my (@codetitles,%cat_titles,%cat_order,@code_order,$lastitem); |
&Apache::lonnet::auto_possible_instcodes($dom,\@codetitles,\%cat_titles, |
&Apache::lonnet::auto_possible_instcodes($dom,\@codetitles,\%cat_titles, |
\%cat_order,\@code_order); |
\%cat_order,\@code_order); |
Line 267 sub form_elements {
|
Line 334 sub form_elements {
|
if (&Apache::lonnet::auto_run('',$dom)) { |
if (&Apache::lonnet::auto_run('',$dom)) { |
my %extras = ( |
my %extras = ( |
sectotal => 'hidden', |
sectotal => 'hidden', |
startenroll_month => 'selectbox', |
enrollstart_month => 'selectbox', |
startenroll_hour => 'selectbox', |
enrollstart_hour => 'selectbox', |
endenroll_month => 'selectbox', |
enrollend_month => 'selectbox', |
endenroll_hour => 'selectbox', |
enrollend_hour => 'selectbox', |
startenroll_day => 'text', |
enrollstart_day => 'text', |
startenroll_year => 'text', |
enrollstart_year => 'text', |
startenroll_minute => 'text', |
enrollstart_minute => 'text', |
startenroll_second => 'text', |
enrollstart_second => 'text', |
endenroll_day => 'text', |
enrollend_day => 'text', |
endenroll_year => 'text', |
enrollend_year => 'text', |
endenroll_minute => 'text', |
enrollend_minute => 'text', |
endenroll_second => 'text', |
enrollend_second => 'text', |
crosslisttotal => 'hidden', |
crosslisttotal => 'hidden', |
addcrosslist => 'checkbox', |
addcrosslist => 'checkbox', |
autoadds => 'radio', |
autoadds => 'radio', |
Line 319 sub form_elements {
|
Line 386 sub form_elements {
|
$persontotal = 1; |
$persontotal = 1; |
} |
} |
for (my $i=0; $i<$persontotal; $i++) { |
for (my $i=0; $i<$persontotal; $i++) { |
$people{'person_'.$i.'_uname'} = 'text', |
$people{'person_'.$i.'_uname'} = 'text', |
$people{'person_'.$i.'_dom'} = 'selectbox', |
$people{'person_'.$i.'_dom'} = 'selectbox', |
$people{'person_'.$i.'_hidedom'} = 'hidden', |
$people{'person_'.$i.'_hidedom'} = 'hidden', |
$people{'person_'.$i.'_first'} = 'text', |
$people{'person_'.$i.'_firstname'} = 'text', |
$people{'person_'.$i.'_last'} = 'text', |
$people{'person_'.$i.'_lastname'} = 'text', |
$people{'person_'.$i.'_email'} = 'text', |
$people{'person_'.$i.'_emailaddr'} = 'text', |
$people{'person_'.$i.'_role'} = 'selectbox', |
$people{'person_'.$i.'_role'} = 'selectbox', |
$people{'person_'.$i.'_sec'} = 'selectbox', |
$people{'person_'.$i.'_sec'} = 'selectbox', |
$people{'person_'.$i.'_newsec'} = 'text', |
$people{'person_'.$i.'_newsec'} = 'text', |
$people{'person_'.$i.'_sections'} = 'hidden', |
|
} |
} |
my %personnelhash = (%{$elements{'new'}{'personnel'}},%people); |
my %personnelhash = (%{$elements{'new'}{'personnel'}},%people); |
%{$elements{'new'}{'personnel'}} = %personnelhash; |
%{$elements{'new'}{'personnel'}} = %personnelhash; |
Line 486 END
|
Line 552 END
|
|
|
my $formname = 'requestcrs'; |
my $formname = 'requestcrs'; |
my $nexttext = &mt('Next'); |
my $nexttext = &mt('Next'); |
$r->print('<div><form name="'.$formname.'" method="post" action="/adm/requestcourse">'. |
$r->print( |
|
'<div><form name="'.$formname.'" method="post" action="/adm/requestcourse">'. |
&Apache::lonhtmlcommon::start_pick_box(). |
&Apache::lonhtmlcommon::start_pick_box(). |
&Apache::lonhtmlcommon::row_title('Action').' |
&Apache::lonhtmlcommon::row_title('Action').' |
<input type="hidden" name="showdom" value="'.$dom.'" /> |
<input type="hidden" name="showdom" value="'.$dom.'" /> |
Line 545 END
|
Line 612 END
|
&print_request_form($r,$action,$state,$page,$states,$dom); |
&print_request_form($r,$action,$state,$page,$states,$dom); |
} elsif ($action eq 'view') { |
} elsif ($action eq 'view') { |
$r->print(&header('Manage course requests',$js.$jscript,$loaditems).$crumb); |
$r->print(&header('Manage course requests',$js.$jscript,$loaditems).$crumb); |
|
if ($state eq 'pick_request') { |
|
$r->print(&print_request_status($dom)); |
|
} |
} elsif ($action eq 'log') { |
} elsif ($action eq 'log') { |
$r->print(&coursereq_log('View request log',$jscript,$loaditems).$crumb); |
$r->print(&coursereq_log('View request log',$jscript,$loaditems).$crumb); |
} |
} |
$r->print(&Apache::loncommon::end_page()); |
$r->print(&Apache::loncommon::end_page()); |
return; |
return; |
Line 619 sub print_request_form {
|
Line 689 sub print_request_form {
|
$r->print('<div>'.&Apache::lonhtmlcommon::start_pick_box().$codepicker. |
$r->print('<div>'.&Apache::lonhtmlcommon::start_pick_box().$codepicker. |
&Apache::lonhtmlcommon::end_pick_box().'</div>'); |
&Apache::lonhtmlcommon::end_pick_box().'</div>'); |
} else { |
} else { |
$r->print(&courseinfo_form($dom,$formname,$crstype)); |
$r->print(&courseinfo_form($dom,$formname,$crstype,$next)); |
} |
} |
} else { |
} else { |
$r->print(&courseinfo_form($dom,$formname,$crstype)); |
$r->print(&courseinfo_form($dom,$formname,$crstype,$next)); |
} |
} |
} elsif ($prev eq 'codepick') { |
} elsif ($prev eq 'codepick') { |
$r->print(&courseinfo_form($dom,$formname,$crstype)); |
$r->print(&courseinfo_form($dom,$formname,$crstype,$next)); |
} elsif ($state eq 'enrollment') { |
} elsif ($state eq 'enrollment') { |
if ($crstype eq 'official') { |
if ($crstype eq 'official') { |
&Apache::lonnet::auto_possible_instcodes($dom,\@codetitles,\%cat_titles, |
&Apache::lonnet::auto_possible_instcodes($dom,\@codetitles,\%cat_titles, |
Line 647 sub print_request_form {
|
Line 717 sub print_request_form {
|
\%cat_order,\@code_order); |
\%cat_order,\@code_order); |
} |
} |
my $result = &print_request_outcome($dom,\@codetitles,\@code_order); |
my $result = &print_request_outcome($dom,\@codetitles,\@code_order); |
|
$r->print($result); |
} |
} |
my @excluded = ('counter'); |
my @excluded = ('counter'); |
my %elements = &form_elements($dom); |
my %elements = &form_elements($dom); |
Line 672 sub print_request_form {
|
Line 743 sub print_request_form {
|
push(@excluded,'instcode'); |
push(@excluded,'instcode'); |
} |
} |
$r->print(&Apache::lonhtmlcommon::echo_form_input(\@excluded).'</form>'); |
$r->print(&Apache::lonhtmlcommon::echo_form_input(\@excluded).'</form>'); |
&display_navbuttons($r,$formname,$prev,$navtxt{'prev'},$next,$navtxt{'next'}); |
&display_navbuttons($r,$formname,$prev,$navtxt{'prev'},$next,$navtxt{'next'},$state); |
return; |
return; |
} |
} |
|
|
Line 784 sub inst_section_selector {
|
Line 855 sub inst_section_selector {
|
} |
} |
|
|
sub date_setting_table { |
sub date_setting_table { |
my ($starttime,$endtime,$formname,$suffix,%datetitles) = @_; |
my ($starttime,$endtime,$formname,$prefix,%datetitles) = @_; |
my ($perpetual,$table); |
my ($perpetual,$table); |
my $startform = &Apache::lonhtmlcommon::date_setter($formname,'start'.$suffix, |
my $startform = &Apache::lonhtmlcommon::date_setter($formname,$prefix.'start', |
$starttime,'','','',1,'','','',1); |
$starttime,'','','',1,'','','',1); |
my $endform = &Apache::lonhtmlcommon::date_setter($formname,'end'.$suffix, |
my $endform = &Apache::lonhtmlcommon::date_setter($formname,$prefix.'end', |
$endtime,'','','',1,'','','',1); |
$endtime,'','','',1,'','','',1); |
if ($suffix eq 'access') { |
if ($prefix eq 'access') { |
$perpetual = ' <span class="LC_nobreak"><label>'. |
$perpetual = ' <span class="LC_nobreak"><label>'. |
'<input type="checkbox" name="no_end_date" />'. |
'<input type="checkbox" name="no_end_date" />'. |
&mt('No end date').'</label></span>'; |
&mt('No end date').'</label></span>'; |
Line 815 sub print_personnel_menu {
|
Line 886 sub print_personnel_menu {
|
$persontotal ++; |
$persontotal ++; |
} |
} |
my $userlinktxt = &mt('Set User'); |
my $userlinktxt = &mt('Set User'); |
my @items = ('uname','dom','last','first','email','hidedom'); |
my @items = ('uname','dom','lastname','firstname','emailaddr','hidedom'); |
|
|
my $roleoptions; |
my $roleoptions; |
my @roles = &Apache::lonuserutils::roles_by_context('course'); |
my @roles = &Apache::lonuserutils::roles_by_context('course'); |
Line 894 sub print_personnel_menu {
|
Line 965 sub print_personnel_menu {
|
$existmult.'>'."\n".$existops.'</select>'.(' ' x3); |
$existmult.'>'."\n".$existops.'</select>'.(' ' x3); |
} |
} |
$sectionselector .= $newtitle. |
$sectionselector .= $newtitle. |
'<input type="text" name="person_'.$i.'_newsec" size="15" value="" />'. |
'<input type="text" name="person_'.$i.'_newsec" size="15" value="" />'."\n"; |
'<input type="hidden" name="person_'.$i.'_sections" value="" />'."\n"; |
|
|
|
$output .= |
$output .= |
&Apache::lonhtmlcommon::row_title(&mt('Additional Personnel').'<br />'. |
&Apache::lonhtmlcommon::row_title(&mt('Additional Personnel').'<br />'. |
'<span class="LC_nobreak">'.$userlink. |
'<span class="LC_nobreak">'.$userlink. |
'</span>'). |
'</span>'). |
'<table><tr><td align="center" valign="top">'.&mt('Username').'<br />'.$uname_form.'</td>'."\n". |
'<table><tr><td align="center" valign="top">'.&mt('Username').'<br />'.$uname_form.'</td>'."\n". |
'<td align="center" valign="top" colspan="2">'.&mt('Domain').'<br />'.$udom_form.'</td></tr><tr>'."\n". |
'<td align="center" valign="top" colspan="2">'.&mt('Domain').'<br />'.$udom_form.'</td></tr><tr>'."\n". |
'<td align="center" valign="top">'.&mt('First Name').'<br />'.$form_elems{'first'}.'</td>'."\n". |
'<td align="center" valign="top">'.&mt('First Name').'<br />'.$form_elems{'firstname'}.'</td>'."\n". |
'<td align="center" valign="top">'.&mt('Last Name').'<br />'.$form_elems{'last'}.'</td>'."\n". |
'<td align="center" valign="top">'.&mt('Last Name').'<br />'.$form_elems{'lastname'}.'</td>'."\n". |
'<td align="center" valign="top">'.&mt('E-mail').'<br />'.$form_elems{email}.'</td></tr>'."\n". |
'<td align="center" valign="top">'.&mt('E-mail').'<br />'.$form_elems{'emailaddr'}.'</td></tr>'."\n". |
'<tr><td align="center" valign="top">'.&mt('Role').'<br />'.$roleselector.'</td>'."\n". |
'<tr><td align="center" valign="top">'.&mt('Role').'<br />'.$roleselector.'</td>'."\n". |
'<td'.$seccolspan.' align="center" valign="top">'.&mt('Section(s)').'<br />'.$sectionselector.'</td>'."\n". |
'<td'.$seccolspan.' align="center" valign="top">'.&mt('Section(s)').'<br />'.$sectionselector.'</td>'."\n". |
'</tr></table>'.&Apache::lonhtmlcommon::row_closure(); |
'</tr></table>'.&Apache::lonhtmlcommon::row_closure(); |
Line 920 sub print_personnel_menu {
|
Line 989 sub print_personnel_menu {
|
} |
} |
|
|
sub print_request_status { |
sub print_request_status { |
my ($dom,$crumb) = @_; |
my ($dom) = @_; |
my $js = <<END; |
my %statusinfo = &Apache::lonnet::dump('courserequests',$env{'user.domain'}, |
|
$env{'user.name'},'^status:'.$dom); |
function backPage(formname,prevstate) { |
my ($output,$formname,%queue_by_date,%typenames); |
formname.state.value = prevstate; |
if ($env{'form.crstype'} eq 'any') { |
formname.submit(); |
%typenames = &Apache::lonlocal::texthash ( |
} |
official => 'Official course', |
|
unofficial => 'Unofficial course', |
END |
community => 'Community', |
my $output = &header('Course Requests',$js).$crumb; |
); |
my %requests = &Apache::lonnet::dumpstore('courserequests',$env{'user.domain'}, |
} |
$env{'user.name'}); |
foreach my $key (keys(%statusinfo)) { |
my %queue_by_date; |
if (($statusinfo{$key} eq 'approval') || ($statusinfo{$key} eq 'pending')) { |
foreach my $key (keys(%requests)) { |
(undef,my($cdom,$cnum)) = split(':',$key); |
if (ref($requests{$key}) eq 'HASH') { |
next if ($cdom ne $dom); |
my ($cdom,$cnum) = split('_',$key); |
my $requestkey = $cdom.'_'.$cnum; |
next if ($cdom ne $dom); |
if ($requestkey =~ /^($match_domain)_($match_courseid)$/) { |
my $entry; |
my %history = &Apache::lonnet::restore($requestkey,'courserequests', |
my $timestamp = $requests{$key}{'timestamp'}; |
$env{'user.domain'},$env{'user.name'}); |
my $crstype = $requests{$key}{'crstype'}; |
my $entry; |
my $status = $requests{$key}{'status'}; |
my $timestamp = $history{'reqtime'}; |
next unless (($env{'form.crstype'} eq 'all') || |
my $crstype = $history{'crstype'}; |
($env{'form.crstype'} eq $crstype)); |
my $disposition = $history{'disposition'}; |
next unless (($status eq 'approval') || ($status eq 'pending')); |
next if ((exists($history{'status'})) && ($history{'status'} eq 'created')); |
if (ref($requests{$key}{'details'}) eq 'HASH') { |
next unless (($env{'form.crstype'} eq 'any') || |
$entry = $key.':'.$crstype.':'.$requests{$key}{'details'}{'cdesc'}; |
($env{'form.crstype'} eq $crstype)); |
if ($crstype eq 'official') { |
next unless (($disposition eq 'approval') || |
$entry .= ':'.$requests{$key}{'details'}{'instcode'}; |
($disposition eq 'pending')); |
} |
if (ref($history{'details'}) eq 'HASH') { |
} |
$entry = $requestkey.':'.$crstype.':'. |
if ($entry ne '') { |
&escape($history{'details'}{'cdescr'}); |
if (exists($queue_by_date{$timestamp})) { |
if ($crstype eq 'official') { |
if (ref($queue_by_date{$timestamp}) eq 'ARRAY') { |
$entry .= ':'.&escape($history{'details'}{'instcode'}); |
push(@{$queue_by_date{$timestamp}},$entry); |
} |
|
} |
|
if ($entry ne '') { |
|
if (exists($queue_by_date{$timestamp})) { |
|
if (ref($queue_by_date{$timestamp}) eq 'ARRAY') { |
|
push(@{$queue_by_date{$timestamp}},$entry); |
|
} |
|
} else { |
|
@{$queue_by_date{$timestamp}} = ($entry); |
} |
} |
} else { |
|
@{$queue_by_date{$timestamp}} = ($entry); |
|
} |
} |
} |
} |
} |
} |
} |
} |
my $formname = 'requestcrs'; |
$formname = 'requestcrs'; |
my @sortedtimes = sort {$a <=> $b} (keys(%queue_by_date)); |
my @sortedtimes = sort {$a <=> $b} (keys(%queue_by_date)); |
$output .= '<form method="post" name="'.$formname.'" action="/adm/requestcourse" />'."\n". |
$output = '<h3>'.&mt('Pending course requests').'</h3><div>'."\n". |
|
'<form method="post" name="'.$formname.'" action="/adm/requestcourse" />'."\n". |
'<input type="hidden" name="action" value="'.$env{'form.action'}.'" />'."\n". |
'<input type="hidden" name="action" value="'.$env{'form.action'}.'" />'."\n". |
'<input type="hidden" name="state" value="'.$env{'form.state'}.'" />'."\n". |
'<input type="hidden" name="state" value="'.$env{'form.state'}.'" />'."\n". |
'<input type="hidden" name="crstype" value="'.$env{'form.crstype'}.'" />'."\n"; |
'<input type="hidden" name="crstype" value="'.$env{'form.crstype'}.'" />'."\n"; |
Line 971 END
|
Line 1047 END
|
$output .= &Apache::loncommon::start_data_table(). |
$output .= &Apache::loncommon::start_data_table(). |
&Apache::loncommon::start_data_table_header_row(). |
&Apache::loncommon::start_data_table_header_row(). |
'<th>'.&mt('Action').'</th>'. |
'<th>'.&mt('Action').'</th>'. |
'<th>'.&mt('Description').'</th>'; |
'<th>'.&mt('Course Description').'</th>'. |
if ($env{'form.crstype'} eq 'all') { |
'<th>'.&mt('Domain').'</th>'; |
|
if ($env{'form.crstype'} eq 'any') { |
$output .= '<th>'.&mt('Type').'</th>'; |
$output .= '<th>'.&mt('Type').'</th>'; |
} |
} |
if (($env{'form.crstype'} eq 'all') || ($env{'form.crstype'} eq 'official')) { |
if (($env{'form.crstype'} eq 'any') || ($env{'form.crstype'} eq 'official')) { |
$output .= '<th>'.&mt('Institutional Code').'</th>'; |
$output .= '<th>'.&mt('Institutional Code').'</th>'; |
} |
} |
$output .= '<th>'.&mt('Date requested').'</th>'. |
$output .= '<th>'.&mt('Date requested').'</th>'. |
Line 989 END
|
Line 1066 END
|
my ($cdom,$cnum) = split('_',$key); |
my ($cdom,$cnum) = split('_',$key); |
$output .= &Apache::loncommon::start_data_table_row(). |
$output .= &Apache::loncommon::start_data_table_row(). |
'<td><input type="button" value="'.&mt('Select').'" onclick="javascript:viewrequest('."'$cdom','$cnum'".')" /></td>'. |
'<td><input type="button" value="'.&mt('Select').'" onclick="javascript:viewrequest('."'$cdom','$cnum'".')" /></td>'. |
'<td>'.$desc.'</td>'; |
'<td>'.&unescape($desc).'</td>'. |
if ($env{'form.crstype'} eq 'all') { |
'<td>'.$cdom.'</td>'; |
$output .= '<td>'.&course_types($type).'</td>'; |
if ($env{'form.crstype'} eq 'any') { |
|
my $typename = $typenames{$type}; |
|
if ($typename eq '') { |
|
$typename = &mt('Unknown type'); |
|
} |
|
$output .= '<td>'.$typename.'</td>'; |
} |
} |
if (($env{'form.crstype'} eq 'all') || |
if (($env{'form.crstype'} eq 'any') || |
($env{'form.crstype'} eq 'official')) { |
($env{'form.crstype'} eq 'official')) { |
$output .= '<td>'.$instcode.'</td>'; |
my $showinstcode; |
|
if ($type eq 'official') { |
|
$showinstcode = &unescape($instcode); |
|
} else { |
|
$showinstcode = &mt('Not applicable'); |
|
} |
|
$output .= '<td>'.$showinstcode.'</td>'; |
} |
} |
$output .= '<td>'.$showtime.'</td>'. |
$output .= '<td>'.$showtime.'</td>'. |
&Apache::loncommon::end_data_table_row(); |
&Apache::loncommon::end_data_table_row(); |
Line 1004 END
|
Line 1092 END
|
} |
} |
$output .= &Apache::loncommon::end_data_table(); |
$output .= &Apache::loncommon::end_data_table(); |
} else { |
} else { |
$output .= '<div class="LC_info">'.&mt('You have no course requests pending approval by a Domain Coordinator or held in a queue pending administrative action at your institution.').'</div>'; |
$output .= '<div>'.&mt('You have no matching course requests awaiting approval by a Domain Coordinator or held in a queue pending administrative action at your institution.').'</div>'; |
} |
} |
$output .= ' |
$output .= ' |
<input type="button" name="prev" value="'.&mt('Back').'" onclick="javascript:backPage(document.'.$formname.",'crstype'".')" /> |
<br /><input type="button" name="prev" value="'.&mt('Back').'" onclick="javascript:backPage(document.'.$formname.",'crstype'".')" /> |
</form>'. |
</form></div>'; |
&Apache::loncommon::end_page(); |
|
return $output; |
return $output; |
} |
} |
|
|
Line 1066 sub print_review {
|
Line 1153 sub print_review {
|
$section_headers = '<th>'.&mt('Sections').'</th>'. |
$section_headers = '<th>'.&mt('Sections').'</th>'. |
'<th>'.&mt('Crosslistings').'</th>'; |
'<th>'.&mt('Crosslistings').'</th>'; |
|
|
my ($startenroll,$endenroll) = &dates_from_form('startenroll','endenroll'); |
my ($enrollstart,$enrollend) = &dates_from_form('enrollstart','enrollend'); |
my @autoroster = (&mt('No'),&mt('Yes')); |
my @autoroster = (&mt('No'),&mt('Yes')); |
$enroll_values = '<td>'.$autoroster[$env{'form.autoadds'}].'</td>'. |
$enroll_values = '<td>'.$autoroster[$env{'form.autoadds'}].'</td>'. |
'<td>'.$autoroster[$env{'form.autodrops'}].'</td>'. |
'<td>'.$autoroster[$env{'form.autodrops'}].'</td>'. |
'<td>'.&Apache::lonlocal::locallocaltime($startenroll).'</td>'. |
'<td>'.&Apache::lonlocal::locallocaltime($enrollstart).'</td>'. |
'<td>'.&Apache::lonlocal::locallocaltime($endenroll).'</td>'; |
'<td>'.&Apache::lonlocal::locallocaltime($enrollend).'</td>'; |
$section_values = '<td><table class="LC_innerpickbox"><tr><th>'. |
$section_values = '<td><table class="LC_innerpickbox"><tr><th>'. |
&mt('Institutional section').'</th>'. |
&mt('Institutional section').'</th>'. |
'<th>'.&mt('LON-CAPA section').'</th></tr>'; |
'<th>'.&mt('LON-CAPA section').'</th></tr>'; |
Line 1127 sub print_review {
|
Line 1214 sub print_review {
|
|
|
my %ctxt = &clone_text(); |
my %ctxt = &clone_text(); |
$inst_headers .= '<th>'.&mt('Clone From').'</th>'; |
$inst_headers .= '<th>'.&mt('Clone From').'</th>'; |
if (($env{'form.clonecourse'} =~ /^$match_name$/) && |
if (($env{'form.clonecrs'} =~ /^$match_name$/) && |
($env{'form.clonedomain'} =~ /^$match_domain$/)) { |
($env{'form.clonedom'} =~ /^$match_domain$/)) { |
my %coursehash = |
my $canclone = &Apache::loncoursequeueadmin::can_clone_course($env{'user.name'}, |
&Apache::lonnet::courseiddump($env{'form.clonedomain'},'.',1,'.','.', |
$env{'user.domain'},$env{'form.clonecrs'}, $env{'form.clonedom'}); |
$env{'form.clonecourse'},undef,undef,'.'); |
if ($canclone) { |
my $cloneid = $env{'form.clonedomain'}.'_'.$env{'form.clonecourse'}; |
my %courseenv = &Apache::lonnet::userenvironment($env{'form.clonedom'}, |
if (ref($coursehash{$cloneid}) eq 'HASH') { |
$env{'form.clonecrs'},('description','internal.coursecode')); |
$inst_headers .= '<th>'.$ctxt{'dsh'}.'</th>'; |
if (keys(%courseenv) > 0) { |
my $clonedesc = $coursehash{$cloneid}{'description'}; |
$inst_headers .= '<th>'.$ctxt{'dsh'}.'</th>'; |
my $cloneinst = $coursehash{$cloneid}{'inst_code'}; |
$inst_values .= '<td>'.$courseenv{'description'}.' '; |
|
my $cloneinst = $courseenv{'internal.coursecode'}; |
$inst_values .= '<td>'.$clonedesc.' '; |
if ($cloneinst ne '') { |
if ($cloneinst ne '') { |
$inst_values .= &mt('([_1] in [_2])',$cloneinst,$env{'form.clonedom'}); |
$inst_values .= &mt('([_1] in [_2])',$cloneinst,$env{'form.clonedomain'}); |
} else { |
} else { |
$inst_values .= &mt('(from [_1])',$env{'form.clonedom'}); |
$inst_values .= &mt('(from [_1])',$env{'form.clonedomain'}); |
} |
} |
$inst_values .= '</td><td>'; |
$inst_values .= '</td><td>'; |
if ($env{'form.datemode'} eq 'preserve') { |
if ($env{'form.datemode'} eq 'preserve') { |
$inst_values .= $ctxt{'pcd'}; |
$inst_values .= $ctxt{'pcd'}; |
} elsif ($env{'form.datemode'} eq 'shift') { |
} elsif ($env{'form.datemode'} eq 'shift') { |
$inst_values .= &mt('Shift dates by [_1] days',$env{'form.dateshift'}); |
$inst_values .= &mt('Shift dates by [_1] days',$env{'form.dateshift'}); |
} else { |
} else { |
$inst_values .= $ctxt{'ncd'}; |
$inst_values .= $ctxt{'ncd'}; |
} |
} |
$inst_values .= '</td>'; |
$inst_values .= '</td>'; |
} else { |
} else { |
$inst_values .= '<td>'.&mt('Unknown').'</td>'; |
$inst_values .= '<td>'.&mt('Unknown').'</td>'; |
} |
} |
} else { |
|
$inst_values .= '<td>'.&mt('Not permitted'),'</td>'; |
|
} |
} else { |
} else { |
$inst_values .= '<td>'.&mt('None').'</td>'; |
$inst_values .= '<td>'.&mt('None').'</td>'; |
} |
} |
$enroll_headers .= '<th>'.&mt('Access Starts').'</th>'. |
$enroll_headers .= '<th>'.&mt('Access Starts').'</th>'. |
'<th>'.&mt('Access Ends').'</th>'; |
'<th>'.&mt('Access Ends').'</th>'; |
my ($startaccess,$endaccess) = &dates_from_form('startaccess','endaccess'); |
my ($accessstart,$accessend) = &dates_from_form('accessstart','accessend'); |
$enroll_values .= '<td>'.&Apache::lonlocal::locallocaltime($startaccess).'</td>'; |
$enroll_values .= '<td>'.&Apache::lonlocal::locallocaltime($accessstart).'</td>'; |
if ($endaccess == 0) { |
if ($accessend == 0) { |
$enroll_values .= '<td>'.&mt('No end date').'</td>'; |
$enroll_values .= '<td>'.&mt('No end date').'</td>'; |
} else { |
} else { |
$enroll_values .= '<td>'.&Apache::lonlocal::locallocaltime($endaccess).'</td>'; |
$enroll_values .= '<td>'.&Apache::lonlocal::locallocaltime($accessend).'</td>'; |
} |
} |
|
|
my $container = 'Course'; |
my $container = 'Course'; |
Line 1182 sub print_review {
|
Line 1271 sub print_review {
|
'<td>'.&mt('None').'</td></tr>'; |
'<td>'.&mt('None').'</td></tr>'; |
for (my $i=0; $i<$env{'form.persontotal'}; $i++) { |
for (my $i=0; $i<$env{'form.persontotal'}; $i++) { |
if ($env{'form.person_'.$i.'_uname'} ne '') { |
if ($env{'form.person_'.$i.'_uname'} ne '') { |
|
my @allsecs = &Apache::loncommon::get_env_multiple('form.person_'.$i.'_sec'); |
|
my $newsec = $env{'form.person_'.$i.'_newsec'}; |
|
$newsec =~ s/^\s+//; |
|
$newsec =~s/\s+$//; |
|
my @newsecs = split(/[\s,;]+/,$newsec); |
|
foreach my $sec (@newsecs) { |
|
next if ($sec =~ /\W/); |
|
next if ($newsec eq 'none'); |
|
if ($sec ne '') { |
|
unless (grep(/^\Q$sec\E$/,@allsecs)) { |
|
push(@allsecs,$sec); |
|
} |
|
} |
|
} |
|
my $showsec = 'None'; |
|
if (@allsecs) { |
|
$showsec = join(', ',@allsecs); |
|
} |
$personnel_values .= |
$personnel_values .= |
'<tr><td>'.$env{'form.person_'.$i.'_first'}.' '. |
'<tr><td>'.$env{'form.person_'.$i.'_firstname'}.' '. |
$env{'form.person_'.$i.'_last'}.'</td>'. |
$env{'form.person_'.$i.'_lastname'}.'</td>'. |
'<td>'.$env{'form.person_'.$i.'_uname'}.':'. |
'<td>'.$env{'form.person_'.$i.'_uname'}.':'. |
$env{'form.person_'.$i.'_dom'}.'</td>'. |
$env{'form.person_'.$i.'_dom'}.'</td>'. |
'<td>'.&Apache::lonnet::plaintext($env{'form.person_'.$i.'_role'}, |
'<td>'.&Apache::lonnet::plaintext($env{'form.person_'.$i.'_role'}, |
$container).'</td>'. |
$container).'</td>'. |
'<td>'.$env{'form.person_'.$i.'_sections'}.'</td></tr>'; |
'<td>'.$showsec.'</td></tr>'; |
} |
} |
} |
} |
my $output = '<p>'.&mt('Review the details of the course request before submission.').'</p>'. |
my $output = '<p>'.&mt('Review the details of the course request before submission.').'</p>'. |
Line 1232 sub dates_from_form {
|
Line 1339 sub dates_from_form {
|
my ($startname,$endname) = @_; |
my ($startname,$endname) = @_; |
my $startdate = &Apache::lonhtmlcommon::get_date_from_form($startname); |
my $startdate = &Apache::lonhtmlcommon::get_date_from_form($startname); |
my $enddate = &Apache::lonhtmlcommon::get_date_from_form($endname); |
my $enddate = &Apache::lonhtmlcommon::get_date_from_form($endname); |
if ($endname eq 'endaccess') { |
if ($endname eq 'accessend') { |
if (exists($env{'form.no_end_date'}) ) { |
if (exists($env{'form.no_end_date'}) ) { |
$enddate = 0; |
$enddate = 0; |
} |
} |
Line 1241 sub dates_from_form {
|
Line 1348 sub dates_from_form {
|
} |
} |
|
|
sub courseinfo_form { |
sub courseinfo_form { |
my ($dom,$formname,$crstype) = @_; |
my ($dom,$formname,$crstype,$next) = @_; |
my $output = '<div>'.&Apache::lonhtmlcommon::start_pick_box(). |
my $nodescr = &mt('You must provide a (brief) course description.'); |
&Apache::lonhtmlcommon::row_title('Course Description'). |
my $js_validate = <<"ENDJS"; |
'<input type="text" size="40" name="cdescr" />'. |
<script type="text/javascript"> |
&Apache::lonhtmlcommon::row_closure(1). |
// <![CDATA[' |
&Apache::lonhtmlcommon::end_pick_box().'</div>'. |
|
'<div>'.&clone_form($dom,$formname,$crstype).'</div>'."\n"; |
function validateForm() { |
|
if ((document.$formname.cdescr.value == "") || (document.$formname.cdescr.value == "undefined")) { |
|
alert('$nodescr'); |
|
return; |
|
} |
|
nextPage(document.$formname,'$next'); |
|
} |
|
// ]] |
|
</script> |
|
|
|
ENDJS |
|
|
|
my $output .= $js_validate."\n".'<div>'.&Apache::lonhtmlcommon::start_pick_box(). |
|
&Apache::lonhtmlcommon::row_title('Course Description'). |
|
'<input type="text" size="40" name="cdescr" />'; |
|
my ($home_server_pick,$numlib) = |
|
&Apache::loncommon::home_server_form_item($dom,'chome', |
|
'default','hide'); |
|
if ($numlib > 1) { |
|
$output .= &Apache::lonhtmlcommon::row_closure(). |
|
&Apache::lonhtmlcommon::row_title( |
|
&mt('Home Server for Course')); |
|
} |
|
$output .= $home_server_pick. |
|
&Apache::lonhtmlcommon::row_closure(1). |
|
&Apache::lonhtmlcommon::end_pick_box().'</div>'. |
|
'<div>'.&clone_form($dom,$formname,$crstype).'</div>'."\n"; |
return $output; |
return $output; |
} |
} |
|
|
Line 1257 sub clone_form {
|
Line 1390 sub clone_form {
|
if ($crstype eq 'community') { |
if ($crstype eq 'community') { |
$type = 'Community'; |
$type = 'Community'; |
} |
} |
my $cloneform = &Apache::loncommon::select_dom_form($dom,'clonedomain'). |
my $cloneform = &Apache::loncommon::select_dom_form($dom,'clonedom'). |
&Apache::loncommon::selectcourse_link($formname,'clonecourse','clonedomain','','','',$type); |
&Apache::loncommon::selectcourse_link($formname,'clonecrs','clonedom','','','',$type); |
my %lt = &clone_text(); |
my %lt = &clone_text(); |
my $output .= |
my $output .= |
&Apache::lonhtmlcommon::start_pick_box(). |
&Apache::lonhtmlcommon::start_pick_box(). |
&Apache::lonhtmlcommon::row_title($lt{'cid'}).'<label>'. |
&Apache::lonhtmlcommon::row_title($lt{'cid'}).'<label>'. |
'<input type="text" size="25" name="clonecourse" value="" onfocus="this.blur();'. |
'<input type="text" size="25" name="clonecrs" value="" onfocus="this.blur();'. |
'opencrsbrowser('."'$formname','clonecourse','clonedomain','','','','$type'".');" />'. |
'opencrsbrowser('."'$formname','clonecrs','clonedom','','','','$type'".');" />'. |
'</label>'.&Apache::lonhtmlcommon::row_closure(1).'<label>'. |
'</label>'.&Apache::lonhtmlcommon::row_closure(1).'<label>'. |
&Apache::lonhtmlcommon::row_title($lt{'dmn'}).'</label>'. |
&Apache::lonhtmlcommon::row_title($lt{'dmn'}).'</label>'. |
$cloneform.'</label>'.&Apache::lonhtmlcommon::row_closure(). |
$cloneform.'</label>'.&Apache::lonhtmlcommon::row_closure(). |
Line 1396 sub get_course_dom {
|
Line 1529 sub get_course_dom {
|
} |
} |
|
|
sub display_navbuttons { |
sub display_navbuttons { |
my ($r,$formname,$prev,$prevtext,$next,$nexttext) = @_; |
my ($r,$formname,$prev,$prevtext,$next,$nexttext,$state) = @_; |
$r->print('<div class="LC_navbuttons">'); |
$r->print('<div class="LC_navbuttons">'); |
if ($prev) { |
if ($prev) { |
$r->print(' |
$r->print(' |
Line 1409 sub display_navbuttons {
|
Line 1542 sub display_navbuttons {
|
onclick="javascript:history.back()"/> |
onclick="javascript:history.back()"/> |
'); |
'); |
} |
} |
if ($next) { |
if ($state eq 'courseinfo') { |
|
$r->print(' |
|
<input type="button" name="next" value="'.$nexttext.'" onclick="javascript:validateForm();" />'); |
|
} elsif ($next) { |
$r->print(' |
$r->print(' |
<input type="button" name="next" value="'.$nexttext.'" |
<input type="button" name="next" value="'.$nexttext.'" |
onclick="javascript:nextPage(document.'.$formname.','."'".$next."'".')" />'); |
onclick="javascript:nextPage(document.'.$formname.','."'".$next."'".')" />'); |
Line 1419 sub display_navbuttons {
|
Line 1555 sub display_navbuttons {
|
|
|
sub print_request_outcome { |
sub print_request_outcome { |
my ($dom,$codetitles,$code_order) = @_; |
my ($dom,$codetitles,$code_order) = @_; |
my ($output,$cnum,$now,$req_notifylist,$crstype,$startenroll,$endenroll, |
my ($output,$cnum,$now,$req_notifylist,$crstype,$enrollstart,$enrollend, |
%sections,%crosslistings,%personnel,@baduname,@missingdom,%domconfig,); |
%sections,%crosslistings,%personnel,@baduname,@missingdom,%domconfig,); |
$cnum = $env{'form.cnum'}; |
$cnum = $env{'form.cnum'}; |
unless ($cnum =~ /^$match_courseid$/) { |
unless ($cnum =~ /^$match_courseid$/) { |
$output = &mt('Invalid LON-CAPA course number for the new course')."\n"; |
$output = &mt('Invalid LON-CAPA course number for the new course')."\n"; |
return $output; |
return $output; |
} |
} |
|
|
%domconfig = &Apache::lonnet::get_dom('configuration',['requestcourses'],$dom); |
%domconfig = &Apache::lonnet::get_dom('configuration',['requestcourses'],$dom); |
if (ref($domconfig{'requestcourses'}) eq 'HASH') { |
if (ref($domconfig{'requestcourses'}) eq 'HASH') { |
if (ref($domconfig{'requestcourses'}{'notify'}) eq 'HASH') { |
if (ref($domconfig{'requestcourses'}{'notify'}) eq 'HASH') { |
Line 1436 sub print_request_outcome {
|
Line 1573 sub print_request_outcome {
|
$crstype = $env{'form.crstype'}; |
$crstype = $env{'form.crstype'}; |
if ($crstype eq 'official') { |
if ($crstype eq 'official') { |
if (&Apache::lonnet::auto_run('',$dom)) { |
if (&Apache::lonnet::auto_run('',$dom)) { |
($startenroll,$endenroll)=&dates_from_form('startenroll','endenroll'); |
($enrollstart,$enrollend)=&dates_from_form('enrollstart','enrollend'); |
} |
} |
for (my $i=0; $i<$env{'form.sectotal'}; $i++) { |
for (my $i=0; $i<$env{'form.sectotal'}; $i++) { |
if ($env{'form.sec_'.$i}) { |
if ($env{'form.sec_'.$i}) { |
if ($env{'form.secnum_'.$i} ne '') { |
if ($env{'form.secnum_'.$i} ne '') { |
$sections{$env{'form.secnum_'.$i}} = $env{'form.loncapasec_'.$i}; |
$sections{$i}{'inst'} = $env{'form.secnum_'.$i}; |
|
$sections{$i}{'loncapa'} = $env{'form.loncapasec_'.$i}; |
} |
} |
} |
} |
} |
} |
Line 1456 sub print_request_outcome {
|
Line 1594 sub print_request_outcome {
|
} |
} |
} |
} |
$xlistinfo .= $env{'form.crosslist_'.$i.'_instsec'}; |
$xlistinfo .= $env{'form.crosslist_'.$i.'_instsec'}; |
$crosslistings{$xlistinfo} = $env{'form.crosslist_'.$i.'_lcsec'}; |
$crosslistings{$i}{'inst'} = $xlistinfo; |
|
$crosslistings{$i}{'loncapa'} = $env{'form.crosslist_'.$i.'_lcsec'}; |
} |
} |
} |
} |
|
} else { |
|
$enrollstart = ''; |
|
$enrollend = ''; |
} |
} |
|
|
for (my $i=0; $i<$env{'form.persontotal'}; $i++) { |
for (my $i=0; $i<$env{'form.persontotal'}; $i++) { |
my $uname = $env{'form.person_'.$i.'_uname'}; |
my $uname = $env{'form.person_'.$i.'_uname'}; |
my $udom = $env{'form.person_'.$i.'_uname'}; |
my $udom = $env{'form.person_'.$i.'_uname'}; |
if (($uname =~ /^$match_username$/) && ($udom =~ /^$match_domain$/)) { |
if (($uname =~ /^$match_username$/) && ($udom =~ /^$match_domain$/)) { |
if (&Apache::lonnet::domain($udom) ne '') { |
if (&Apache::lonnet::domain($udom) ne '') { |
$personnel{$uname.':'.$udom} = { |
unless (ref($personnel{$uname.':'.$udom}) eq 'HASH') { |
first => $env{'form.person_'.$i.'_first'}, |
$personnel{$uname.':'.$udom} = { |
last => $env{'form.person_'.$i.'_last'}, |
firstname => $env{'form.person_'.$i.'_firstname'}, |
email => $env{'form.person_'.$i.'_email'}, |
lastname => $env{'form.person_'.$i.'_lastname'}, |
role => $env{'form.person_'.$i.'_role'}, |
emailaddr => $env{'form.person_'.$i.'_emailaddr'}, |
sections => $env{'form.person_'.$i.'_sections'}, |
}; |
}; |
} |
|
my $role = $env{'form.person_'.$i.'_role'}; |
|
unless ($role eq '') { |
|
if (ref(@{$personnel{$uname.':'.$udom}{'roles'}}) eq 'ARRAY') { |
|
my @curr_roles = @{$personnel{$uname.':'.$udom}{'roles'}}; |
|
unless (grep(/^\Q$role\E$/,@curr_roles)) { |
|
push(@{$personnel{$uname.':'.$udom}{'roles'}},$role); |
|
} |
|
} else { |
|
@{$personnel{$uname.':'.$udom}{'roles'}} = ($role); |
|
} |
|
if ($role eq 'cc') { |
|
@{$personnel{$uname.':'.$udom}{$role}{'usec'}} = (); |
|
} else { |
|
my @currsec = &Apache::loncommon::get_env_multiple('form.person_'.$i.'_sec'); |
|
my $newsec = $env{'form.person_'.$i.'_newsec'}; |
|
$newsec =~ s/^\s+//; |
|
$newsec =~s/\s+$//; |
|
my @newsecs = split(/[\s,;]+/,$newsec); |
|
foreach my $sec (@newsecs) { |
|
next if ($sec =~ /\W/); |
|
next if ($newsec eq 'none'); |
|
if ($sec ne '') { |
|
unless (grep(/^\Q$sec\E$/,@currsec)) { |
|
push(@currsec,$sec); |
|
} |
|
} |
|
} |
|
@{$personnel{$uname.':'.$udom}{$role}{'usec'}} = @currsec; |
|
} |
|
} |
} else { |
} else { |
push(@missingdom,$uname.':'.$udom); |
push(@missingdom,$uname.':'.$udom); |
} |
} |
Line 1480 sub print_request_outcome {
|
Line 1651 sub print_request_outcome {
|
push(@baduname,$uname.':'.$udom); |
push(@baduname,$uname.':'.$udom); |
} |
} |
} |
} |
|
my ($accessstart,$accessend) = &dates_from_form('accessstart','accessend'); |
my ($startaccess,$endaccess) = &dates_from_form('startaccess','endacess'); |
my $autodrops = 0; |
|
if ($env{'form.autodrops'}) { |
|
$autodrops = $env{'form.autodrops'}; |
|
} |
|
my $autoadds = 0; |
|
if ($env{'form.autoadds'}) { |
|
$autodrops = $env{'form.autoadds'}; |
|
} |
|
my $sectotal = 0; |
|
if ($env{'form.sectotal'}) { |
|
$sectotal = $env{'form.sectotal'}; |
|
} |
|
if ($env{'form.autoadds'}) { |
|
$autodrops = $env{'form.autoadds'}; |
|
} |
|
my $crosslisttotal = 0; |
|
if ($env{'form.crosslisttotal'}) { |
|
$crosslisttotal = $env{'form.crosslisttotal'}; |
|
} |
|
my $instcode = ''; |
|
if (exists($env{'form.instcode'})) { |
|
$instcode = $env{'form.instcode'}; |
|
} |
|
my $clonecrs = ''; |
|
my $clonedom = ''; |
|
if (($env{'form.clonecrs'} =~ /^($match_courseid)$/) && |
|
($env{'form.clonedom'} =~ /^($match_domain)$/)) { |
|
my $clonehome = &Apache::lonnet::homeserver($env{'form.clonedom'},$env{'form.clonecrs'}); |
|
if ($clonehome ne 'no_host') { |
|
my $canclone = &can_clone_course($env{'user.name'},$env{'user.domain'}, |
|
$env{'form.clonecrs'}, $env{'form.clonedom'}); |
|
if ($canclone) { |
|
$clonecrs = $env{'form.clonecrs'}; |
|
$clonedom = $env{'form.clonedom'}; |
|
} |
|
} |
|
} |
my $details = { |
my $details = { |
owner => $env{'user.name'}, |
owner => $env{'user.name'}, |
domain => $env{'user.domain'}, |
domain => $env{'user.domain'}, |
cdom => $dom, |
cdom => $dom, |
cnum => $cnum, |
cnum => $cnum, |
cdesc => $env{'form.cdesc'}, |
coursehome => $env{'form.chome'}, |
|
cdescr => $env{'form.cdescr'}, |
crstype => $env{'form.crstype'}, |
crstype => $env{'form.crstype'}, |
instcode => $env{'form.instcode'}, |
instcode => $instcode, |
clonedomain => $env{'form.clonedomain'}, |
clonedom => $clonedom, |
clonecourse => $env{'form.clonecourse'}, |
clonecrs => $clonecrs, |
datemode => $env{'form.datemode'}, |
datemode => $env{'form.datemode'}, |
dateshift => $env{'form.datshift'}, |
dateshift => $env{'form.dateshift'}, |
sectotal => $env{'form.sectotal'}, |
sectotal => $sectotal, |
sections => \%sections, |
sections => \%sections, |
crosslisttotal => $env{'form.crosslisttotal'}, |
crosslisttotal => $crosslisttotal, |
crosslistings => \%crosslistings, |
crosslists => \%crosslistings, |
autoadds => $env{'form.autoadds'}, |
autoadds => $autoadds, |
autodrops => $env{'form.autodrops'}, |
autodrops => $autodrops, |
startenroll => $startenroll, |
enrollstart => $enrollstart, |
endenroll => $endenroll, |
enrollend => $enrollend, |
startaccess => $startaccess, |
accessstart => $accessstart, |
endaccess => $endaccess, |
accessend => $accessend, |
personnel => \%personnel, |
personnel => \%personnel, |
}; |
}; |
my @inststatuses; |
my @inststatuses; |
Line 1519 sub print_request_outcome {
|
Line 1727 sub print_request_outcome {
|
$output = &mt('Unrecognized course type: [_1]',$crstype); |
$output = &mt('Unrecognized course type: [_1]',$crstype); |
} |
} |
} else { |
} else { |
my ($disposition,$message); |
my ($disposition,$message,$reqstatus); |
my %reqhash = ( |
my %reqhash = ( |
timestamp => $now, |
reqtime => $now, |
crstype => $crstype, |
crstype => $crstype, |
details => $details, |
details => $details, |
); |
); |
Line 1539 sub print_request_outcome {
|
Line 1747 sub print_request_outcome {
|
} else { |
} else { |
$disposition = 'approval'; |
$disposition = 'approval'; |
} |
} |
$reqhash{'status'} = $disposition; |
$reqhash{'disposition'} = $disposition; |
|
$reqstatus = $disposition; |
if ($disposition eq 'rejected') { |
if ($disposition eq 'rejected') { |
$output = &mt('Your course request was rejected.'); |
$output = &mt('Your course request was rejected.'); |
if ($message) { |
if ($message) { |
$output .= '<div class="LC_warning">'.$message.'</div>'; |
$output .= '<div class="LC_warning">'.$message.'</div>'; |
} |
} |
} elsif ($disposition eq 'process') { |
} elsif ($disposition eq 'process') { |
|
my %domdefs = &Apache::lonnet::get_domain_defaults($dom); |
|
my ($logmsg,$newusermsg,$addresult,$enrollcount,$response,$keysmsg,%longroles); |
|
my @roles = &Apache::lonuserutils::roles_by_context('course'); |
my $type = 'Course'; |
my $type = 'Course'; |
if ($crstype eq 'community') { |
if ($crstype eq 'community') { |
$type = 'Community'; |
$type = 'Community'; |
} |
} |
my ($logmsg,$newusermsg,$addresult,$enrollcount,$output,$keysmsg,%longroles); |
|
my @roles = &Apache::lonuserutils::roles_by_context('course'); |
|
foreach my $role (@roles) { |
foreach my $role (@roles) { |
$longroles{$role}=&Apache::lonnet::plaintext($role,$type); |
$longroles{$role}=&Apache::lonnet::plaintext($role,$type); |
} |
} |
my %reqdetails = &build_batchcreatehash($details); |
my $result = &Apache::loncoursequeueadmin::course_creation($dom,$cnum, |
my $cid = &LONCAPA::batchcreatecourse::build_course($dom,$cnum,'request',\%reqdetails,\%longroles,\$logmsg,\$newusermsg,\$addresult,\$enrollcount,\$output,\$keysmsg,$env{'user.domain'},$env{'user.name'},$cnum); |
'autocreate',$details,\$logmsg,\$newusermsg,\$addresult, |
$disposition = 'created'; |
\$enrollcount,\$response,\$keysmsg,\%domdefs,\%longroles); |
if ($cid eq $cnum) { |
if ($result eq 'created') { |
$disposition = 'created'; |
$disposition = 'created'; |
$output = &mt('Your course request has been processed and the course has been created.').'<br />'.&mt('You will need to logout and log-in again to be able to select a role in the course.'); |
$reqstatus = 'created'; |
|
$output = &mt('Your course request has been processed and the course has been created.'). |
|
'<br />'. |
|
&mt('You will need to logout and log-in again to be able to select a role in the course.'); |
} else { |
} else { |
$output = &mt('An error occurred when processing your course request.').'<br />'.&mt('You may want to review the request details and submit the request again.'); |
$output = '<span class="LC_error">'. |
|
&mt('An error occurred when processing your course request.'). |
|
'<br />'. |
|
&mt('You may want to review the request details and submit the request again.'). |
|
'</span>'; |
} |
} |
} else { |
} else { |
my $requestid = $cnum.'_'.$disposition; |
my $requestid = $cnum.'_'.$disposition; |
Line 1572 sub print_request_outcome {
|
Line 1789 sub print_request_outcome {
|
crstype => $crstype, |
crstype => $crstype, |
ownername => $env{'user.name'}, |
ownername => $env{'user.name'}, |
ownerdom => $env{'user.domain'}, |
ownerdom => $env{'user.domain'}, |
description => $env{'form.cdesc'}, |
description => $env{'form.cdescr'}, |
}, |
}, |
}; |
}; |
my $putresult = &Apache::lonnet::newput_dom('courserequestqueue',$request, |
my $putresult = &Apache::lonnet::newput_dom('courserequestqueue',$request, |
Line 1588 sub print_request_outcome {
|
Line 1805 sub print_request_outcome {
|
} |
} |
$output = &mt('Your course request has been recorded.').'<br />'; |
$output = &mt('Your course request has been recorded.').'<br />'; |
if ($disposition eq 'approval') { |
if ($disposition eq 'approval') { |
$output .= &mt('Your course request has been recorded.').'<br />'. |
$output .= &mt('A message will be sent to your LON-CAPA account when a domain coordinator takes action on your request.').'<br />'. |
&mt('A message will be sent to your LON-CAPA account when a domain coordinator takes action on your request.').'<br />'. |
&mt('To access your LON-CAPA message, go to the Main Menu and click on "Send and Receive Messages".').'<br />'; |
&mt('To access your LON-CAPA message, go to the Main Menu and click on "Send and Receive Messages".').'<br />'; |
|
if ($address ne '') { |
if ($address ne '') { |
$output.= &mt('An e-mail will also be sent to: [_1] when this occurs.',$address).'<br />'; |
$output.= &mt('An e-mail will also be sent to: [_1] when this occurs.',$address).'<br />'; |
} |
} |
if ($req_notifylist) { |
if ($req_notifylist) { |
my $fullname = &Apache::loncommon::plainname($env{'user.name'}, |
my $fullname = &Apache::loncommon::plainname($env{'user.name'}, |
$env{'user.domain'}); |
$env{'user.domain'}); |
&Apache::loncoursequeueadmin::send_selfserve_notification($req_notifylist,$fullname,$now,$dom,$details); |
my $sender = $env{'user.name'}.':'.$env{'user.domain'}; |
|
&Apache::loncoursequeueadmin::send_selfserve_notification($req_notifylist,"$fullname ($env{'user.name'}:$env{'user.domain'})",$cnum,$env{'form.cdescr'},$now,'coursereq',$sender); |
} |
} |
} else { |
} else { |
$output .= '<div class="LC_info">'. |
$output .= '<div class="LC_info">'. |
Line 1607 sub print_request_outcome {
|
Line 1824 sub print_request_outcome {
|
'</div>'; |
'</div>'; |
} |
} |
} else { |
} else { |
$reqhash{'status'} = 'domainerror'; |
$reqstatus = 'domainerror'; |
$reqhash{'disposition'} = $disposition; |
$reqhash{'disposition'} = $disposition; |
my $warning = &mt('An error occurred saving your request in the pending requests queue.'); |
my $warning = &mt('An error occurred saving your request in the pending requests queue.'); |
$output = '<span class"LC_warning">'.$warning.'</span><br />'; |
$output = '<span class"LC_warning">'.$warning.'</span><br />'; |
|
|
} |
} |
} |
} |
my $storeresult; |
my ($storeresult,$statusresult); |
if ($requestkey =~ /^($match_domain)_($match_courseid)$/) { |
if ($requestkey =~ /^($match_domain)_($match_courseid)$/) { |
$storeresult = &Apache::lonnet::store_userdata(\%reqhash,$requestkey, |
$storeresult = &Apache::lonnet::store_userdata(\%reqhash,$requestkey, |
'courserequests'); |
'courserequests'); |
|
if ($storeresult eq 'ok') { |
|
my %status = ( |
|
'status:'.$dom.':'.$cnum => $reqstatus, |
|
); |
|
$statusresult = &Apache::lonnet::put('courserequests',\%status); |
|
} |
} else { |
} else { |
$storeresult = 'error: invalid requestkey format'; |
$storeresult = 'error: invalid requestkey format'; |
} |
} |
if ($storeresult ne 'ok') { |
if ($storeresult ne 'ok') { |
$output .= '<span class="LC_warning">'.&mt('An error occurred saving a record of the details of your request.').'</span><br />'; |
$output .= '<span class="LC_warning">'.&mt('An error occurred saving a record of the details of your request: [_1].',$storeresult).'</span><br />'; |
&logthis("Error saving course request - $requestkey for $env{'user.name'}:$env{'user.domain'} - $storeresult"); |
&Apache::lonnet::logthis("Error saving course request - $requestkey for $env{'user.name'}:$env{'user.domain'} - $storeresult"); |
|
} elsif ($statusresult ne 'ok') { |
|
$output .= '<span class="LC_warning">'.&mt('An error occurred saving a record of the status of your request: [_1].',$statusresult).'</span><br />'; |
|
&Apache::lonnet::logthis("Error saving course request status for $requestkey (for $env{'user.name'}:$env{'user.domain'}) - $statusresult"); |
} |
} |
} |
} |
return $output; |
return $output; |
Line 1653 sub get_processtype {
|
Line 1879 sub get_processtype {
|
if ($userenv{'inststatus'} ne '') { |
if ($userenv{'inststatus'} ne '') { |
@{$inststatuses} = split(',',$userenv{'inststatus'}); |
@{$inststatuses} = split(',',$userenv{'inststatus'}); |
} else { |
} else { |
@{$inststatuses} = ('other'); |
@{$inststatuses} = ('default'); |
} |
} |
foreach my $status (@{$inststatuses}) { |
foreach my $status (@{$inststatuses}) { |
if (exists($settings{$crstype}{$status})) { |
if (exists($settings{$crstype}{$status})) { |
Line 1671 sub get_processtype {
|
Line 1897 sub get_processtype {
|
} |
} |
} |
} |
my $maxlimit = 0; |
my $maxlimit = 0; |
|
|
foreach my $key (sort(keys(%alltasks))) { |
foreach my $key (sort(keys(%alltasks))) { |
if ($key =~ /^autolimit=(\d*)$/) { |
if ($key =~ /^autolimit=(\d*)$/) { |
if ($1 eq '') { |
if ($1 eq '') { |
Line 1744 sub check_autolimit {
|
Line 1971 sub check_autolimit {
|
return; |
return; |
} |
} |
|
|
sub build_batchcreatehash { |
|
my ($details) = @_; |
|
my %batchhash; |
|
if (ref($details) eq 'HASH') { |
|
|
|
} |
|
return %batchhash; |
|
} |
|
|
|
sub retrieve_settings { |
sub retrieve_settings { |
my ($dom,$request_id) = @_; |
my ($dom,$request_id) = @_; |
my %reqinfo = &get_request_settings($request_id,$dom); |
my %reqinfo = &get_request_settings($request_id,$dom); |
my %stored; |
my %stored; |
$stored{'cdescr'} = &unescape($reqinfo{'description'}); |
$stored{'cdescr'} = &unescape($reqinfo{'description'}); |
$stored{'startaccess'} = $reqinfo{'startaccess'}; |
$stored{'accessstart'} = $reqinfo{'accessstart'}; |
$stored{'endaccess'} = $reqinfo{'endaccess'}; |
$stored{'accessend'} = $reqinfo{'accessend'}; |
if ($stored{'endaccess'} == 0) { |
if ($stored{'accessend'} == 0) { |
$stored{'no_end_date'} = 1; |
$stored{'no_end_date'} = 1; |
} |
} |
$stored{'startenroll'} = $reqinfo{'startenroll'}; |
$stored{'enrollstart'} = $reqinfo{'enrollstart'}; |
$stored{'endenroll'} = $reqinfo{'endenroll'}; |
$stored{'enrollend'} = $reqinfo{'enrollend'}; |
$stored{'crosslist'} = $reqinfo{'crosslist'}; |
$stored{'crosslist'} = $reqinfo{'crosslist'}; |
$stored{'clonecourse'} = $reqinfo{'clonecourse'}; |
$stored{'clonecrs'} = $reqinfo{'clonecrs'}; |
$stored{'clonedomain'} = $reqinfo{'clonedomain'}; |
$stored{'clonedom'} = $reqinfo{'clonedom'}; |
$stored{'sections'} = $reqinfo{'sections'}; |
$stored{'sections'} = $reqinfo{'sections'}; |
$stored{'personnel'} = $reqinfo{'personnel'}; |
$stored{'personnel'} = $reqinfo{'personnel'}; |
|
|