version 1.82, 2004/01/31 01:21:35
|
version 1.88, 2004/03/01 02:21:57
|
Line 139 sub packagemsg {
|
Line 139 sub packagemsg {
|
'<browsermathml>'.$ENV{'browser.mathml'}.'</browsermathml>'. |
'<browsermathml>'.$ENV{'browser.mathml'}.'</browsermathml>'. |
'<browserraw>'.$ENV{'HTTP_USER_AGENT'}.'</browserraw>'. |
'<browserraw>'.$ENV{'HTTP_USER_AGENT'}.'</browserraw>'. |
'<courseid>'.$ENV{'request.course.id'}.'</courseid>'. |
'<courseid>'.$ENV{'request.course.id'}.'</courseid>'. |
|
'<coursesec>'.$ENV{'request.course.sec'}.'</coursesec>'. |
'<role>'.$ENV{'request.role'}.'</role>'. |
'<role>'.$ENV{'request.role'}.'</role>'. |
'<resource>'.$ENV{'request.filename'}.'</resource>'. |
'<resource>'.$ENV{'request.filename'}.'</resource>'. |
'<msgid>'.$msgid.'</msgid>'. |
'<msgid>'.$msgid.'</msgid>'. |
Line 599 $content{'sendername'}.'@'.
|
Line 600 $content{'sendername'}.'@'.
|
'<br>'.&mt('Subject').': '.$content{'subject'}. |
'<br>'.&mt('Subject').': '.$content{'subject'}. |
'<br><blockquote>'. |
'<br><blockquote>'. |
&Apache::lontexconvert::msgtexconverted($content{'message'}). |
&Apache::lontexconvert::msgtexconverted($content{'message'}). |
'</blockquote>'. |
'</blockquote><small>'. |
|
&mt('You have to confirm that you received this message. After confirmation, this message will be moved to your regular inbox'). |
|
'</small><br />'. |
'<input type=submit name="rec_'.$_.'" value="'.&mt('Confirm Receipt').'">'. |
'<input type=submit name="rec_'.$_.'" value="'.&mt('Confirm Receipt').'">'. |
'<input type=submit name="reprec_'.$_.'" '. |
'<input type=submit name="reprec_'.$_.'" '. |
'value="'.&mt('Confirm Receipt and Reply').'">'; |
'value="'.&mt('Confirm Receipt and Reply').'">'; |
Line 865 ENDCOMP
|
Line 868 ENDCOMP
|
} else { # $broadcast is 'upload' |
} else { # $broadcast is 'upload' |
$r->print(<<ENDUPLOAD); |
$r->print(<<ENDUPLOAD); |
<input type=hidden name=sendmode value=upload> |
<input type=hidden name=sendmode value=upload> |
|
<input type="hidden" name="send" value="on" /> |
<h3>Generate messages from a file</h3> |
<h3>Generate messages from a file</h3> |
<p> |
<p> |
Subject: <input type=text size=50 name=subject> |
Subject: <input type=text size=50 name=subject> |
Line 945 sub facetoface {
|
Line 949 sub facetoface {
|
unless (&Apache::lonnet::allowed('srm',$ENV{'request.course.id'})) { |
unless (&Apache::lonnet::allowed('srm',$ENV{'request.course.id'})) { |
return; |
return; |
} |
} |
|
&Apache::lonhtmlcommon::add_breadcrumb |
|
({href=>'/adm/dropadd?recordftf=query', |
|
text=>"User Notes, Face-to-Face, Critical Messages", |
|
faq=>12,bug=>'Communication Tools'}); |
|
&header($r); |
# from query string |
# from query string |
|
|
if ($ENV{'form.recname'}) { $ENV{'form.recuname'}=$ENV{'form.recname'}; } |
if ($ENV{'form.recname'}) { $ENV{'form.recuname'}=$ENV{'form.recname'}; } |
if ($ENV{'form.recdom'}) { $ENV{'form.recdomain'}=$ENV{'form.recdom'}; } |
if ($ENV{'form.recdom'}) { $ENV{'form.recdomain'}=$ENV{'form.recdom'}; } |
|
|
Line 956 sub facetoface {
|
Line 966 sub facetoface {
|
my $domform = &Apache::loncommon::select_dom_form($defdom,'recdomain'); |
my $domform = &Apache::loncommon::select_dom_form($defdom,'recdomain'); |
my $stdbrws = &Apache::loncommon::selectstudent_link |
my $stdbrws = &Apache::loncommon::selectstudent_link |
('stdselect','recuname','recdomain'); |
('stdselect','recuname','recdomain'); |
|
my %lt=&Apache::lonlocal::texthash('user' => 'Username', |
|
'dom' => 'Domain', |
|
'head' => 'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course', |
|
'subm' => 'Retrieve discussion and message records', |
|
'newr' => 'New Record (record is visible to course faculty and staff)', |
|
'post' => 'Post this Record'); |
$r->print(<<"ENDTREC"); |
$r->print(<<"ENDTREC"); |
<h3>User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course</h3> |
<h3>$lt{'head'}</h3> |
<form method="post" action="/adm/email" name="stdselect"> |
<form method="post" action="/adm/email" name="stdselect"> |
<input type="hidden" name="recordftf" value="retrieve" /> |
<input type="hidden" name="recordftf" value="retrieve" /> |
<table> |
<table> |
<tr><td>Username:</td><td><input type=text size=12 name=recuname value="$ENV{'form.recuname'}"></td> |
<tr><td>$lt{'user'}:</td><td><input type="text" size="12" name="recuname" value="$ENV{'form.recuname'}" /></td> |
<td rowspan="2"> |
<td rowspan="2"> |
$stdbrws |
$stdbrws |
<input type="submit" value="Retrieve discussion and message records"></td> |
<input type="submit" value="$lt{'subm'}" /></td> |
</tr> |
</tr> |
<tr><td>Domain:</td> |
<tr><td>$lt{'dom'}:</td> |
<td>$domform</td></tr> |
<td>$domform</td></tr> |
</table> |
</table> |
</form> |
</form> |
Line 978 ENDTREC
|
Line 994 ENDTREC
|
&user_normal_msg_raw( |
&user_normal_msg_raw( |
$ENV{'course.'.$ENV{'request.course.id'}.'.num'}, |
$ENV{'course.'.$ENV{'request.course.id'}.'.num'}, |
$ENV{'course.'.$ENV{'request.course.id'}.'.domain'}, |
$ENV{'course.'.$ENV{'request.course.id'}.'.domain'}, |
'Record ['.$ENV{'form.recuname'}.':'.$ENV{'form.recdomain'}.']', |
&mt('Record'). |
|
' ['.$ENV{'form.recuname'}.':'.$ENV{'form.recdomain'}.']', |
$ENV{'form.newrecord'}); |
$ENV{'form.newrecord'}); |
} |
} |
$r->print('<h3>'.&Apache::loncommon::plainname($ENV{'form.recuname'}, |
$r->print('<h3>'.&Apache::loncommon::plainname($ENV{'form.recuname'}, |
Line 990 ENDTREC
|
Line 1007 ENDTREC
|
<input name="recuname" value="$ENV{'form.recuname'}" type="hidden" /> |
<input name="recuname" value="$ENV{'form.recuname'}" type="hidden" /> |
ENDRHEAD |
ENDRHEAD |
$r->print(<<ENDBFORM); |
$r->print(<<ENDBFORM); |
<hr />New Record (record is visible to course faculty and staff)<br /> |
<hr />$lt{'newr'}<br /> |
<textarea name="newrecord" cols="80" rows="10" wrap="hard"></textarea> |
<textarea name="newrecord" cols="80" rows="10" wrap="hard"></textarea> |
<br /> |
<br /> |
<input type="hidden" name="recordftf" value="post" /> |
<input type="hidden" name="recordftf" value="post" /> |
<input type="submit" value="Post this record" /> |
<input type="submit" value="$lt{'post'}" /> |
</form> |
</form> |
ENDBFORM |
ENDBFORM |
} |
} |
} |
} |
|
|
|
# ================================================================== The Header |
|
|
|
sub header { |
|
my ($r,$baseurl)=@_; |
|
$r->print('<html><head><title>Communication and Messages</title>'); |
|
if ($baseurl) { |
|
$r->print("<base href=\"http://$ENV{'SERVER_NAME'}/$baseurl\" />"); |
|
} |
|
$r->print(&Apache::loncommon::studentbrowser_javascript().'</head>'. |
|
&Apache::loncommon::bodytag('Communication and Messages')); |
|
$r->print(&Apache::lonhtmlcommon::breadcrumbs |
|
(undef,'Communication and Messages')); |
|
|
|
} |
|
|
# ===================================================================== Handler |
# ===================================================================== Handler |
|
|
sub handler { |
sub handler { |
my $r=shift; |
my $r=shift; |
|
|
# ----------------------------------------------------------- Set document type |
# ----------------------------------------------------------- Set document type |
|
|
&Apache::loncommon::content_type($r,'text/html'); |
&Apache::loncommon::content_type($r,'text/html'); |
$r->send_http_header; |
$r->send_http_header; |
|
|
return OK if $r->header_only; |
return OK if $r->header_only; |
|
|
# --------------------------- Get query string for limited number of parameters |
# --------------------------- Get query string for limited number of parameters |
&Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, |
&Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, |
['display','replyto','forward','markread','markdel','markunread', |
['display','replyto','forward','markread','markdel','markunread', |
Line 1019 sub handler {
|
Line 1051 sub handler {
|
'recordftf','sortedby']); |
'recordftf','sortedby']); |
$sqs='&sortedby='.$ENV{'form.sortedby'}; |
$sqs='&sortedby='.$ENV{'form.sortedby'}; |
# ------------------------------------------------------ They checked for email |
# ------------------------------------------------------ They checked for email |
&Apache::lonnet::put('email_status',{'recnewemail'=>0}); |
&Apache::lonnet::put('email_status',{'recnewemail'=>0}); |
|
|
|
# ----------------------------------------------------------------- Breadcrumbs |
|
|
|
&Apache::lonhtmlcommon::clear_breadcrumbs(); |
|
&Apache::lonhtmlcommon::add_breadcrumb |
|
({href=>"/adm/communicate", |
|
text=>"Communication/Messages", |
|
faq=>12,bug=>'Communication Tools',}); |
|
|
# --------------------------------------------------------------- Render Output |
# --------------------------------------------------------------- Render Output |
if (!$ENV{'form.display'}) { |
|
$r->print('<html><head><title>EMail and Messaging</title>'. |
if ($ENV{'form.display'}) { |
&Apache::loncommon::studentbrowser_javascript().'</head>'. |
my $msgid=$ENV{'form.display'}; |
&Apache::loncommon::bodytag('EMail and Messages'). |
&statuschange($msgid,'read'); |
&Apache::loncommon::help_open_faq(12). |
my %message=&Apache::lonnet::get('nohist_email',[$msgid]); |
&Apache::loncommon::help_open_bug('Communication Tools')); |
my %content=&unpackagemsg($message{$msgid}); |
} |
|
if ($ENV{'form.display'}) { |
|
my $msgid=$ENV{'form.display'}; |
|
&statuschange($msgid,'read'); |
|
my %message=&Apache::lonnet::get('nohist_email',[$msgid]); |
|
my %content=&unpackagemsg($message{$msgid}); |
|
# info to generate "next" and "previous" buttons |
# info to generate "next" and "previous" buttons |
my @messages=&sortedmessages(); |
my @messages=&sortedmessages(); |
my $counter=0; |
my $counter=0; |
$r->print('<pre>'); |
$r->print('<pre>'); |
my $escmsgid=&Apache::lonnet::escape($msgid); |
my $escmsgid=&Apache::lonnet::escape($msgid); |
foreach (@messages) { |
foreach (@messages) { |
if ($_->[5] eq $escmsgid){ |
if ($_->[5] eq $escmsgid){ |
last; |
last; |
} |
} |
$counter++; |
$counter++; |
} |
} |
$r->print('</pre>'); |
$r->print('</pre>'); |
my $number_of_messages = scalar(@messages); #subtract 1 for last index |
my $number_of_messages = scalar(@messages); #subtract 1 for last index |
# start output |
# start output |
$r->print('<html><head><title>EMail and Messaging</title>'); |
$r->print('<html><head><title>EMail and Messaging</title>'); |
if (defined($content{'baseurl'})) { |
$r->print(&Apache::loncommon::studentbrowser_javascript(). |
$r->print("<base href=\"http://$ENV{'SERVER_NAME'}/$content{'baseurl'}\" />"); |
'</head>'. |
} |
&Apache::loncommon::bodytag('EMail and Messages'). |
$r->print(&Apache::loncommon::studentbrowser_javascript(). |
&Apache::loncommon::help_open_faq(12). |
'</head>'. |
&Apache::loncommon::help_open_bug('Communication Tools')); |
&Apache::loncommon::bodytag('EMail and Messages'). |
my %courseinfo=&Apache::lonnet::coursedescription($content{'courseid'}); |
&Apache::loncommon::help_open_faq(12). |
|
&Apache::loncommon::help_open_bug('Communication Tools')); |
$r->print('<br /><b>'.&mt('Subject').':</b> '.$content{'subject'}. |
$r->print('<b>'.&mt('Subject').':</b> '.$content{'subject'}. |
'<br /><b>'.&mt('From').':</b> '. |
'<br><b>'.&mt('From').':</b> '. |
&Apache::loncommon::aboutmewrapper( |
&Apache::loncommon::aboutmewrapper( |
&Apache::loncommon::plainname($content{'sendername'},$content{'senderdomain'}), |
&Apache::loncommon::plainname($content{'sendername'},$content{'senderdomain'}), |
$content{'sendername'},$content{'senderdomain'}).' ('. |
$content{'sendername'},$content{'senderdomain'}).' ('. |
$content{'sendername'}.' at '. |
$content{'sendername'}.' at '. |
$content{'senderdomain'}.') '. |
$content{'senderdomain'}.') '. |
($content{'courseid'}?'<br /><b>'.&mt('Course').':</b> '.$courseinfo{'description'}. |
'<br><b>'.&mt('Time').':</b> '.$content{'time'}.'<p>'. |
($content{'coursesec'}?' ('.&mt('Group/Section').': '.$content{'coursesec'}.')':''):''). |
'<table border=2><tr bgcolor="#FFFFAA"><td>'.&mt('Functions').':</td>'. |
'<br /><b>'.&mt('Time').':</b> '.$content{'time'}.'<p>'. |
'<td><a href="/adm/email?replyto='.&Apache::lonnet::escape($msgid).$sqs. |
'<table border=2><tr bgcolor="#FFFFAA"><td>'.&mt('Functions').':</td>'. |
'"><b>'.&mt('Reply').'</b></a></td>'. |
'<td><a href="/adm/email?replyto='.&Apache::lonnet::escape($msgid).$sqs. |
'<td><a href="/adm/email?forward='.&Apache::lonnet::escape($msgid).$sqs. |
'"><b>'.&mt('Reply').'</b></a></td>'. |
'"><b>'.&mt('Forward').'</b></a></td>'. |
'<td><a href="/adm/email?forward='.&Apache::lonnet::escape($msgid).$sqs. |
'<td><a href="/adm/email?markunread='.&Apache::lonnet::escape($msgid).$sqs. |
'"><b>'.&mt('Forward').'</b></a></td>'. |
'"><b>'.&mt('Mark Unread').'</b></a></td>'. |
'<td><a href="/adm/email?markunread='.&Apache::lonnet::escape($msgid).$sqs. |
'<td><a href="/adm/email?markdel='.&Apache::lonnet::escape($msgid).$sqs. |
'"><b>'.&mt('Mark Unread').'</b></a></td>'. |
'"><b>Delete</b></a></td>'. |
'<td><a href="/adm/email?markdel='.&Apache::lonnet::escape($msgid).$sqs. |
'<td><a href="/adm/email?sortedby='.$ENV{'form.sortedby'}. |
'"><b>Delete</b></a></td>'. |
'"><b>'.&mt('Display all Messages').'</b></a></td>'); |
'<td><a href="/adm/email?sortedby='.$ENV{'form.sortedby'}. |
if ($counter > 0){ |
'"><b>'.&mt('Display all Messages').'</b></a></td>'); |
$r->print('<td><a href="/adm/email?display='.$messages[$counter-1]->[5].$sqs. |
if ($counter > 0){ |
'"><b>'.&mt('Previous').'</b></a></td>'); |
$r->print('<td><a href="/adm/email?display='.$messages[$counter-1]->[5].$sqs. |
} |
'"><b>'.&mt('Previous').'</b></a></td>'); |
if ($counter < $number_of_messages - 1){ |
} |
$r->print('<td><a href="/adm/email?display='.$messages[$counter+1]->[5].$sqs. |
if ($counter < $number_of_messages - 1){ |
'"><b>'.&mt('Next').'</b></a></td>'); |
$r->print('<td><a href="/adm/email?display='.$messages[$counter+1]->[5].$sqs. |
} |
'"><b>'.&mt('Next').'</b></a></td>'); |
$r->print('</tr></table><p><pre>'. |
} |
&Apache::lontexconvert::msgtexconverted($content{'message'},1). |
$r->print('</tr></table><p><pre>'. |
'</pre><hr>'.$content{'citation'}); |
&Apache::lontexconvert::msgtexconverted($content{'message'},1). |
} elsif ($ENV{'form.replyto'}) { |
'</pre><hr>'.$content{'citation'}); |
&comprep($r,$ENV{'form.replyto'}); |
} elsif ($ENV{'form.replyto'}) { |
} elsif ($ENV{'form.sendreply'}) { |
&comprep($r,$ENV{'form.replyto'}); |
if ($ENV{'form.send'}) { |
} elsif ($ENV{'form.sendreply'}) { |
my $msgid=$ENV{'form.sendreply'}; |
if ($ENV{'form.send'}) { |
my %message=&Apache::lonnet::get('nohist_email',[$msgid]); |
my $msgid=$ENV{'form.sendreply'}; |
my %content=&unpackagemsg($message{$msgid},1); |
my %message=&Apache::lonnet::get('nohist_email',[$msgid]); |
&statuschange($msgid,'replied'); |
my %content=&unpackagemsg($message{$msgid},1); |
if ((($ENV{'form.critmsg'}) || ($ENV{'form.sendbck'})) && |
&statuschange($msgid,'replied'); |
(&Apache::lonnet::allowed('srm',$ENV{'request.course.id'}))) { |
if ((($ENV{'form.critmsg'}) || ($ENV{'form.sendbck'})) && |
$r->print(&mt('Sending critical message').': '. |
(&Apache::lonnet::allowed('srm',$ENV{'request.course.id'}))) { |
&user_crit_msg($content{'sendername'}, |
$r->print(&mt('Sending critical message').': '. |
$content{'senderdomain'}, |
&user_crit_msg($content{'sendername'}, |
&Apache::lonfeedback::clear_out_html($ENV{'form.subject'}), |
$content{'senderdomain'}, |
&Apache::lonfeedback::clear_out_html($ENV{'form.message'}), |
&Apache::lonfeedback::clear_out_html($ENV{'form.subject'}), |
$ENV{'form.sendbck'})); |
&Apache::lonfeedback::clear_out_html($ENV{'form.message'}), |
} else { |
$ENV{'form.sendbck'})); |
$r->print(&mt('Sending').': '.&user_normal_msg($content{'sendername'}, |
} else { |
$content{'senderdomain'}, |
$r->print(&mt('Sending').': '.&user_normal_msg($content{'sendername'}, |
&Apache::lonfeedback::clear_out_html($ENV{'form.subject'}), |
$content{'senderdomain'}, |
&Apache::lonfeedback::clear_out_html($ENV{'form.message'}))); |
&Apache::lonfeedback::clear_out_html($ENV{'form.subject'}), |
} |
&Apache::lonfeedback::clear_out_html($ENV{'form.message'}))); |
} |
} |
if ($ENV{'form.displayedcrit'}) { |
} |
&discrit($r); |
if ($ENV{'form.displayedcrit'}) { |
} else { |
&discrit($r); |
&disall($r); |
} else { |
} |
&disall($r); |
} elsif ($ENV{'form.confirm'}) { |
} |
foreach (keys %ENV) { |
} elsif ($ENV{'form.confirm'}) { |
if ($_=~/^form\.rec\_(.*)$/) { |
foreach (keys %ENV) { |
$r->print('<b>Confirming Receipt:</b> '. |
if ($_=~/^form\.rec\_(.*)$/) { |
&user_crit_received($1).'<br>'); |
$r->print('<b>Confirming Receipt:</b> '. |
} |
&user_crit_received($1).'<br>'); |
if ($_=~/^form\.reprec\_(.*)$/) { |
} |
my $msgid=$1; |
if ($_=~/^form\.reprec\_(.*)$/) { |
$r->print('<b>Confirming Receipt:</b> '. |
my $msgid=$1; |
&user_crit_received($msgid).'<br>'); |
$r->print('<b>Confirming Receipt:</b> '. |
&comprep($r,$msgid); |
&user_crit_received($msgid).'<br>'); |
} |
&comprep($r,$msgid); |
} |
} |
&discrit($r); |
} |
} elsif ($ENV{'form.critical'}) { |
&discrit($r); |
&discrit($r); |
} elsif ($ENV{'form.critical'}) { |
} elsif ($ENV{'form.forward'}) { |
&discrit($r); |
&compout($r,$ENV{'form.forward'}); |
} elsif ($ENV{'form.forward'}) { |
} elsif ($ENV{'form.markread'}) { |
&compout($r,$ENV{'form.forward'}); |
} elsif ($ENV{'form.markdel'}) { |
} elsif ($ENV{'form.markread'}) { |
&statuschange($ENV{'form.markdel'},'deleted'); |
} elsif ($ENV{'form.markdel'}) { |
&disall($r); |
&statuschange($ENV{'form.markdel'},'deleted'); |
} elsif ($ENV{'form.markeddel'}) { |
&disall($r); |
my $total=0; |
} elsif ($ENV{'form.markeddel'}) { |
foreach (keys %ENV) { |
my $total=0; |
if ($_=~/^form\.delmark_(.*)$/) { |
foreach (keys %ENV) { |
&statuschange(&Apache::lonnet::unescape($1),'deleted'); |
if ($_=~/^form\.delmark_(.*)$/) { |
$total++; |
&statuschange(&Apache::lonnet::unescape($1),'deleted'); |
} |
$total++; |
} |
} |
$r->print('Deleted '.$total.' message(s)<p>'); |
} |
&disall($r); |
$r->print('Deleted '.$total.' message(s)<p>'); |
} elsif ($ENV{'form.markunread'}) { |
&disall($r); |
&statuschange($ENV{'form.markunread'},'new'); |
} elsif ($ENV{'form.markunread'}) { |
&disall($r); |
&statuschange($ENV{'form.markunread'},'new'); |
} elsif ($ENV{'form.compose'}) { |
&disall($r); |
&compout($r,'',$ENV{'form.compose'}); |
} elsif ($ENV{'form.compose'}) { |
} elsif ($ENV{'form.recordftf'}) { |
&compout($r,'',$ENV{'form.compose'}); |
&facetoface($r,$ENV{'form.recordftf'}); |
} elsif ($ENV{'form.recordftf'}) { |
} elsif ($ENV{'form.sendmail'}) { |
&facetoface($r,$ENV{'form.recordftf'}); |
my $sendstatus=''; |
} elsif ($ENV{'form.sendmail'}) { |
if ($ENV{'form.send'}) { |
my $sendstatus=''; |
my %content=(); |
if ($ENV{'form.send'}) { |
undef %content; |
my %content=(); |
if ($ENV{'form.forwid'}) { |
undef %content; |
my $msgid=$ENV{'form.forwid'}; |
if ($ENV{'form.forwid'}) { |
my %message=&Apache::lonnet::get('nohist_email',[$msgid]); |
my $msgid=$ENV{'form.forwid'}; |
%content=&unpackagemsg($message{$msgid},1); |
my %message=&Apache::lonnet::get('nohist_email',[$msgid]); |
&statuschange($msgid,'forwarded'); |
%content=&unpackagemsg($message{$msgid},1); |
$ENV{'form.message'}.="\n\n-- Forwarded message --\n\n". |
&statuschange($msgid,'forwarded'); |
$content{'message'}; |
$ENV{'form.message'}.="\n\n-- Forwarded message --\n\n". |
} |
$content{'message'}; |
my %toaddr=(); |
} |
undef %toaddr; |
my %toaddr=(); |
if ($ENV{'form.sendmode'} eq 'group') { |
undef %toaddr; |
foreach (keys %ENV) { |
if ($ENV{'form.sendmode'} eq 'group') { |
if ($_=~/^form\.send\_to\_\&\&\&[^\&]*\&\&\&\_(.+)$/) { |
foreach (keys %ENV) { |
$toaddr{$1}=''; |
if ($_=~/^form\.send\_to\_\&\&\&[^\&]*\&\&\&\_(.+)$/) { |
} |
$toaddr{$1}=''; |
} |
} |
} elsif ($ENV{'form.sendmode'} eq 'upload') { |
} |
foreach (split(/[\n\r\f]+/,$ENV{'form.upfile'})) { |
} elsif ($ENV{'form.sendmode'} eq 'upload') { |
my ($rec,$txt)=split(/\s*\:\s*/,$_); |
foreach (split(/[\n\r\f]+/,$ENV{'form.upfile'})) { |
if ($txt) { |
my ($rec,$txt)=split(/\s*\:\s*/,$_); |
$rec=~s/\@/\:/; |
if ($txt) { |
$toaddr{$rec}.=$txt."\n"; |
$rec=~s/\@/\:/; |
} |
$toaddr{$rec}.=$txt."\n"; |
} |
} |
} else { |
} |
$toaddr{$ENV{'form.recuname'}.':'.$ENV{'form.recdomain'}}=''; |
} else { |
} |
$toaddr{$ENV{'form.recuname'}.':'.$ENV{'form.recdomain'}}=''; |
if ($ENV{'form.additionalrec'}) { |
} |
foreach (split(/\,/,$ENV{'form.additionalrec'})) { |
if ($ENV{'form.additionalrec'}) { |
my ($auname,$audom)=split(/\@/,$_); |
foreach (split(/\,/,$ENV{'form.additionalrec'})) { |
$toaddr{$auname.':'.$audom}=''; |
my ($auname,$audom)=split(/\@/,$_); |
} |
$toaddr{$auname.':'.$audom}=''; |
} |
} |
foreach (keys %toaddr) { |
} |
my ($recuname,$recdomain)=split(/\:/,$_); |
foreach (keys %toaddr) { |
my $msgtxt=&Apache::lonfeedback::clear_out_html($ENV{'form.message'}); |
my ($recuname,$recdomain)=split(/\:/,$_); |
if ($toaddr{$_}) { $msgtxt.='<hr>'.$toaddr{$_}; } |
my $msgtxt=&Apache::lonfeedback::clear_out_html($ENV{'form.message'}); |
if ((($ENV{'form.critmsg'}) || ($ENV{'form.sendbck'})) && |
if ($toaddr{$_}) { $msgtxt.='<hr>'.$toaddr{$_}; } |
(&Apache::lonnet::allowed('srm',$ENV{'request.course.id'}))) { |
if ((($ENV{'form.critmsg'}) || ($ENV{'form.sendbck'})) && |
$r->print(&mt('Sending critical message').' ...'); |
(&Apache::lonnet::allowed('srm',$ENV{'request.course.id'}))) { |
$sendstatus.=' '.&user_crit_msg($recuname,$recdomain, |
$r->print(&mt('Sending critical message').' ...'); |
&Apache::lonfeedback::clear_out_html($ENV{'form.subject'}), |
$sendstatus.=' '.&user_crit_msg($recuname,$recdomain, |
$msgtxt, |
&Apache::lonfeedback::clear_out_html($ENV{'form.subject'}), |
$ENV{'form.sendbck'}); |
$msgtxt, |
} else { |
$ENV{'form.sendbck'}); |
$r->print(&mt('Sending').' ...'); |
} else { |
$sendstatus.=' '.&user_normal_msg($recuname,$recdomain, |
$r->print(&mt('Sending').' ...'); |
&Apache::lonfeedback::clear_out_html($ENV{'form.subject'}), |
$sendstatus.=' '.&user_normal_msg($recuname,$recdomain, |
$msgtxt, |
&Apache::lonfeedback::clear_out_html($ENV{'form.subject'}), |
$content{'citation'}); |
$msgtxt, |
} |
$content{'citation'}); |
$r->print('<br />'); |
} |
} |
$r->print('<br />'); |
} |
} |
if ($sendstatus=~/^(\s*(?:ok|con_delayed)\s*)*$/) { |
} |
if ($ENV{'form.displayedcrit'}) { |
if ($sendstatus=~/^(\s*(?:ok|con_delayed)\s*)*$/) { |
&discrit($r); |
$r->print('<br /><font color="green">'.&mt('Completed.').'</font>'); |
} else { |
if ($ENV{'form.displayedcrit'}) { |
&disall($r); |
&discrit($r); |
} |
} else { |
} else { |
&disall($r); |
$r->print( |
} |
'<h2><font color="red">'.&mt('Could not deliver message').'</font></h2>'. |
} else { |
&mt('Please use the browser "Back" button and correct the recipient addresses') |
$r->print( |
); |
'<h2><font color="red">'.&mt('Could not deliver message').'</font></h2>'. |
} |
&mt('Please use the browser "Back" button and correct the recipient addresses') |
} else { |
); |
&disall($r); |
} |
} |
} else { |
$r->print('</body></html>'); |
&disall($r); |
return OK; |
} |
|
$r->print('</body></html>'); |
|
return OK; |
} |
} |
# ================================================= Main program, reset counter |
# ================================================= Main program, reset counter |
|
|