Annotation of loncom/publisher/publisher.html, revision 1.1

1.1     ! www         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>