--- loncom/publisher/publisher.html 2003/02/04 20:33:19 1.24 +++ loncom/publisher/publisher.html 2003/05/29 21:44:53 1.28 @@ -15,7 +15,7 @@ function getfilename() { } function getdfilename() { - document.dpublisher.filename.value=parent.LONCAPAToBePublished.location.href; + document.dpublisher.filename.value=unescape(parent.LONCAPAToBePublished.location.href); if (document.dpublisher.filename.value.indexOf('/adm/pubdir')==-1) { document.dpublisher.submit(); } @@ -57,6 +57,11 @@ function getactionfilename() { document.fileaction.submit(); } +function getdelfilename() { + document.del.filename.value=parent.LONCAPAToBePublished.location.href; + document.del.submit(); +} + function getpostdata() { document.printout.postdata.value=parent.LONCAPAToBePublished.location.href; document.printout.submit(); @@ -87,6 +92,13 @@ function getpostdata() { +
+ + + + +
+
@@ -95,13 +107,14 @@ function getpostdata() {
-
- - - + + + + +
-
+ @@ -110,10 +123,12 @@ function getpostdata() { - + + + -    +