Diff for /loncom/interface/lonsupportreq.pm between versions 1.39 and 1.55.4.2

version 1.39, 2006/12/06 22:22:37 version 1.55.4.2, 2010/02/13 00:09:20
Line 27 Line 27
 package Apache::lonsupportreq;  package Apache::lonsupportreq;
   
 use strict;  use strict;
 use lib qw(/home/httpd/lib/perl);  
 use MIME::Types;  use MIME::Types;
 use MIME::Lite;  use MIME::Lite;
 use CGI::Cookie();  use CGI::Cookie();
 use Apache::Constants qw(:common);  use Apache::Constants qw(:common);
 use Apache::loncommon();  use Apache::loncommon();
   use Apache::lonhtmlcommon;
 use Apache::lonnet;  use Apache::lonnet;
 use Apache::lonlocal;  use Apache::lonlocal;
 use Apache::lonacc();  use Apache::lonacc();
Line 48  sub handler { Line 48  sub handler {
     if ($r->header_only) {      if ($r->header_only) {
         return OK;          return OK;
     }      }
       if ($r->uri eq '/adm/helpdesk') {
    &Apache::lonlocal::get_language_handle($r);
       }
   
     &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['origurl','function']);      &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['origurl','function']);
     if ($r->uri eq '/adm/helpdesk') {      if ($r->uri eq '/adm/helpdesk') {
         &Apache::lonacc::get_posted_cgi($r);          &Apache::lonacc::get_posted_cgi($r);
     }      }
     my $function = $env{'form.function'};      my $function = $env{'form.function'};
     my $origurl = &unescape($env{'form.origurl'});      my $origurl = &unescape($env{'form.origurl'});
     my $action = $env{'form.action'};      my $command = $env{'form.command'};
   
     if ($action eq 'process') {      if ($command eq 'process') {
         &print_request_receipt($r,$origurl,$function);          &print_request_receipt($r,$origurl,$function);
     } else {      } else {
         &print_request_form($r,$origurl,$function);          &print_request_form($r,$origurl,$function);
Line 67  sub handler { Line 71  sub handler {
 sub print_request_form {  sub print_request_form {
     my ($r,$origurl,$function) = @_;      my ($r,$origurl,$function) = @_;
     my ($os,$browser,$bversion,$uhost,$uname,$udom,$uhome,$urole,$usec,$email,$cid,$cdom,$cnum,$ctitle,$ccode,$sectionlist,$lastname,$firstname,$server,$formname);      my ($os,$browser,$bversion,$uhost,$uname,$udom,$uhome,$urole,$usec,$email,$cid,$cdom,$cnum,$ctitle,$ccode,$sectionlist,$lastname,$firstname,$server,$formname);
     my $tablecolor = &Apache::loncommon::designparm($function.'.tabbg');      $function = &Apache::loncommon::get_users_function() if (!$function);
     if (($tablecolor eq '') || ($tablecolor eq '#FFFFFF')) {  
         $tablecolor = '#EEEE99';  
     }  
     $ccode = '';      $ccode = '';
     $os = $env{'browser.os'};      $os = $env{'browser.os'};
     $browser = $env{'browser.type'};      $browser = $env{'browser.type'};
Line 83  sub print_request_form { Line 84  sub print_request_form {
     $usec = $env{'request.course.sec'};      $usec = $env{'request.course.sec'};
     $cid = $env{'request.course.id'};      $cid = $env{'request.course.id'};
     $formname = 'logproblem';      $formname = 'logproblem';
     if ($origurl =~ m-^http://-) {      my $machine = &Apache::lonnet::absolute_url();
       if ($origurl =~ m-^https?://-) {
         $server = $origurl;          $server = $origurl;
     } else {      } else {
         $server = 'http://'.$ENV{'SERVER_NAME'}.$origurl;          $server = $machine.$origurl;
     }      }
     my $scripttag = (<<'END');      my $showserver = $server;
       $showserver =~ s/\?.*$//;
       my %lt = &Apache::lonlocal::texthash (
                     email => 'The e-mail address you entered',
                     notv => 'is not a valid e-mail address',
                     rsub => 'You must include a subject',
                     rdes => 'You must include a description',
                     name => 'Name',
                     subm => 'Submit Request',
                     emad => 'Your e-mail address',
                     emac => 'Cc', 
                     unme => 'username',
                     doma => 'domain',
                     entu => 'Enter the username you use to log-in to LON-CAPA',
                     chdo => 'Choose your LON-CAPA domain',
                     entr => 'Enter the username you use to log-in to LON-CAPA, and your domain.',
                     urlp => 'URL of page',
                     phon => 'Phone',
                     crsd => 'Course Details',
                     enin => 'Enter institutional course code',
                     pick => 'Pick',
                     enct => 'Enter course title',
                     secn => 'Section Number',
                     sele => 'Select',
                     titl => 'Title',
                     lsec => 'LON-CAPA sec',
                     subj => 'Subject',
                     detd => 'Detailed Description',
                     opfi => 'Optional file upload',
                     uplf => 'Upload a file (e.g., a screenshot) relevant to your help request (128 KB max.)',
                     fini => 'Finish',
                     clfm => 'Clear Form',
       );
       my $scripttag = (<<"END");
 function validate() {  function validate() {
     if (validmail(document.logproblem.email) == false) {      if (validmail(document.logproblem.email) == false) {
         alert("The e-mail address you entered: "+document.logproblem.email.value+" is not a valid e-mail address.");          alert("$lt{'email'}: "+document.logproblem.email.value+" $lt{'notv'}.");
           return;
       }
       if (document.logproblem.subject.value == '') {
           alert("$lt{'rsub'}.");
           return;
       }
       if (document.logproblem.description.value == '') {
           alert("$lt{'rdes'}.");
         return;          return;
     }      }
     document.logproblem.submit();      document.logproblem.submit();
 }  }
   
 function validmail(field) {  
     var str = field.value;  
     if (window.RegExp) {  
         var reg1str = "(@.*@)|(\\.\\.)|(@\\.)|(\\.@)|(^\\.)";  
         var reg2str = "^.+\\@(\\[?)[a-zA-Z0-9\\-\\.]+\\.([a-zA-Z]{2,3}|[0-9]{1,3})(\\]?)$"; //"  
         var reg1 = new RegExp(reg1str);  
         var reg2 = new RegExp(reg2str);  
         if (!reg1.test(str) && reg2.test(str)) {  
             return true;  
         }  
         return false;  
     }  
     else  
     {  
         if(str.indexOf("@") >= 0) {  
             return true;  
         }  
         return false;  
     }  
 }  
 END  END
       $scripttag .= &Apache::lonhtmlcommon::javascript_valid_email();
     if ($cid =~ m/_/) {      if ($cid) {
         ($cdom,$cnum) = split/_/,$cid;          $cdom = $env{'course.'.$cid.'.domain'};
           $cnum = $env{'course.'.$cid.'.num'};
     }      }
     if ($cdom && $cnum) {      if ($cdom && $cnum) {
         my %csettings = &Apache::lonnet::get('environment',['description','internal.coursecode','internal.sectionnums'],$cdom,$cnum);          my %csettings = &Apache::lonnet::get('environment',['description','internal.coursecode','internal.sectionnums'],$cdom,$cnum);
Line 128  END Line 152  END
         $ccode = $csettings{'internal.coursecode'};          $ccode = $csettings{'internal.coursecode'};
         $sectionlist = $csettings{'internal.sectionnums'};          $sectionlist = $csettings{'internal.sectionnums'};
     }      }
     if ($env{'environment.critnotification'}) {  
       if ($env{'environment.permanentemail'}) {
           $email = $env{'environment.permanentemail'};
       } elsif ($env{'environment.critnotification'}) {
         $email = $env{'environment.critnotification'};          $email = $env{'environment.critnotification'};
     }      } elsif ($env{'environment.notification'}) {
     if (!$email && $env{'environment.notification'}) {  
         $email = $env{'environment.notification'};          $email = $env{'environment.notification'};
     }      }
     if ($env{'environment.lastname'}) {      if ($env{'environment.lastname'}) {
Line 140  END Line 166  END
     if ($env{'environment.firstname'}) {      if ($env{'environment.firstname'}) {
         $firstname = $env{'environment.firstname'};          $firstname = $env{'environment.firstname'};
     }      }
     my @sections = split/,/,$sectionlist;      my @sections = split(/,/,$sectionlist);
     my %groupid = ();      my %groupid;
     foreach (@sections) {      foreach my $section (@sections) {
         my ($sec,$grp) = split/:/,$_;          my ($sec,$grp) = split(/:/,$section);
         $groupid{$sec} = $grp;          $groupid{$sec} = $grp;
     }      }
     my $codedom = $Apache::lonnet::perlvar{'lonDefDomain'};  
     &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['codedom']);      &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['codedom']);
     if (exists($env{'form.codedom'})) {      my $codedom = &get_domain();
         $codedom = $env{'form.codedom'};  
     }  
     my $details_title;      my $details_title;
     if ($codedom) {      if ($codedom) {
         $details_title = '<br />('.$codedom.')';          $details_title = '<br />('.$codedom.')';
     }      }
     my %coursecodes = ();      my %coursecodes;
     my %codes = ();      my %codes;
     my @codetitles = ();      my @codetitles;
     my %cat_titles = ();      my %cat_titles;
     my %cat_order = ();      my %cat_order;
     my %idlist = ();      my %idlist;
     my %idnums = ();      my %idnums;
     my %idlist_titles = ();      my %idlist_titles;
     my $caller = 'global';      my $caller = 'global';
     my $totcodes = 0;      my $totcodes = 0;
     my $format_reply;      my $format_reply;
Line 172  function initialize_codes() { Line 195  function initialize_codes() {
     return;      return;
 }  }
     |;      |;
     if ($cdom) {  
         $codedom = $cdom;  
     }  
     if ($cnum) {      if ($cnum) {
         $coursecodes{$cnum} = $ccode;          $coursecodes{$cnum} = $ccode;
         if ($ccode eq '') {          if ($ccode eq '') {
Line 204  function initialize_codes() { Line 224  function initialize_codes() {
         }          }
     }      }
   
     my $js = '<script type"text/javascript">'."\n$scripttag\n$jscript\n".      my $js = '<script type="text/javascript">'."\n$scripttag\n$jscript\n".
  '</script>';   '</script>';
     my %add_entries = (topmargin    => "0",      my %add_entries = (topmargin    => "0",
        marginheight => "0",         marginheight => "0",
        onLoad       =>"initialize_codes()",);         onLoad       =>"initialize_codes()",);
   
     my $start_page =      
  &Apache::loncommon::start_page('Support Request',$js,      $r->print(&Apache::loncommon::start_page('Support Request',$js,
        { 'function'    => $function,         { 'function'    => $function,
  'add_entries' => \%add_entries,   'add_entries' => \%add_entries,
  'only_body'   => 1,});   'only_body'   => 1,}));
     $r->print($start_page);  
   
     if ($r->uri eq '/adm/helpdesk') {      if ($r->uri eq '/adm/helpdesk') {
         &print_header($r,$origurl);          &print_header($r,$origurl);
     }      }
     $r->print(<<"END");      my @css = ('LC_evenrow_value','LC_oddrow_value');
 <form method="post" name="logproblem" enctype="multipart/form-data">      my $num = 1;
  <table width="580" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">      my $i = $num%2;
   <tr>      $r->print('<form method="post" name="logproblem" enctype="multipart/form-data">'."\n");
    <td>      my $output = &Apache::lonhtmlcommon::start_pick_box().
     <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">                   &Apache::lonhtmlcommon::row_title($lt{'name'},undef,$css[$num])."\n";
      <tr>  
       <td>  
        <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff">  
         <tr>  
          <td>  
   <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#ffffff">  
            <tr>  
             <td width="140" bgcolor="$tablecolor">  
              <table width="140" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td align="right"><b>Name:</b>  
                </td>  
               </tr>  
              </table>  
             </td>  
             <td width="100%" valign="top">  
              <table width="100%" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td>  
 END  
     my $fullname = '';      my $fullname = '';
     if ((defined($lastname) && $lastname ne '') && (defined($firstname) && $firstname ne '')) {      if ((defined($lastname) && $lastname ne '') && (defined($firstname) && $firstname ne '')) {
         $fullname = "$firstname $lastname";           $fullname = "$firstname $lastname"; 
         $r->print("$fullname<input type=\"hidden\" name=\"username\" value=\"$fullname\" />");          $output .= $fullname.'<input type="hidden" name="username" value="'.&HTML::Entities::encode($fullname,'"<>&').'" />';
     } else {      } else {
         if (defined($firstname) && $firstname ne '') {          if (defined($firstname) && $firstname ne '') {
             $fullname = $firstname;              $fullname = $firstname;
         } elsif (defined($lastname) && $lastname ne '') {          } elsif (defined($lastname) && $lastname ne '') {
             $fullname= " $lastname";              $fullname = " $lastname";
         }          }
         $r->print('<input type="text" size="20" name="username" value="'.$fullname.'" />');          $output .= '<input type="text" size="20" name="username" value="'.&HTML::Entities::encode($fullname,'"<>&').'" />';
     }      }
     $r->print(<<END);      $output .= '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="button" value="'.$lt{'subm'}.'" onclick="validate()" />&nbsp;'.
                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="button" value="Submit Request" onClick="validate()" />&nbsp;                  &Apache::lonhtmlcommon::row_closure()."\n";
                </td>      $num ++;
               </tr>      $i = $num%2;
              </table>      $output .= &Apache::lonhtmlcommon::row_title($lt{'emad'},undef,$css[$i]).
             </td>                 '<input type="text" size="20" name="email" value="'.
            </tr>                 &HTML::Entities::encode($email,'"<>&').'" /><br />'."\n".
            <tr>                 &Apache::lonhtmlcommon::row_closure();
             <td width="100%" colspan="2" bgcolor="#000000">      $num ++;
              <img src="/adm/lonMisc/blackdot.gif" /><br />      $i = $num%2;
             </td>      if (defined($env{'user.name'})) {
            </tr>          $output .= &Apache::lonhtmlcommon::row_title($lt{'emac'},undef,$css[$i]).
            <tr>                     '<input type="text" size="50" name="cc" value="" /><br />'."\n".
             <td width="140" bgcolor="$tablecolor">                     &Apache::lonhtmlcommon::row_closure();
              <table width="140" border="0" cellpadding="8" cellspacing="0">          $num ++;
               <tr>          $i = $num%2;
                <td align="right"><b>E-mail address:</b>      }
                </td>      $output .= &Apache::lonhtmlcommon::row_title("$lt{'unme'}/$lt{'doma'}",undef,$css[$i]);
               </tr>      my $udom_input = '<input type="hidden" name="udom" value="'.
              </table>                       &HTML::Entities::encode($udom,'"<>&').'" />';
             </td>      my $uname_input = '<input type="hidden" name="uname" value="'.
             <td width="100%" valign="top">                        &HTML::Entities::encode($uname,'"<>&').'" />'; 
              <table width="100%" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td>  
                 <input type="text" size="20" name="email" value="$email" /><br />  
                </td>  
               </tr>  
              </table>  
             </td>  
            </tr>  
            <tr>  
             <td width="100%" colspan="2" bgcolor="#000000">  
              <img src="/adm/lonMisc/blackdot.gif" /><br />  
             </td>  
            </tr>  
            <tr>  
             <td width="140" bgcolor="$tablecolor">  
              <table width="140" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td align="right"><b>username/domain:</b>  
                </td>  
               </tr>  
              </table>  
             </td>  
             <td width="100%" valign="top">  
              <table width="100%" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td>  
 END  
     my $udom_input = '<input type="hidden" name="udom" value="'.$udom.'" />';  
     my $uname_input = '<input type="hidden" name="uname" value="'.$uname.'" />';   
     if (defined($uname) && defined($udom)) {      if (defined($uname) && defined($udom)) {
         $r->print('<i>username</i>:&nbsp;'.$uname.'&nbsp;&nbsp;<i>domain</i>:&nbsp;'.$udom.$udom_input.$uname_input);          $output .= '<i>'.$lt{'unme'}.'</i>:&nbsp;'.$uname.'&nbsp;&nbsp;<i>'.$lt{'doma'}.'</i>:&nbsp;'.$udom.$udom_input.$uname_input;
     } else {      } else {
         my $udomform = '';          my $udomform = '';
         my $unameform = '';          my $unameform = '';
         if (defined($udom)) {          if (defined($udom)) {
             $udomform = '<i>domain</i>:&nbsp;'.$udom.$udom_input;              $output .= $lt{'entu'};
         } elsif (defined($uname)) {          } elsif (defined($uname)) {
             $unameform = '<i>username</i>:&nbsp;'.$uname.'&nbsp;&nbsp;'.$uname_input;              $output .= $lt{'chdo'};
           } else {
               $output .= $lt{'entr'};
           }
           $output .= '<br />';
           if (defined($udom)) {
               $udomform = '<i>'.$lt{'doma'}.'</i>:&nbsp;'.$udom.$udom_input;
           } elsif (defined($uname)) {
               $unameform = '<i>'.$lt{'unme'}.'</i>:&nbsp;'.$uname.'&nbsp;&nbsp;'.$uname_input;
         }          }
         if ($udomform eq '') {          if ($udomform eq '') {
             $udomform = '<i>domain</i>:&nbsp;';              $udomform = '<i>'.$lt{'doma'}.'</i>:&nbsp;';
             $udomform .= &Apache::loncommon::select_dom_form($codedom,'udom');              $udomform .= &Apache::loncommon::select_dom_form($codedom,'udom');
         }          }
         if ($unameform eq '') {          if ($unameform eq '') {
             $unameform= '<i>username</i>:&nbsp;<input type="text" size="12" name="uname" value="'.$uname.'" />&nbsp;&nbsp;';              $unameform= '<i>'.$lt{'unme'}.'</i>:&nbsp;<input type="text" size="12" name="uname" value="'.$uname.'" />&nbsp;&nbsp;';
         }          }
         $r->print($unameform.$udomform.'<br />Enter the username you use to log-in to your LON-CAPA system, and choose your domain.');          $output .= $unameform.$udomform;
     }      }
     $r->print(<<END);      $output .= &Apache::lonhtmlcommon::row_closure();
                </td>      $num ++;
               </tr>      $i = $num%2;
              </table>      $output .= &Apache::lonhtmlcommon::row_title("$lt{'urlp'}",undef,$css[$i]).
             </td>                 $showserver.'<input type="hidden" name="sourceurl" value="'.
            </tr>                 &HTML::Entities::encode($server,'"<>&').'" />'.
            <tr>                 &Apache::lonhtmlcommon::row_closure().
             <td width="100%" colspan="2" bgcolor="#000000">                 &Apache::lonhtmlcommon::row_title("$lt{'phon'}",undef,'LC_evenrow_value').
              <img src="/adm/lonMisc/blackdot.gif" /><br />                 '<input type="text" size="15" name="phone" /><br />'.
             </td>                 &Apache::lonhtmlcommon::row_closure();
            </tr>      $num ++;
            <tr>      $i = $num%2; 
             <td width="140" bgcolor="$tablecolor">      $output .= &Apache::lonhtmlcommon::row_title("$lt{'crsd'}$details_title",undef,$css[$i]);
              <table width="140" border="0" cellpadding="8" cellspacing="0">      if ($cnum) {
               <tr>  
                <td align="right"><b>URL of page:</b>  
                </td>  
               </tr>  
              </table>  
             </td>  
             <td width="100%" valign="top">  
              <table width="100%" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td>  
                 $server<input type="hidden" name="sourceurl" value="$server" />  
                </td>  
               </tr>  
              </table>  
             </td>  
            </tr>  
            <tr>  
             <td width="100%" colspan="2" bgcolor="#000000">  
              <img src="/adm/lonMisc/blackdot.gif" /><br />  
             </td>  
            </tr>  
            <tr>  
             <td width="140" bgcolor="$tablecolor">  
              <table width="140" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td align="right"><b>Phone #:</b>  
                </td>  
               </tr>  
              </table>  
             </td>  
             <td width="100%" valign="top">  
              <table width="100%" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td>  
                 <input type="text" size="15" name="phone"><br>  
                </td>  
               </tr>  
              </table>  
             </td>  
            </tr>  
            <tr>  
             <td width="100%" colspan="2" bgcolor="#000000">  
              <img src="/adm/lonMisc/blackdot.gif" /><br />  
             </td>  
            </tr>  
            <tr>  
             <td width="140" bgcolor="$tablecolor">  
              <table width="140" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td align="right"><b>Course Details:</b>$details_title  
                </td>  
               </tr>  
              </table>  
             </td>  
             <td width="100%" valign="top">  
              <table border="0" cellpadding="3" cellspacing="3">  
               <tr>  
                <td>  
 END  
     if ($cnum) {   
         if ($coursecodes{$cnum}) {          if ($coursecodes{$cnum}) {
             foreach (@codetitles) {              foreach my $item (@codetitles) {
                 $r->print('<i>'.$_.'</i>:&nbsp;'.$codes{$cnum}{$_}.';&nbsp;');                  $output .= '<i>'.$item.'</i>:&nbsp;'.$codes{$cnum}{$item}.';&nbsp;';
             }              }
             $r->print('&nbsp;<input type="hidden" name="coursecode" value="'.$coursecodes{$cnum}.'" />');              $output .= '&nbsp;<input type="hidden" name="coursecode" value="'.&HTML::Entities::encode($coursecodes{$cnum},'"<>&').'" />';
         } else {          } else {
             $r->print('Enter institutional course code:&nbsp;              $output .= $lt{'enin'}.':&nbsp;
                   <input type="text" name="coursecode" size="15" value="" />');                    <input type="text" name="coursecode" size="15" value="" />';
         }          }
     } else {      } else {
         if ($totcodes > 0) {          if ($totcodes > 0) {
             my $numtitles = @codetitles;              my $numtitles = @codetitles;
             if ($numtitles == 0) {              if ($numtitles == 0) {
                 $r->print('Enter institutional course code:&nbsp;                  $output .= $lt{'enin'}.':&nbsp;
                   <input type="text" name="coursecode" size="15" value="" />');                    <input type="text" name="coursecode" size="15" value="" />';
             } else {              } else {
                 my $lasttitle = $numtitles;                  my $lasttitle = $numtitles;
                 if ($numtitles > 4) {                  if ($numtitles > 4) {
                     $lasttitle = 4;                      $lasttitle = 4;
                 }                   } 
                 $r->print('<table><tr><td>'.$codetitles[0].'<br />'."\n".                  $output .= '<table><tr><td>'.$codetitles[0].'<br />'."\n".
                       '<select name="'.$codetitles[0].'" onChange="courseSet('."'$codetitles[0]'".')">'."\n".                        '<select name="'.$codetitles[0].'" onchange="courseSet('."'$codetitles[0]'".')">'."\n".
                       ' <option value="-1" />Select'."\n");                        ' <option value="-1" />'.$lt{'sele'}."\n";
                 my @items = ();                  my @items = ();
                 my @longitems = ();                  my @longitems = ();
                 if ($idlist{$codetitles[0]} =~ /","/) {                  if ($idlist{$codetitles[0]} =~ /","/) {
                     @items = split/","/,$idlist{$codetitles[0]};                      @items = split(/","/,$idlist{$codetitles[0]});
                 } else {                  } else {
                     $items[0] = $idlist{$codetitles[0]};                      $items[0] = $idlist{$codetitles[0]};
                 }                  }
                 if (defined($idlist_titles{$codetitles[0]})) {                  if (defined($idlist_titles{$codetitles[0]})) {
                     if ($idlist_titles{$codetitles[0]} =~ /","/) {                      if ($idlist_titles{$codetitles[0]} =~ /","/) {
                         @longitems = split/","/,$idlist_titles{$codetitles[0]};                          @longitems = split(/","/,$idlist_titles{$codetitles[0]});
                     } else {                      } else {
                         $longitems[0] = $idlist_titles{$codetitles[0]};                          $longitems[0] = $idlist_titles{$codetitles[0]};
                     }                      }
Line 448  END Line 364  END
                     @longitems = @items;                      @longitems = @items;
                 }                  }
                 for (my $i=0; $i<@items; $i++) {                  for (my $i=0; $i<@items; $i++) {
                     $r->print(' <option value="'.$items[$i].'">'.$longitems[$i].'</option>');                      $output .= ' <option value="'.$items[$i].'">'.$longitems[$i].'</option>'."\n";
                 }                  }
                 $r->print('</select></td>');                  $output .= '</select></td>';
                 for (my $i=1; $i<$numtitles; $i++) {                  for (my $i=1; $i<$numtitles; $i++) {
                     $r->print('<td>'.$codetitles[$i].'<br />'."\n".                      $output .= '<td>'.$codetitles[$i].'<br />'."\n".
                      '<select name="'.$codetitles[$i].'" onChange="courseSet('."'$codetitles[$i]'".')">'."\n".                       '<select name="'.$codetitles[$i].'" onchange="courseSet('."'$codetitles[$i]'".')">'."\n".
                      '<option value="-1">&lt;-Pick '.$codetitles[$i-1].'</option>'."\n".                       '<option value="-1">&lt;-'.$lt{'pick'}.' '.$codetitles[$i-1].'</option>'."\n".
                      '</select>'."\n".                       '</select>'."\n".
                      '</td>'                       '</td>'."\n";
                     );  
                 }                  }
                 $r->print('</tr></table>');                  $output .= '</tr></table>';
                 if ($numtitles > 4) {                  if ($numtitles > 4) {
                     $r->print('<br /><br />'.$codetitles[$numtitles].'<br />'."\n".                      $output .= '<br /><br />'.$codetitles[$numtitles].'<br />'."\n".
                           '<select name="'.$codetitles[$numtitles].'" onChange="courseSet('."'$codetitles[$numtitles]'".')">'."\n".                            '<select name="'.$codetitles[$numtitles].'" onchange="courseSet('."'$codetitles[$numtitles]'".')">'."\n".
                           '<option value="-1">&lt;-Pick '.$codetitles[$numtitles-1].'</option>'."\n".                            '<option value="-1">&lt;-'.$lt{'pick'}.' '.$codetitles[$numtitles-1].'</option>'."\n".
                           '</select>'."\n");                            '</select>'."\n";
                 }                  }
             }              }
         } else {          } else {
             $r->print('Enter institutional course code:&nbsp;              $output .= $lt{'enin'}.':&nbsp;
                   <input type="text" name="coursecode" size="15" value="" />');                    <input type="text" name="coursecode" size="15" value="" />';
         }          }
     }      }
     if ($ctitle) {      if ($ctitle) {
         $r->print('<br /><i>Title</i>:&nbsp;'.$ctitle.'<input type="hidden" name="title" value="'.$ctitle.'" />');          $output .= '<br /><i>'.$lt{'titl'}.'</i>:&nbsp;'.$ctitle.
                      '<input type="hidden" name="title" value="'.
                      &HTML::Entities::encode($ctitle,'"<>&').'" />'."\n";
     } else {      } else {
         $r->print('<br />Enter course title:&nbsp;          $output .= '<br />'.$lt{'enct'}.':&nbsp;
                  <input type="text" name="title" size="25" value="" />');                   <input type="text" name="title" size="25" value="" />'."\n";
     }      }
     $r->print(<<END);      $output .= &Apache::lonhtmlcommon::row_closure();
                </td>      $num ++;
               </tr>      $i = $num%2;
              </table>      $output .= &Apache::lonhtmlcommon::row_title($lt{'secn'},undef,$css[$i]);
             </td>  
            </tr>  
            <tr>  
             <td width="100%" colspan="2" bgcolor="#000000">  
              <img src="/adm/lonMisc/blackdot.gif" /><br />  
             </td>  
            </tr>  
            <tr>  
             <td width="140" bgcolor="$tablecolor">  
              <table width="140" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td align="right"><b>Section Number: </b>  
                </td>  
               </tr>  
              </table>  
             </td>  
             <td width="100%" valign="top">  
              <table width="100%" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td>  
 END  
     if ($sectionlist) {      if ($sectionlist) {
         $r->print("<select name=\"section\"\n>".          $output .= "<select name=\"section\"\n>".
                   "  <option value=\"\" selected=\"selected\">Select</option>\n");                     "  <option value=\"\" selected=\"selected\">$lt{'sele'}</option>\n";
         foreach (sort keys %groupid) {          foreach my $id (sort(keys(%groupid))) {
             if ($_ eq $groupid{$_} || $groupid{$_} eq '') {              if ($id eq $groupid{$id} || $groupid{$id} eq '') {
                 $r->print("  <option value=\"$_\" >$_</option>\n");                  $output .= "  <option value=".
                              &HTML::Entities::encode($id,'"<>&').
                              " >$id</option>\n";
             } else {              } else {
                 $r->print("  <option value=\"$_\" >$_ - (LON-CAPA sec: $groupid{$_})</option>\n");                  $output .= "  <option value=".
                              &HTML::Entities::encode($id,'"<>&').
                              " >$id - ($lt{'lsec'}: $groupid{$id})</option>\n";
             }              }
         }          }
         $r->print("</select>");          $output .= "</select>";
     } else {      } else {
         $r->print("<input type=\"text\" name=\"section\" size=\"10\"/>");          $output .= '<input type="text" name="section" size="10" />';
     }      }
     $r->print(<<END);      $output .= &Apache::lonhtmlcommon::row_closure();
                </td>      $num ++;
               </tr>      $i = $num%2; 
              </table>      $output .= &Apache::lonhtmlcommon::row_title($lt{'subj'},undef,'LC_oddrow_value').
             </td>                 '  <input type="text" size="40" name="subject" />'."\n".
            </tr>                 &Apache::lonhtmlcommon::row_closure().
            <tr>                 &Apache::lonhtmlcommon::row_title($lt{'detd'},undef,'LC_evenrow_value').
             <td width="100%" colspan="2" bgcolor="#000000">                 '  <textarea rows="10" cols="45" name="description" wrap="virtual"></textarea>'.
              <img src="/adm/lonMisc/blackdot.gif" /><br />                 &Apache::lonhtmlcommon::row_closure();
             </td>      $num ++;
            </tr>      $i = $num%2; 
            <tr>  
             <td width="140" bgcolor="$tablecolor">  
              <table width="140" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td align="right"><b>Subject</b>  
                </td>  
               </tr>  
              </table>  
             </td>  
             <td width="100%" valign="top">  
              <table width="100%" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td>  
                 <input type="text" size="40" name="subject">  
                </td>  
               </tr>  
              </table>  
             </td>  
            </tr>  
            <tr>  
             <td width="100%" colspan="2" bgcolor="#000000">  
              <img src="/adm/lonMisc/blackdot.gif" /><br />  
             </td>  
            </tr>  
            <tr>  
             <td width="140" bgcolor="$tablecolor">  
              <table width="140" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td align="right"><b>Detailed description:</b>  
                </td>  
               </tr>  
              </table>  
             </td>  
             <td width="100%" valign="top">  
              <table width="100%" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td>  
                 <textarea rows="10" cols="45" name="description" wrap="virtual"></textarea>  
                </td>  
               </tr>  
              </table>  
             </td>  
            </tr>  
            <tr>  
     <td width="100%" colspan="2" bgcolor="#000000">  
              <img src="/adm/lonMisc/blackdot.gif" /><br />  
     </td>  
    </tr>  
 END  
     if (defined($env{'user.name'})) {      if (defined($env{'user.name'})) {
         $r->print(<<END);          $output .= &Apache::lonhtmlcommon::row_title($lt{'opfi'},undef,$css[$i]).
            <tr>                     ' <input type="file" name="screenshot" size="20" /><br />'.$lt{'uplf'}."\n".
             <td width="140" bgcolor="$tablecolor">          &Apache::lonhtmlcommon::row_closure();
              <table width="140" border="0" cellpadding="8" cellspacing="0">          $num ++;
               <tr>          $i = $num%2; 
                <td align="right"><b>Optional file upload:</b>  
                </td>  
               </tr>  
              </table>  
             </td>  
             <td width="100%" valign="top">  
              <table width="100%" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td>  
                 <input type="file" name="screenshot" size="20" /><br />Upload a file (e.g., a screenshot) relevant to your support request (128 KB max. size).  
                </td>  
               </tr>  
              </table>  
             </td>  
            </tr>  
            <tr>  
             <td width="100%" colspan="2" bgcolor="#000000">  
              <img src="/adm/lonMisc/blackdot.gif" /><br />  
             </td>  
            </tr>  
 END  
     }      }
       $output .= &Apache::lonhtmlcommon::row_title($lt{'fini'},undef,$css[$i]);
     $r->print(<<END);      $output .= <<END;
            <tr>  
             <td width="140" bgcolor="$tablecolor">  
              <table width="140" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td align="right"><b>Finish:</b>  
                </td>  
               </tr>  
              </table>  
             </td>  
             <td width="100%" valign="top">  
              <table border="0" cellpadding="8" cellspacing="0">               <table border="0" cellpadding="8" cellspacing="0">
               <tr>                <tr>
                <td>                 <td>
                 <input type="hidden" name="action" value="process" />                  <input type="hidden" name="command" value="process" />
                 <input type="button" value="Submit Request" onClick="validate()"/> &nbsp;                  <input type="button" value="$lt{'subm'}" onclick="validate()" /> &nbsp;
                </td>                 </td>
                <td>&nbsp;</td>                 <td>&nbsp;</td>
                <td>                 <td>
                 <input type="reset" value="Clear Form">                  <input type="reset" value="$lt{'clfm'}" />
                </td>                 </td>
               </tr>                </tr>
              </table>               </table>
             </td>  END
            </tr>      $output .= &Apache::lonhtmlcommon::row_closure(1);
           </table>      $output .= &Apache::lonhtmlcommon::end_pick_box();
          </td>      $r->print(<<END);
         </tr>  $output
        </table>  
       </td>  
      </tr>  
     </table>  
    </td>  
   </tr>  
  </table>  
 </form>  </form>
   <br />
 END  END
     $r->print(&Apache::loncommon::end_page());      $r->print(&Apache::loncommon::end_page());
     return;      return;
Line 655  sub print_request_receipt { Line 469  sub print_request_receipt {
     my @cookievars = ('lonID');      my @cookievars = ('lonID');
   
     my $admin = $Apache::lonnet::perlvar{'lonAdminMail'};      my $admin = $Apache::lonnet::perlvar{'lonAdminMail'};
     my $to =  $Apache::lonnet::perlvar{'lonSupportEMail'};      my $origmail = $Apache::lonnet::perlvar{'lonSupportEMail'};
       my $defdom = &get_domain();
       my $to = &Apache::loncommon::build_recipient_list(undef,'helpdeskmail',
                                                         $defdom,$origmail);
     my $from = $admin;      my $from = $admin;
     my $reporttime = &Apache::lonlocal::locallocaltime(time);      my $reporttime = &Apache::lonlocal::locallocaltime(time);
     my $fontcolor = &Apache::loncommon::designparm($function.'.font');  
     my $vlinkcolor = &Apache::loncommon::designparm($function.'.vlink');  
     my $tablecolor = &Apache::loncommon::designparm($function.'.tabbg');  
     my @formvars = ('username','email','uname','udom','sourceurl','phone','section','coursecode','title','subject','description','screenshot');      my @formvars = ('username','email','uname','udom','sourceurl','phone','section','coursecode','title','subject','description','screenshot');
   
     &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},\@formvars);      &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},\@formvars);
Line 679  sub print_request_receipt { Line 493  sub print_request_receipt {
             $coursecode .= $env{'form.Number'};              $coursecode .= $env{'form.Number'};
         }          }
     }      }
     my $supportmsg = qq|      my %lt = &Apache::lonlocal::texthash (
 Name: $env{'form.username'}                   username    => 'Name',
 Email: $env{'form.email'}                   email       => 'E-mail',
 Username/domain: $env{'form.uname'} - $env{'form.udom'}                   cc          => 'Cc',
 Tel: $env{'form.phone'}                   user        => 'Username/domain',
 Course Information: $env{'form.title'} - $coursecode - section: $env{'form.section'}                   phone       => 'Phone',
 Subject: $env{'form.subject'}                   crsi        => 'Course Information',
 Description: $env{'form.description'}                   subject     => 'Subject',
 URL: $env{'form.sourceurl'}                   description => 'Description',
 Date/Time: $reporttime                   sourceurl   => 'URL',
                    date        => 'Date/Time',
     |;                   secn        => 'Section',
     my $descrip = $env{'form.description'};                   asup        => 'A support request has been sent to',
     $descrip =~ s#\n#<br />#g;                   warn        => 'Warning: Problem with support e-mail address',
     my $displaymsg = qq|                   your        => 'Your support request contained the following information',
 <font color="$fontcolor">Name:</font><font color="$vlinkcolor"> $env{'form.username'}</font><br />                   sect        => 'section',
 <font color="$fontcolor">Email: </font><font color="$vlinkcolor">$env{'form.email'}</font><br />                   info        => 'Information supplied',
 <font color="$fontcolor">Username/domain: </font><font color="$vlinkcolor">$env{'form.uname'} - $env{'form.udom'}</font><br />                   adin        => 'Additional information recorded',
 <font color="$fontcolor">Tel: </font><font color="$vlinkcolor">$env{'form.phone'}</font><br />      );
 <font color="$fontcolor">Course Information: </font><font color="$vlinkcolor">$env{'form.title'} - $coursecode - section: $env{'form.section'}</font><br />  
 <font color="$fontcolor">Subject: </font><font color="$vlinkcolor">$env{'form.subject'}</font><br />      my (@ok_ccs,@bad_ccs,$badccmsg,$okcclist);
 <font color="$fontcolor">Description: </font><font color="$vlinkcolor">$descrip</font><br />      if ((defined($env{'user.name'})) && (defined($env{'form.cc'}))) {
 <font color="$fontcolor">URL: </font><font color="$vlinkcolor">$env{'form.sourceurl'}</font><br />          my @ccs;
 <font color="$fontcolor">Date/Time: </font><font color="$vlinkcolor">$reporttime</font><br />          if ($env{'form.cc'} =~ /,/) {
     |;              @ccs = split(/,/,$env{'form.cc'});
           } else {
               $env{'form.cc'} =~ s/^\s+//;
               $env{'form.cc'} =~ s/\s+$//;
               @ccs = $env{'form.cc'};
           }
           foreach my $cc (@ccs) {
               $cc =~ s/^\s+//g;
               $cc =~ s/\s+$//g;
               if ($cc =~ m/^[^\@]+\@[^\@]+$/) {
                   if (!(grep(/^\Q$cc\E$/,@ok_ccs))) {
                       push(@ok_ccs,$cc);
                   }
               } else {
                   if (!(grep(/^\Q$cc\E$/,@bad_ccs))) {
                       push(@bad_ccs,$cc);
                   }
               }
           }
           if (@ok_ccs > 0) {
              $okcclist = join(', ',@ok_ccs); 
           } 
           if (@bad_ccs == 1) {
               $badccmsg .= '<br />'.&mt('The following Cc e-mail address is invalid: ').$bad_ccs[0];
           } elsif (@bad_ccs > 1) {
               my $bad_cc_string = join(', ',@bad_ccs);
               $badccmsg .= '<br />'.&mt('The following Cc e-mail addresses are invalid: ').$bad_cc_string;
           }
       }
       $env{'form.user'} = "'".$env{'form.uname'}.':'.$env{'form.udom'}."'";
       $env{'form.csri'} = $env{'form.title'}.' - '.$coursecode.' - '.$lt{'sect'}.': '.$env{'form.section'};
       my $supportmsg = <<END;
   $lt{'username'}: $env{'form.username'}
   $lt{'email'}: $env{'form.email'}
   $lt{'cc'}: $okcclist
   $lt{'user'}: $env{'form.user'}
   $lt{'phone'}: $env{'form.phone'}
   $lt{'crsi'}: $env{'form.csri'}
   $lt{'subject'}: $env{'form.subject'}
   $lt{'description'}: $env{'form.description'}
   $lt{'sourceurl'}: $env{'form.sourceurl'}
   $lt{'date'}: $reporttime
   
   END
       my $displaymsg;
       foreach my $item ('username','email','cc','user','phone','crsi','subject','description','sourceurl') {
           if ($env{'form.'.$item} ne '') {
               if ($item eq 'description') {
                   my $descrip = $env{'form.description'};
                   $descrip =  &cleanup_html($descrip);
                   $descrip =~ s|[\n\r\f]|<br />|g;
                   $displaymsg .= 
                       '<span class="LC_helpform_receipt_cat">'.
                       "$lt{$item}</span>: $descrip<br />\n";
               } elsif ($item eq 'sourceurl') {
                   my $showurl = $env{'form.sourceurl'};
                   $showurl =~ s/\?.*$//;
                   $showurl =  &cleanup_html($showurl);
                   $displaymsg .= 
                       '<span class="LC_helpform_receipt_cat">'.
                       "$lt{$item}</span>: $showurl<br />\n";
               } elsif ($item eq 'cc') {
                   $displaymsg .=
                       '<span class="LC_helpform_receipt_cat">'.
                       "$lt{$item}</span>: $okcclist<br />\n";
               } else {
                   my $showitem = $env{'form.'.$item};
                   $showitem = &cleanup_html($showitem);
                   $displaymsg .= 
                       '<span class="LC_helpform_receipt_cat">'.
                       "$lt{$item}</span>: $showitem<br />\n";
               }
           }
       }
       $displaymsg .= '<span class="LC_helpform_receipt_cat">'.
                      $lt{'date'}.'</span>: '.$reporttime.'<br />'."\n";
   
     my $start_page =       my $start_page = 
  &Apache::loncommon::start_page('Support request recorded',undef,   &Apache::loncommon::start_page('Support request recorded',undef,
Line 717  Date/Time: $reporttime Line 606  Date/Time: $reporttime
     $r->print(<<"END");      $r->print(<<"END");
 $start_page  $start_page
 <form name="logproblem">  <form name="logproblem">
 <input type="hidden" name="action" value="result" />  <input type="hidden" name="command" value="result" />
 </form>  </form>
 END  END
     if ($r->uri eq '/adm/helpdesk') {      if ($r->uri eq '/adm/helpdesk') {
         &print_header($r,$url,'process');          &print_header($r,$url,'process');
     }      }
     if ($to =~ m/^[^\@]+\@[^\@]+$/) {      my $bad_email = 0;
         $r->print("<h3>A support request has been sent to $to</h3>");      if ($to =~ /,/) {
     } else {          my @ok_email; 
         $to = $admin;          foreach my $email (split(/,/,$to)) {
         if ($to =~ m/^[^\@]+\@[^\@]+$/) {              if ($email =~ m/^[^\@]+\@[^\@]+$/) {
             $r->print("<h3>A support request has been sent to $to</h3>");                  if (!grep(/^\Q$email\E$/,@ok_email)) {
 END                      push(@ok_email,$email);
                   }
               }
           }
           if (@ok_email > 0) {
               $to = join(',',@ok_email);
           } elsif ($admin =~ m/^[^\@]+\@[^\@]+$/) {
               $to = $admin;
         } else {          } else {
             $r->print(<<END);              $bad_email = 1;
  <h3>Warning: Problem with support e-mail address</h3>          }
 As the e-mail address provided for this LON-CAPA server ($to) does not appear to be a valid e-mail address, your support request has <b>not</b> been sent to the LON-CAPA support staff or administrator at your institution. Instead a copy has been sent to the LON-CAPA support team at Michigan State University.       } elsif ($to !~ m/^[^\@]+\@[^\@]+$/) {
 END          if ($admin =~ m/^[^\@]+\@[^\@]+$/) {
             $to = 'helpdesk@lon-capa.org';              $to = $admin;
           } else {
               $bad_email = 1;
         }          }
     }      }
       if ($bad_email) {
           $r->print('
    <h3>'.$lt{'warn'}.'</h3>'.
   &mt('As the e-mail address provided for this LON-CAPA server ([_1]) does not appear to be a valid e-mail address, your support request has <b>not</b> been sent to the LON-CAPA support staff or administrator at your institution.',$to).' '.&mt('Instead a copy has been sent to the LON-CAPA support team at Michigan State University.')); 
               $to = 'helpdesk@lon-capa.org';
       } else {
           $r->print('<h3>'.$lt{'asup'}.' '.$to.'</h3>');
       }
     if (defined($env{'form.email'})) {      if (defined($env{'form.email'})) {
           $env{'form.email'} =~ s/^\s+//;
           $env{'form.email'} =~ s/\s+$//;
         if ($env{'form.email'} =~ m/^[^\@]+\@[^\@]+$/) {          if ($env{'form.email'} =~ m/^[^\@]+\@[^\@]+$/) {
             $from = $env{'form.email'};              $from = $env{'form.email'};
         }          }
     }      }
   
       if (defined($env{'form.cc'})) {
           if ($badccmsg) {
               $displaymsg .= $badccmsg;
           }
       }
   
     my $subject = $env{'form.subject'};      my $subject = $env{'form.subject'};
     $subject =~ s#(`)#'#g;      $subject =~ s/(`)/'/g;
     $subject =~ s#\$#\(\$\)#g;      $subject =~ s/\$/\(\$\)/g;
     $supportmsg =~ s#(`)#'#g;      $supportmsg =~ s/(`)/'/g;
     $supportmsg =~ s#\$#\(\$\)#g;      $supportmsg =~ s/\$/\(\$\)/g;
     $displaymsg =~ s#(`)#'#g;      $displaymsg =~ s/(`)/'/g;
     $displaymsg =~ s#\$#\(\$\)#g;      $displaymsg =~ s/\$/\(\$\)/g;
     my $fname;      my $fname;
   
     my $attachmentpath = '';      my $attachmentpath = '';
Line 759  END Line 673  END
         if ($env{'form.screenshot.filename'}) {          if ($env{'form.screenshot.filename'}) {
             $attachmentsize = length($env{'form.screenshot'});              $attachmentsize = length($env{'form.screenshot'});
             if ($attachmentsize > 131072) {              if ($attachmentsize > 131072) {
                 $displaymsg .= "<br />The uploaded screenshot file ($attachmentsize bytes) included with your request exceeded the maximum allowed size - 128 KB, and has therefore been discarded.";                  $displaymsg .= '<br />'.&mt('The uploaded screenshot file ([_1] bytes) included with your request exceeded the maximum allowed size - 128 KB, and has therefore been discarded.',$attachmentsize);
             } else {              } else {
                 $attachmentpath=&Apache::lonnet::userfileupload('screenshot',undef,'helprequests');                  $attachmentpath=&Apache::lonnet::userfileupload('screenshot',undef,'helprequests');
             }              }
         }          }
     }      }
   
     my %cookies = ();      my %cookies;
     my $cookie=CGI::Cookie->parse($r->header_in('Cookie'));      my $cookie=CGI::Cookie->parse($r->header_in('Cookie'));
     if ($$cookie{'lonID'} =~ /lonID=($LONCAPA::handle_re);/) {      if ($$cookie{'lonID'} =~ /lonID=($LONCAPA::handle_re);/) {
         $cookies{'lonID'} = $1;          $cookies{'lonID'} = $1;
Line 774  END Line 688  END
   
     if ($attachmentpath =~ m-/([^/]+)$-) {      if ($attachmentpath =~ m-/([^/]+)$-) {
         $fname = $1;          $fname = $1;
         $displaymsg .= "<br />An uploaded screenshot file - $fname ($attachmentsize bytes) was included in the request sent by $env{'user.name'} from LON-CAPA domain: $env{'user.domain'}";          $displaymsg .= '<br />'
                         .&mt('An uploaded screenshot file [_1] ([_2] bytes) was included in the request sent by [_3].'
                             ,'<span class="LC_filename">'.$fname.'<span>'
                             ,$attachmentsize
                             ,$env{'user.name'}.':'.$env{'user.domain'}
                          );
         $supportmsg .= "\n";          $supportmsg .= "\n";
         foreach (@cookievars) {          foreach my $var (@cookievars) {
             $supportmsg .= "$_: $cookies{$_}\n";              $supportmsg .= "$var: $cookies{$var}\n";
         }          }
         foreach (@ENVvars) {          foreach my $var(@ENVvars) {
             $supportmsg .= "$_: $ENV{$_}\n";              $supportmsg .= "$var: $ENV{$var}\n";
         }          }
         foreach (@envvars) {          foreach my $var (@envvars) {
             $supportmsg .= "$_: $env{$_}\n";              $supportmsg .= "$var: $env{$var}\n";
         }          }
     }      }
     
Line 794  END Line 713  END
                  Type    =>'TEXT',                   Type    =>'TEXT',
                  Data    => $supportmsg,                   Data    => $supportmsg,
                  );                   );
       if (@ok_ccs > 0) {
           my $cc_string = join(', ',@ok_ccs);
           $msg->add("Cc" => $cc_string);
       }
   
     if ($attachmentpath) {      if ($attachmentpath) {
         my ($type, $encoding) = MIME::Types::by_suffix($attachmentpath);          my ($type, $encoding) = MIME::Types::by_suffix($attachmentpath);
Line 804  END Line 727  END
   
     } else {      } else {
         my $envdata = '';          my $envdata = '';
         foreach (@cookievars) {          foreach my $var (@cookievars) {
             $envdata .= "$_: $cookies{$_}\n";              $envdata .= "$var: $cookies{$var}\n";
         }          }
         foreach (@ENVvars) {          foreach my $var (@ENVvars) {
             $envdata .= "$_: $ENV{$_}\n";              $envdata .= "$var: $ENV{$var}\n";
         }          }
         foreach (@envvars) {          foreach my $var (@envvars) {
             $envdata .= "$_: $env{$_}\n";              $envdata .= "$var: $env{$var}\n";
         }          }
         foreach (@loncvars) {          foreach my $var (@loncvars) {
             $envdata .= "$_: $env{$_}\n";              $envdata .= "$var: $env{$var}\n";
         }          }
         $msg->attach(Type => 'TEXT',          $msg->attach(Type => 'TEXT',
                      Data => $envdata);                       Data => $envdata);
Line 823  END Line 746  END
 ### Send it:  ### Send it:
     $msg->send('sendmail');      $msg->send('sendmail');
   
     if ($attachmentpath =~ m#$Apache::lonnet::perlvar{'lonDaemons'}/tmp/helprequests/(\d+)/[^/]+#) {      if ($attachmentpath =~ m|$Apache::lonnet::perlvar{'lonDaemons'}/tmp/helprequests/(\d+)/[^/]+|) {
         unlink($attachmentpath);          unlink($attachmentpath);
     }      }
     $r->print(qq|      $r->print('<b>'.$lt{'your'}.'</b>:<br /><br />'."\n");
  <b>Your support request contained the following information</b>:<br /><br />      $r->print('<div style="width:620px;">'.
  <table width="580" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">                &Apache::lonhtmlcommon::start_pick_box().
   <tr>                &Apache::lonhtmlcommon::row_title($lt{'info'},undef,'LC_oddrow_value')."\n".$displaymsg."\n".
    <td>                &Apache::lonhtmlcommon::row_closure().
     <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">                &Apache::lonhtmlcommon::row_title($lt{'adin'},undef,'LC_evenrow_value'));
      <tr>      my $envmsg;
       <td>      foreach my $var (@cookievars) {
        <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff">          if ($cookies{$var} ne '') {
         <tr>              $envmsg.= '<span class="LC_helpform_receipt_cat">'.
          <td>                        $var.'</span>:&nbsp;'.$cookies{$var}.', ';
           <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#ffffff">          }
            <tr>      }
             <td width="140" bgcolor="$tablecolor">      foreach my $var (@ENVvars) {
              <table width="140" border="0" cellpadding="8" cellspacing="0">          if ($ENV{$var} ne '') {
               <tr>              $envmsg .= '<span class="LC_helpform_receipt_cat">'.
                <td align="right"><b>Information supplied</b>                         $var.'</span>:&nbsp;'.$ENV{$var}.', ';
                </td>          }
               </tr>      }
              </table>      foreach my $var (@envvars) {
             </td>          if ($env{$var} ne '') { 
             <td width="100%" valign="top">              $envmsg .= '<span class="LC_helpform_receipt_cat">'.
              <table width="100%" border="0" cellpadding="8" cellspacing="0">                         $var.'</span>:&nbsp;'.$env{$var}.', ';
               <tr>          }
                <td>$displaymsg</td>      }
               </tr>      $envmsg =~ s/, $//;
              </table>      $r->print($envmsg."\n".
             </td>                &Apache::lonhtmlcommon::row_closure(1)."\n".
            </tr>                &Apache::lonhtmlcommon::end_pick_box().
            <tr>                "</div>\n".
             <td width="100%" colspan="2" bgcolor="#000000">                &Apache::loncommon::end_page());
              <img src="/adm/lonMisc/blackdot.gif" /><br />  
             </td>  
            </tr>  
            <tr>  
             <td width="140" bgcolor="$tablecolor">  
              <table width="140" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td align="right"><b>Additional information recorded</b>  
                </td>  
               </tr>  
              </table>  
             </td>  
             <td width="100%" valign="top">  
              <table width="100%" border="0" cellpadding="8" cellspacing="0">  
               <tr>  
                <td>  
     |);  
     foreach (@cookievars) {  
         unless($cookies{$_} eq '') {  
             $r->print("$_:&nbsp;<font color='$vlinkcolor'>$cookies{$_}</font>, ");  
         }  
     }  
     foreach (@ENVvars) {  
         unless($ENV{$_} eq '') {  
             $r->print("$_:&nbsp;<font color='$vlinkcolor'>$ENV{$_}</font>, ");  
         }  
     }  
     foreach (@envvars) {  
         unless($env{$_} eq '') {   
             $r->print("$_:&nbsp;<font color='$vlinkcolor'>$env{$_}</font>, ");  
         }  
     }  
     $r->print("  
                </td>  
               </tr>  
              </table>  
             </td>  
            </tr>  
           </table>  
          </td>  
         </tr>  
        </table>  
       </td>  
      </tr>  
     </table>  
    </td>  
   </tr>  
  </table>  
     ");  
     $r->print(&Apache::loncommon::end_page());  
 }  }
   
 sub print_header {  sub print_header {
     my ($r,$origurl,$action) = @_;      my ($r,$origurl,$command) = @_;
     my $location=&Apache::loncommon::lonhttpdurl("/adm");      my $location=&Apache::loncommon::lonhttpdurl("/adm");
     my $tablecolor = '#EEEE99';  
     my ($component_url);      my ($component_url);
     my $helpdesk_link = '<a href="javascript:validate()">';      my $helpdesk_link = '<a href="javascript:validate()">';
     if ($action eq 'process') {      if ($command eq 'process') {
         $helpdesk_link = '<a href="/adm/helpdesk">';          $helpdesk_link = '<a href="/adm/helpdesk">';
     }      }
     my %lt = &Apache::lonlocal::texthash (      my %lt = &Apache::lonlocal::texthash (
                                            login => 'Log-in help',                                             login => 'Log-in help',
                                            ask   => 'Ask helpdesk',                                             ask   => 'Ask helpdesk',
                                            getst => 'Getting started guide',                                             getst => 'Getting started guide',
                                            back =>  'Back to last location'                                             back =>  'Back to last location',
                                              headline => 'help/support',
                                          );                                           );
     my ($getstartlink,$getstarttext);      my ($getstartlink,$reviewtext);
     if (-e $Apache::lonnet::perlvar{'lonDocRoot'}.'/adm/gettingstarted.html') {      if (-e $Apache::lonnet::perlvar{'lonDocRoot'}.'/adm/gettingstarted.html') {
         $getstartlink = qq|<td align="center">&nbsp;<b><a href="/adm/gettingstarted.html">$lt{'getst'}</a></td>|;          $getstartlink = qq|<td align="center">&nbsp;<b><a href="/adm/gettingstarted.html">$lt{'getst'}</a></td>|;
         $getstarttext = ' '.&mt('and the "Getting started" guide').' ';          $reviewtext = &mt('Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.');
       } else {
           $reviewtext = &mt('Please review the information in "Log-in help" if you are unable to log-in.');
     }      }
     $r->print(<<END);      $r->print(<<END);
 <table width="620" border="0" cellspacing="0" cellpadding="0" height="55">   <tr height="50">    <td width='5'>&nbsp;</td>  <table width="620" border="0" cellspacing="0" cellpadding="0" height="55">   <tr height="50">    <td width='5'>&nbsp;</td>
    <td>     <td>
     <fieldset><legend><img src="$location/lonIcons/minilogo.gif" height='20' width='29' valign='bottom' />&nbsp;&nbsp;<b><font size="+1">LON-CAPA help/support</font></b></legend>      <fieldset>
  <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">        <legend>
   <tr>          <img src="$location/lonIcons/minilogo.gif" height="20" width="29" valign="bottom" />&nbsp;&nbsp;
    <td>         <b>LON-CAPA $lt{'headline'}</b>
     <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">        </legend>
      <tr>   <table id="LC_helpmenu_links">
       <td>     <tr>
        <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff">      <td align="center"><span class="LC_nobreak"><img src="$location/help/help.png" border="0" alt="($lt{'login'})" valign="middle" />&nbsp;<b><a href="/adm/loginproblems.html">$lt{'login'}</a></b>&nbsp;</span></td>
         <tr>      <td align="center"><span class="LC_nobreak">&nbsp;<b>$helpdesk_link<img src="$location/lonIcons/helpdesk.gif" border="0" alt="($lt{'ask'})" valign="middle" />&nbsp;$lt{'ask'}</a></b>&nbsp;</span></td>$getstartlink
          <td>      <td align="center"><span class="LC_nobreak">&nbsp;<b><a href="$origurl" target="_top"><img src="$location/lonIcons/move_up.gif" border="0" alt="($lt{'back'})" valign="middle" />&nbsp;$lt{'back'}</a></b>&nbsp;</span></td>
           <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#ffffff">     </tr>
            <tr bgcolor="$tablecolor">  
             <td align="center"><img src="$location/help/gif/smallHelp.gif" border="0" alt="(Login help)" valign="middle" />&nbsp;<b><a href="/adm/loginproblems.html">$lt{'login'}</a></td>  
             <td align="center">&nbsp;<b>$helpdesk_link<img src="$location/lonIcons/helpdesk.gif" border="0" alt="(Ask helpdesk)" valign="middle" />&nbsp;$lt{'ask'}</a></b>&nbsp;</td>$getstartlink  
             <td align="center">&nbsp;<b><a href="$origurl" target="_top"><img src="$location/lonIcons/move_up.gif" border="0" alt="(Back to last location)" valign="middle" />&nbsp;$lt{'back'}</a></b>&nbsp;</td>  
            </tr>  
           </table>  
          </td>  
         </tr>  
        </table>  
       </td>  
      </tr>  
     </table>  
    </td>  
   </tr>  
  </table>   </table>
 </fieldset>  </fieldset>
   </td>    </td>
Line 966  sub print_header { Line 827  sub print_header {
   <td colspan='3' height='5'>&nbsp;</td>    <td colspan='3' height='5'>&nbsp;</td>
  </tr>   </tr>
 END  END
     unless ($action eq 'process') {      if  ($command ne 'process') {
         $r->print('          $r->print('
  <tr>   <tr>
   <td colspan="3">'.&mt('    <td colspan="3">'.$reviewtext.' '
 Please review the information in "Log-in help"').$getstarttext.' '.&mt('if you are unable to log-in').'.  '.&mt('If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk').'.<br /><font size="-1"><b>'.&mt('Note').':</b> '.&mt('Student questions about course content should be directed to the course instructor').'.</font><br /><br />  .&mt('If your problem is still unresolved, the form below can be used to send a question to the LON-CAPA helpdesk.').'<br />'
   .'<font size="-1"><b>'.&mt('Students').'</b>: '.&mt('Do <b>not</b> use this form to ask questions about course content.').' '
   .&mt('Contact your instructor instead.')
   .'</font><br /><br />
   </td>    </td>
  </tr>');   </tr>');
     }      }
Line 979  Please review the information in "Log-in Line 843  Please review the information in "Log-in
     return;      return;
 }  }
   
   sub get_domain {
       my $codedom;
       if (exists($env{'form.codedom'})) {
           $codedom = $env{'form.codedom'};
       } elsif ($env{'request.course.id'}) {
           $codedom = $env{'course.'.$env{'request.course.id'}.'.domain'};
       } elsif ($env{'request.role.domain'}) {
           $codedom = $env{'request.role.domain'};
       } else {
           $codedom = &Apache::lonnet::default_login_domain();
       }
       return $codedom;
   }
   
   sub cleanup_html {
       my ($incoming) = @_;
       my $outgoing;
       if ($incoming ne '') {
           $outgoing = $incoming;
           $outgoing =~ s/\#/&#035;/g;
           $outgoing =~ s/\&/&#038;/g;
           $outgoing =~ s/</&#060;/g;
           $outgoing =~ s/>/&#062;/g;
           $outgoing =~ s/\(/&#040/g;
           $outgoing =~ s/\)/&#041;/g;
           $outgoing =~ s/"/&#034;/g;
           $outgoing =~ s/'/&#039;/g;
           $outgoing =~ s/\$/&#036;/g;
       }
       return $outgoing;
   }
   
 1;  1;

Removed from v.1.39  
changed lines
  Added in v.1.55.4.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>