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

version 1.19, 2002/03/21 20:39:17 version 1.20, 2002/07/16 20:30:54
Line 68  function getnewdirfilename() { Line 68  function getnewdirfilename() {
       document.newdir.submit();        document.newdir.submit();
    }     }
 }  }
   
   function getpostdata() {
     document.printout.postdata.value=parent.LONCAPAToBePublished.location.href;
     document.printout.submit();
   }
 </script>  </script>
 </head>  </head>
 <body bgcolor="#99ff99">  <body bgcolor="#99ff99">
   <font size="-2">
 <table border=0><tr><th bgcolor="#aaaaaa" height=20>  <table border=0><tr><th bgcolor="#aaaaaa" 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">
Line 96  method="post" enctype="multipart/form-da Line 102  method="post" enctype="multipart/form-da
 <input type="hidden" name="filename" value="">  <input type="hidden" name="filename" value="">
 <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></tr>  </td></form>
   <form name="printout" action="/adm/printout" target="LONCAPAToBePublished"
   method="post" onSubmit="getpostdata();">
   <td rowspan=2 bgcolor="#ccffcc">
   <input type="hidden" name="postdata" value="">
   <input type="button" value="Printout" onClick="getpostdata();">
   </td>
   </form>
   </tr>
   
 <tr valign="middle">  <tr valign="middle">
 <form name="rpublisher" action="/adm/retrieve" target="_parent" method="post">  <form name="rpublisher" action="/adm/retrieve" target="_parent" method="post">
Line 127  method="post" enctype="multipart/form-da Line 141  method="post" enctype="multipart/form-da
 </tr>  </tr>
 </table>  </table>
 </th></tr></table>  </th></tr></table>
   </font>
 </body>  </body>
 </html>  </html>
   

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


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