Diff for /loncom/publisher/Attic/lonconstruct.pm between versions 1.9 and 1.13

version 1.9, 2002/09/16 13:05:49 version 1.13, 2003/06/16 21:32:43
Line 106  sub handler { Line 106  sub handler {
    $lowerframe= &HTML::Entities::encode($lowerframe);     $lowerframe= &HTML::Entities::encode($lowerframe);
    &Debug($r, "LOwer frame URL after quote subst: ".$lowerframe);     &Debug($r, "LOwer frame URL after quote subst: ".$lowerframe);
   
   #
   # Are we forcing edit mode?
   #
   
      &Apache::loncommon::get_unprocessed_cgi
           ($ENV{'QUERY_STRING'},['forceedit']);
      if ($ENV{'form.forceedit'}) {
          $lowerframe.='?editmode=Edit&problemmode=EditXML';
      }
   
    $r->print(<<ENDPAGE);     $r->print(<<ENDPAGE);
 <html>  <html>
 <head><title>LON-CAPA Construction Space</title></head>  <head><title>LON-CAPA Construction Space</title>
   <script language="JavaScript">
   var lastknownpriv="$lowerframe";
   </script>
   </head>
 <frameset rows="110,*" border="0">  <frameset rows="110,*" border="0">
 <frame src='/adm/publisher.html'>  <frame src='/adm/publisher.html'>
 <frame src="$lowerframe" name="LONCAPAToBePublished">  <frame src="$lowerframe" name="LONCAPAToBePublished">

Removed from v.1.9  
changed lines
  Added in v.1.13


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