Return to publisher.html CVS log | Up to [LON-CAPA] / loncom / publisher |
Fires off /adm/publish for resource in lower frame; this file goes into /home/httpd/html/adm/publisher.html
<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" 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>