Diff for /loncom/publisher/Attic/lonconstruct.pm between versions 1.28 and 1.29

version 1.28, 2005/02/17 09:01:04 version 1.29, 2005/02/28 08:22:09
Line 127  sub handler { Line 127  sub handler {
        $toprows = '110';         $toprows = '110';
        $topsrc = '/adm/localize/adm/publisher.html';         $topsrc = '/adm/localize/adm/publisher.html';
    }     }
      my $html=&Apache::lonxml::xmlbegin();
    $r->print(<<ENDPAGE);     $r->print(<<ENDPAGE);
 <html>  $html
 <head><title>LON-CAPA Construction Space</title>  <head><title>LON-CAPA Construction Space</title>
 <script language="JavaScript">  <script type="text/javascript">
 var lastknownpriv="$lowerframe";  var lastknownpriv="$lowerframe";
 </script>  </script>
 </head>  </head>
 <frameset rows="$toprows,*" border="0">  <frameset rows="$toprows,*" border="0">
 <frame src='$topsrc'>  <frame src='$topsrc' />
 <frame src="$lowerframe" name="LONCAPAToBePublished">  <frame src="$lowerframe" name="LONCAPAToBePublished" />
 </frameset>  </frameset>
 </html>  </html>
 ENDPAGE  ENDPAGE

Removed from v.1.28  
changed lines
  Added in v.1.29


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