File:  [LON-CAPA] / loncom / publisher / publisher.html
Revision 1.1: download - view: text, annotated - select for diffs
Tue Nov 28 21:37:43 2000 UTC (23 years, 6 months ago) by www
Branches: MAIN
CVS tags: HEAD
Fires off /adm/publish for resource in lower frame; this file goes into
/home/httpd/html/adm/publisher.html

    1: <html>
    2: <head>
    3: <title>LON-CAPA Publishing Frame</title>
    4: <script>
    5: 
    6: function getfilename() {
    7:    document.publisher.filename.value=parent.LONCAPAToBePublished.location.href;
    8: }
    9: 
   10: </script>
   11: </head>
   12: <body bgcolor="#FFFFFF">
   13: <form name="publisher" action="/adm/publish" onSubmit="getfilename();">
   14: <input type="hidden" name="filename" value="">
   15: <input type="submit" value="Publish this Resource">
   16: <input type="submit" value="Publish this Directory">
   17: <input type="submit" value="Publish Directory and all Subdirectories">
   18: </form>
   19: </body>
   20: </html>

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