Diff for /loncom/publisher/publisher.html between versions 1.13 and 1.27

version 1.13, 2001/06/24 01:40:14 version 1.27, 2003/03/08 01:41:54
Line 23  function getdfilename() { Line 23  function getdfilename() {
   
 function getufilename() {  function getufilename() {
   document.upublisher.filename.value=parent.LONCAPAToBePublished.location.href;    document.upublisher.filename.value=parent.LONCAPAToBePublished.location.href;
   if (document.upublisher.filename.value.indexOf('/adm/pubdir')==-1) {    if (document.upublisher.filename.value.indexOf('/adm/pubdir')!=-1) {
       document.upublisher.submit();        document.upublisher.filename.value=document.dpublisher.filename.value;
   }    }
     document.upublisher.submit();
 }  }
   
 function getrfilename() {  function getrfilename() {
Line 39  function getrfilename() { Line 40  function getrfilename() {
    }     }
 }  }
   
   function getactionfilename() {
     document.fileaction.filename.value=parent.LONCAPAToBePublished.location.href;
     var test=document.fileaction.action.selectedIndex;
     if (test == 4) { // trying to create a directory
         if (document.fileaction.filename.value.indexOf('/adm/pubdir')!=-1) {
             document.fileaction.filename.value=document.dpublisher.filename.value;
         }
         if ((document.fileaction.filename.value.charAt(
              document.fileaction.filename.value.length-1)!='/') &&
              (document.fileaction.filename.value.indexOf('/adm/pubdir')==-1)) {
             alert('Must create new subdirectory inside a directory');
             return;
         }
      }
      document.fileaction.submit();
   }
   
 function getdelfilename() {  function getdelfilename() {
   document.del.filename.value=parent.LONCAPAToBePublished.location.href;    document.del.filename.value=parent.LONCAPAToBePublished.location.href;
   document.del.submit();    document.del.submit();
 }  }
   
 function getrenamefilename() {  function getpostdata() {
   document.rename.filename.value=parent.LONCAPAToBePublished.location.href;    document.printout.postdata.value=parent.LONCAPAToBePublished.location.href;
   document.rename.submit();    document.printout.submit();
 }  
   
 function getcpfilename() {  
   document.cp.filename.value=parent.LONCAPAToBePublished.location.href;  
   document.cp.submit();  
 }  
   
 function getnewdirfilename() {  
    document.newdir.filename.value=parent.LONCAPAToBePublished.location.href;  
    if (document.newdir.filename.value.indexOf('/adm/pubdir')!=-1) {  
        document.newdir.filename.value=document.dpublisher.filename.value;  
    }  
    if ((document.newdir.filename.value.charAt(  
         document.newdir.filename.value.length-1)!='/') &&  
        (document.newdir.filename.value.indexOf('/adm/pubdir')==-1)) {  
       alert('Must create new subdirectory inside a directory');  
    } else {  
       document.newdir.submit();  
    }  
 }  }
   
 </script>  </script>
 </head>      </head>
 <body bgcolor="#FFFFFF">      <body bgcolor="#ccffdd" text='#002200' link='#003333' vlink='#006666'>
 <table border=2><tr><td>        <font size="-2">
 <form name="publisher" action="/adm/publish" target="_parent" method="post">   <table border="0" align="center"><tr><th bgcolor="#004400" height="20">
 <input type="hidden" name="filename" value="">        <table border="0" cellspacing="4"><tr valign="middle">
 <input type="button" value="Publish this Resource" onClick="getfilename();">    <form name="publisher" action="/adm/publish" target="_parent" method="post">
 </form>      <td bgcolor="#ccddaa" align="center">
 </td><td>        <input type="hidden" name="filename" value="" />
 <form name="dpublisher" action="/adm/pubdir" target="LONCAPAToBePublished"                 <input type="button" value="Publish this Resource" onClick="getfilename();" />
 method="post">      </td>
 <input type="hidden" name="filename" value="">    </form>
 <input type="button" value="List Directory" onClick="getdfilename();">    <form name="dpublisher" action="/adm/pubdir" target="LONCAPAToBePublished" method="post">
 </form></td><td>      <td bgcolor="#ccddaa" align="center">
 <form name="rpublisher" action="/adm/retrieve" target="_parent" method="post">        <input type="hidden" name="filename" value="" />
 <input type="hidden" name="filename" value="">        <input type="button" value="List Directory" onClick="getdfilename();" />
 <input type="button" value="Retrieve Old Version" onClick="getrfilename();">      </td>
 </form></td><td>    </form>
 <form name="upublisher" action="/adm/upload" target="_parent"     <form name="upublisher" action="/adm/upload" target="_parent"
 method="post" enctype="multipart/form-data">   method="post" enctype="multipart/form-data">
 <input type="hidden" name="filename" value="">      <td bgcolor="#ccddaa" valign="top" align="center">
 <input type="file" name="upfile" size="10">        <input type="hidden" name="filename" value="" />
 <input type="button" value="Upload file" onClick="getufilename();">        <input type="file" name="upfile" size="20" />
 </form>        <input type="button" value="Upload file"  onClick="getufilename();" />
 </td></tr>      </td>
 <tr>    </form>
 <td>    <form name="printout" target="_parent" action="/adm/printout" target="LONCAPAToBePublished" method="post" onSubmit="getpostdata();">
 <form name="del" action="/adm/cfile" target="_parent" method="post">      <td rowspan="2" bgcolor="#ccddaa" align="center">
 <input type="hidden" name="filename" value="">        <input type="hidden" name="postdata" value="" />
 <input type="hidden" name="action" value="delete">        <input type="button" value="Print" onClick="getpostdata();" />
 <input type="button" value="Delete" onClick="getdelfilename();">      </td>
 </form></td><td>    </form>
 <form name="cp" action="/adm/cfile" target="_parent" method="post">  
 <input type="hidden" name="filename" value="">   </tr>
 <input type="hidden" name="action" value="copy">   <tr valign="middle">
 <input type="text" size=15 name="newfilename" value="">    <form name="rpublisher" action="/adm/retrieve" target="_parent" method="post">
 <input type="button" value="Copy" onClick="getcpfilename();">      <td bgcolor="#ccddaa" align="center">
 </form></td><td>        <input type="hidden" name="filename" value="" />
 <form name="rename" action="/adm/cfile" target="_parent" method="post">        <input type="button" value="Retrieve Old Version" onClick="getrfilename();" />
 <input type="hidden" name="filename" value="">      </td>
 <input type="hidden" name="action" value="rename">    </form>
 <input type="text" size=15 name="newfilename" value="">    <form name="del" action="/adm/cfile" target="_parent" method="post">
 <input type="button" value="Rename" onClick="getrenamefilename();">      <td bgcolor="#ccddaa">
 </form></td><td>        <input type="hidden" name="filename" value="" />
 <form name="newdir" action="/adm/cfile" target="_parent" method="post">        <input type="hidden" name="action" value="delete" />
 <input type="hidden" name="filename" value="">                <input type="button" value="Delete" onClick="getdelfilename();" />
 <input type="hidden" name="action" value="newdir">      </td>
 <input type="text" size=15 name="newfilename" value="">    </form>
 <input type="button" value="New Subdirectory" onClick="getnewdirfilename();">    <form name="fileaction" action="/adm/cfile" target="_parent" method="post" onSubmit="getactionfilename();">
 </form></td>      <td bgcolor="#ccddaa" align="center">
 </tr>        <nobr>
 </table>   <input type="hidden" name="filename" value="" />
 </body>    <select name="action">
 </html>      <option>Select Action</option>
       <option value="newfile">New file:</option>
       <option value="newhtmlfile">New HTML file:</option>
       <option value="newproblemfile">New problem:</option>
                               <option value="newpagefile">New assembled page:</option>
                               <option value="newsequencefile">New assembled sequence:</option>
       <option value="newdir">New subdirectory:</option>
       <option value="rename">Rename current file to:</option>
       <option value="copy">Copy current file to:</option>
     </select>&nbsp;<input type="text" name="newfilename" value="Type Name Here" onFocus="if (this.value == 'Type Name Here') this.value=''" />&nbsp;<input type="button" value="Go" onClick="getactionfilename();" />
         </nobr>
       </td>
     </form>
    </td>
    </form>
    </tr>
         </table>
       </th>
     </tr>
    </table>
         </font>
       </body>
     </html>

Removed from v.1.13  
changed lines
  Added in v.1.27


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