Diff for /loncom/publisher/publisher.html between versions 1.20 and 1.22

version 1.20, 2002/07/16 20:30:54 version 1.22, 2002/11/18 15:28:50
Line 75  function getpostdata() { Line 75  function getpostdata() {
 }  }
 </script>  </script>
 </head>  </head>
 <body bgcolor="#99ff99">  <body bgcolor="#ccffff" text='#004400' link='#003333' vlink='#006666'>
 <font size="-2">  <font size="-2">
 <table border=0><tr><th bgcolor="#aaaaaa" height=20>  <table border=0><tr><th bgcolor="#004400" height=20>
 <table border=0><tr valign="middle">  <table border=0><tr valign="middle">
 <form name="publisher" action="/adm/publish" target="_parent" method="post">  <form name="publisher" action="/adm/publish" target="_parent" method="post">
 <td bgcolor="#ccffcc">  <td bgcolor="#ccffcc">
Line 103  method="post" enctype="multipart/form-da Line 103  method="post" enctype="multipart/form-da
 <input type="file" name="upfile" size="10">  <input type="file" name="upfile" size="10">
 <input type="button" value="Upload file"  onClick="getufilename();">  <input type="button" value="Upload file"  onClick="getufilename();">
 </td></form>  </td></form>
 <form name="printout" action="/adm/printout" target="LONCAPAToBePublished"  <form name="printout" target="_parent" action="/adm/printout" target="LONCAPAToBePublished"
 method="post" onSubmit="getpostdata();">  method="post" onSubmit="getpostdata();">
 <td rowspan=2 bgcolor="#ccffcc">  <td rowspan=2 bgcolor="#ccffcc">
 <input type="hidden" name="postdata" value="">  <input type="hidden" name="postdata" value="">

Removed from v.1.20  
changed lines
  Added in v.1.22


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