Return to publisher.html CVS log | Up to [LON-CAPA] / loncom / publisher |
New publishing handler, now called with post and target parent
<html> <head> <title>LON-CAPA Publishing Frame</title> <script> function getfilename() { document.publisher.filename.value=parent.LONCAPAToBePublished.location.href; } </script> </head> <body bgcolor="#FFFFFF"> <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"> <input type="submit" value="Publish this Directory"> <input type="submit" value="Publish Directory and all Subdirectories"> </form> </body> </html>