Diff for /loncom/publisher/Attic/lonconstruct.pm between versions 1.1 and 1.2

version 1.1, 2000/11/23 11:44:25 version 1.2, 2000/11/28 21:16:39
Line 10 Line 10
 # 08/30,08/31,09/06,09/14,09/15,09/16,09/19,09/20,09/21,09/23,  # 08/30,08/31,09/06,09/14,09/15,09/16,09/19,09/20,09/21,09/23,
 # 10/02,10/10,10/14,10/16,10/18,10/19,10/31,11/6,11/14,11/16 Gerd Kortemeyer)  # 10/02,10/10,10/14,10/16,10/18,10/19,10/31,11/6,11/14,11/16 Gerd Kortemeyer)
 #  #
 # 11/22,11/23 Gerd Kortemeyer  # 11/22,11/23,11/28 Gerd Kortemeyer
   
 package Apache::lonconstruct;  package Apache::lonconstruct;
   
Line 35  sub handler { Line 35  sub handler {
 <html>  <html>
 <head><title>LON-CAPA Construction Space</title></head>  <head><title>LON-CAPA Construction Space</title></head>
 <frameset rows="50,*">  <frameset rows="50,*">
 <frame src='/cgi-bin/publisher'>  <frame src='/adm/publisher.html'>
 <frame src='$lowerframe'>  <frame src='$lowerframe' name="LONCAPAToBePublished">
 </frameset>  </frameset>
 </html>  </html>
 ENDPAGE  ENDPAGE

Removed from v.1.1  
changed lines
  Added in v.1.2


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