File:  [LON-CAPA] / loncom / publisher / publisher.html
Revision 1.2: download - view: text, annotated - select for diffs
Tue Nov 28 22:15:11 2000 UTC (23 years, 5 months ago) by www
Branches: MAIN
CVS tags: HEAD
New publishing handler, now called with post and target parent

    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" target="_parent" method="post"
   14:  onSubmit="getfilename();">
   15: <input type="hidden" name="filename" value="">
   16: <input type="submit" value="Publish this Resource">
   17: <input type="submit" value="Publish this Directory">
   18: <input type="submit" value="Publish Directory and all Subdirectories">
   19: </form>
   20: </body>
   21: </html>

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