Annotation of loncom/publisher/publisher.html, revision 1.2
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">
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>