Diff for /loncom/publisher/publisher.html between versions 1.3 and 1.4

version 1.3, 2000/12/23 15:53:26 version 1.4, 2001/03/29 21:56:53
Line 7  function getfilename() { Line 7  function getfilename() {
    document.publisher.filename.value=parent.LONCAPAToBePublished.location.href;     document.publisher.filename.value=parent.LONCAPAToBePublished.location.href;
 }  }
   
   function getdfilename() {
     document.dpublisher.filename.value=parent.LONCAPAToBePublished.location.href;
   }
   
   function getrfilename() {
     document.rpublisher.filename.value=parent.LONCAPAToBePublished.location.href;
   }
   
 </script>  </script>
 </head>  </head>
 <body bgcolor="#FFFFFF">  <body bgcolor="#FFFFFF">
   <table><tr><td>
 <form name="publisher" action="/adm/publish" target="_parent" method="post"  <form name="publisher" action="/adm/publish" target="_parent" method="post"
  onSubmit="getfilename();">   onSubmit="getfilename();">
 <input type="hidden" name="filename" value="">  <input type="hidden" name="filename" value="">
 <input type="submit" value="Publish this Resource">  <input type="submit" value="Publish this Resource">
 <input type="submit" name="pubdir" value="Publish this Directory">  </form></td><td>
 &nbsp;&nbsp;<b>LON-CAPA Construction Space</b>  <form name="dpublisher" action="/adm/pubdir" target="_parent" method="post"
 </form>   onSubmit="getdfilename();">
   <input type="hidden" name="filename" value="">
   <input type="submit" value="Publish this Directory">
   </form></td><td>
   <form name="rpublisher" action="/adm/retrieve" target="_parent" method="post"
    onSubmit="getrfilename();">
   <input type="hidden" name="filename" value="">
   <input type="submit" value="Retrieve Old Version">
   </form></td><td>
   <b>LON-CAPA Construction Space</b>
   </td></tr></table>
 </body>  </body>
 </html>  </html>
   

Removed from v.1.3  
changed lines
  Added in v.1.4


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