Return to publisher.html CVS log | Up to [LON-CAPA] / loncom / publisher |
Call to /adm/pubdir via "List directory" in lower frame
<html> <head> <title>LON-CAPA Publishing Frame</title> <script> function getfilename() { 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> </head> <body bgcolor="#FFFFFF"> <table><tr><td> <form name="publisher" action="/adm/publish" target="_parent" method="post" onSubmit="getfilename();"> <input type="hidden" name="filename" value=""> <input type="submit" value="Publish this Resource"> </form></td><td> <form name="dpublisher" action="/adm/pubdir" target="LONCAPAToBePublished" method="post" onSubmit="getdfilename();"> <input type="hidden" name="filename" value=""> <input type="submit" value="List 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> </html>