--- loncom/publisher/publisher.html 2001/04/09 23:58:03 1.10 +++ loncom/publisher/publisher.html 2003/03/08 01:41:54 1.27 @@ -23,9 +23,10 @@ function getdfilename() { function getufilename() { document.upublisher.filename.value=parent.LONCAPAToBePublished.location.href; - if (document.upublisher.filename.value.indexOf('/adm/pubdir')==-1) { - document.upublisher.submit(); + if (document.upublisher.filename.value.indexOf('/adm/pubdir')!=-1) { + document.upublisher.filename.value=document.dpublisher.filename.value; } + document.upublisher.submit(); } function getrfilename() { @@ -39,29 +40,105 @@ function getrfilename() { } } +function getactionfilename() { + document.fileaction.filename.value=parent.LONCAPAToBePublished.location.href; + var test=document.fileaction.action.selectedIndex; + if (test == 4) { // trying to create a directory + if (document.fileaction.filename.value.indexOf('/adm/pubdir')!=-1) { + document.fileaction.filename.value=document.dpublisher.filename.value; + } + if ((document.fileaction.filename.value.charAt( + document.fileaction.filename.value.length-1)!='/') && + (document.fileaction.filename.value.indexOf('/adm/pubdir')==-1)) { + alert('Must create new subdirectory inside a directory'); + return; + } + } + 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(); +} - - -
-
- - -
-
- - -
-
- - -
-
- - - -
-
- - \ No newline at end of file + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ + + +
+ + +
+ + +
+ + + +
+ + +    + +
+
+
+ +