Diff for /loncom/publisher/publisher.html between versions 1.1 and 1.2

version 1.1, 2000/11/28 21:37:43 version 1.2, 2000/11/28 22:15:11
Line 10  function getfilename() { Line 10  function getfilename() {
 </script>  </script>
 </head>  </head>
 <body bgcolor="#FFFFFF">  <body bgcolor="#FFFFFF">
 <form name="publisher" action="/adm/publish" onSubmit="getfilename();">  <form name="publisher" action="/adm/publish" target="_parent" method="post"
    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" value="Publish this Directory">  <input type="submit" value="Publish this Directory">

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


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