--- loncom/publisher/publisher.html 2000/12/23 15:53:26 1.3 +++ loncom/publisher/publisher.html 2001/04/02 21:28:58 1.6 @@ -7,15 +7,37 @@ function getfilename() { document.publisher.filename.value=parent.LONCAPAToBePublished.location.href; } +function getdfilename() { + document.dpublisher.filename.value=parent.LONCAPAToBePublished.location.href; + if (document.dpublisher.filename.value.indexOf('/adm/pubdir')==-1) { + document.dpublisher.submit(); + } +} + +function getrfilename() { + document.rpublisher.filename.value=parent.LONCAPAToBePublished.location.href; +} + -
+
+ - -  LON-CAPA Construction Space - + +
+ + +
+
+ + +
+LON-CAPA Construction Space +
\ No newline at end of file