version 1.1, 2000/11/28 21:37:43
|
version 1.4, 2001/03/29 21:56:53
|
Line 7 function getfilename() {
|
Line 7 function getfilename() {
|
document.publisher.filename.value=parent.LONCAPAToBePublished.location.href; |
document.publisher.filename.value=parent.LONCAPAToBePublished.location.href; |
} |
} |
|
|
|
function getdfilename() { |
|
document.dpublisher.filename.value=parent.LONCAPAToBePublished.location.href; |
|
} |
|
|
|
function getrfilename() { |
|
document.rpublisher.filename.value=parent.LONCAPAToBePublished.location.href; |
|
} |
|
|
</script> |
</script> |
</head> |
</head> |
<body bgcolor="#FFFFFF"> |
<body bgcolor="#FFFFFF"> |
<form name="publisher" action="/adm/publish" onSubmit="getfilename();"> |
<table><tr><td> |
|
<form name="publisher" action="/adm/publish" target="_parent" method="post" |
|
onSubmit="getfilename();"> |
<input type="hidden" name="filename" value=""> |
<input type="hidden" name="filename" value=""> |
<input type="submit" value="Publish this Resource"> |
<input type="submit" value="Publish this Resource"> |
|
</form></td><td> |
|
<form name="dpublisher" action="/adm/pubdir" target="_parent" method="post" |
|
onSubmit="getdfilename();"> |
|
<input type="hidden" name="filename" value=""> |
<input type="submit" value="Publish this Directory"> |
<input type="submit" value="Publish this Directory"> |
<input type="submit" value="Publish Directory and all Subdirectories"> |
</form></td><td> |
</form> |
<form name="rpublisher" action="/adm/retrieve" target="_parent" method="post" |
|
onSubmit="getrfilename();"> |
|
<input type="hidden" name="filename" value=""> |
|
<input type="submit" value="Retrieve Old Version"> |
|
</form></td><td> |
|
<b>LON-CAPA Construction Space</b> |
|
</td></tr></table> |
</body> |
</body> |
</html> |
</html> |
|
|