version 1.26, 2003/02/10 22:52:59
|
version 1.28, 2003/05/29 21:44:53
|
Line 15 function getfilename() {
|
Line 15 function getfilename() {
|
} |
} |
|
|
function getdfilename() { |
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) { |
if (document.dpublisher.filename.value.indexOf('/adm/pubdir')==-1) { |
document.dpublisher.submit(); |
document.dpublisher.submit(); |
} |
} |
Line 123 function getpostdata() {
|
Line 123 function getpostdata() {
|
<option value="newfile">New file:</option> |
<option value="newfile">New file:</option> |
<option value="newhtmlfile">New HTML file:</option> |
<option value="newhtmlfile">New HTML file:</option> |
<option value="newproblemfile">New problem:</option> |
<option value="newproblemfile">New problem:</option> |
|
<option value="newpagefile">New assembled page:</option> |
|
<option value="newsequencefile">New assembled sequence:</option> |
<option value="newdir">New subdirectory:</option> |
<option value="newdir">New subdirectory:</option> |
<option value="rename">Rename current file to:</option> |
<option value="rename">Rename current file to:</option> |
<option value="copy">Copy current file to:</option> |
<option value="copy">Copy current file to:</option> |