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

version 1.22, 2002/11/18 15:28:50 version 1.23, 2002/12/26 15:38:54
Line 75  function getpostdata() { Line 75  function getpostdata() {
 }  }
 </script>  </script>
 </head>  </head>
 <body bgcolor="#ccffff" text='#004400' link='#003333' vlink='#006666'>  <body bgcolor="#ccffdd" text='#002200' link='#003333' vlink='#006666'>
 <font size="-2">  <font size="-2">
 <table border=0><tr><th bgcolor="#004400" 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="#ccddaa">
 <input type="hidden" name="filename" value="">  <input type="hidden" name="filename" value="">
 <input type="button" value="Publish this Resource" onClick="getfilename();">  <input type="button" value="Publish this Resource" onClick="getfilename();">
 </td></form>  </td></form>
 <form name="dpublisher" action="/adm/pubdir" target="LONCAPAToBePublished" method="post">  <form name="dpublisher" action="/adm/pubdir" target="LONCAPAToBePublished" method="post">
 <td bgcolor="#ccffcc">  <td bgcolor="#ccddaa">
 <input type="hidden" name="filename" value="">  <input type="hidden" name="filename" value="">
 <input type="button" value="List Directory" onClick="getdfilename();">  <input type="button" value="List Directory" onClick="getdfilename();">
 </td></form>  </td></form>
 <form name="cp" action="/adm/cfile" target="_parent" method="post" onSubmit="getcpfilename();">  <form name="cp" action="/adm/cfile" target="_parent" method="post" onSubmit="getcpfilename();">
 <td bgcolor="#ccffcc">  <td bgcolor="#ccddaa">
 <input type="hidden" name="filename" value="">  <input type="hidden" name="filename" value="">
 <input type="hidden" name="action" value="copy">  <input type="hidden" name="action" value="copy">
 <input type="text" size=10 name="newfilename" value="">  <input type="text" size=10 name="newfilename" value="">
Line 98  function getpostdata() { Line 98  function getpostdata() {
 </td></form>  </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">
 <td bgcolor="#ccffcc" valign="top">  <td bgcolor="#ccddaa" valign="top">
 <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>  </td></form>
 <form name="printout" target="_parent" 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="#ccddaa">
 <input type="hidden" name="postdata" value="">  <input type="hidden" name="postdata" value="">
 <input type="button" value="Printout" onClick="getpostdata();">  <input type="button" value="Printout" onClick="getpostdata();">
 </td>  </td>
Line 114  method="post" onSubmit="getpostdata();"> Line 114  method="post" onSubmit="getpostdata();">
   
 <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">
 <td bgcolor="#ccffcc">  <td bgcolor="#ccddaa">
 <input type="hidden" name="filename" value="">  <input type="hidden" name="filename" value="">
 <input type="button" value="Retrieve Old Version" onClick="getrfilename();">  <input type="button" value="Retrieve Old Version" onClick="getrfilename();">
 </td></form>  </td></form>
 <form name="del" action="/adm/cfile" target="_parent" method="post">  <form name="del" action="/adm/cfile" target="_parent" method="post">
 <td bgcolor="#ccffcc">  <td bgcolor="#ccddaa">
 <input type="hidden" name="filename" value="">  <input type="hidden" name="filename" value="">
 <input type="hidden" name="action" value="delete">  <input type="hidden" name="action" value="delete">
 <input type="button" value="Delete" onClick="getdelfilename();">  <input type="button" value="Delete" onClick="getdelfilename();">
 </td></form>  </td></form>
 <form name="rename" action="/adm/cfile" target="_parent" method="post" onSubmit="getrenamefilename();">  <form name="rename" action="/adm/cfile" target="_parent" method="post" onSubmit="getrenamefilename();">
 <td bgcolor="#ccffcc">  <td bgcolor="#ccddaa">
 <input type="hidden" name="filename" value="">  <input type="hidden" name="filename" value="">
 <input type="hidden" name="action" value="rename">  <input type="hidden" name="action" value="rename">
 <input type="text" size=10 name="newfilename" value="">  <input type="text" size=10 name="newfilename" value="">
 <input type="button" value="Rename" onClick="getrenamefilename();">  <input type="button" value="Rename" onClick="getrenamefilename();">
 </td></form>  </td></form>
 <form name="newdir" action="/adm/cfile" target="_parent" method="post" onSubmit="getnewdirfilename();">  <form name="newdir" action="/adm/cfile" target="_parent" method="post" onSubmit="getnewdirfilename();">
 <td bgcolor="#ccffcc">  <td bgcolor="#ccddaa">
 <input type="hidden" name="filename" value="">  <input type="hidden" name="filename" value="">
 <input type="hidden" name="action" value="newdir">  <input type="hidden" name="action" value="newdir">
 <input type="text" size=10 name="newfilename" value="">  <input type="text" size=10 name="newfilename" value="">

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


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