Annotation of loncom/publisher/publisher.html, revision 1.3
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">
1.2 www 13: <form name="publisher" action="/adm/publish" target="_parent" method="post"
14: onSubmit="getfilename();">
1.1 www 15: <input type="hidden" name="filename" value="">
16: <input type="submit" value="Publish this Resource">
1.3 ! www 17: <input type="submit" name="pubdir" value="Publish this Directory">
! 18: <b>LON-CAPA Construction Space</b>
1.1 www 19: </form>
20: </body>
21: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>