--- loncom/publisher/publisher.html 2000/11/28 21:37:43 1.1 +++ loncom/publisher/publisher.html 2001/04/02 21:45:58 1.7 @@ -5,16 +5,45 @@ function getfilename() { document.publisher.filename.value=parent.LONCAPAToBePublished.location.href; + if ((document.publisher.filename.value.charAt( + document.publisher.filename.value.length-1)!='/') && + (document.publisher.filename.value.indexOf('/adm/pubdir')==-1)) { + document.publisher.submit(); + } else { + alert('Cannot publish directory'); + } +} + +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 +
\ No newline at end of file