version 1.36, 2004/03/02 16:55:01
|
version 1.39, 2004/12/15 19:02:45
|
Line 1
|
Line 1
|
<html> |
<html> |
<head> |
<head> |
<title>LON-CAPA Publishing Frame</title> |
<title>LON-CAPA Publishing Frame</title> |
<script language="JavaScript"> |
<script type="text/javascript"> |
|
//<!-- |
function frameloc() { |
function frameloc() { |
if (parent.LONCAPAToBePublished.location.pathname.indexOf("/~")!=-1) { |
if (parent.LONCAPAToBePublished.location.pathname.indexOf("/~")!=-1) { |
parent.lastknownpriv=parent.LONCAPAToBePublished.location.pathname; |
parent.lastknownpriv=parent.LONCAPAToBePublished.location.pathname; |
Line 81 function getcurseed() {
|
Line 81 function getcurseed() {
|
return 0; |
return 0; |
} |
} |
|
|
|
function getproblemtype() { |
|
if (parent.LONCAPAToBePublished.document.lonhomework |
|
&& |
|
parent.LONCAPAToBePublished.document.lonhomework.problemtype) { |
|
if (parent.LONCAPAToBePublished.document.lonhomework.problemtype.value) { |
|
return parent.LONCAPAToBePublished.document.lonhomework.problemtype.value; |
|
} |
|
if (parent.LONCAPAToBePublished.document.lonhomework.problemtype.options) { |
|
var optionelement; |
|
var valueIndex=0; |
|
for (var optionIndex=0; |
|
optionIndex < parent.LONCAPAToBePublished.document.lonhomework.problemtype.options.length; |
|
optionIndex++) |
|
{ |
|
optionElement=parent.LONCAPAToBePublished.document.lonhomework.problemtype.options[optionIndex]; |
|
if (optionElement.selected) { |
|
return optionElement.value; |
|
} |
|
} |
|
} |
|
} |
|
return 0; |
|
} |
|
|
function getpostdata() { |
function getpostdata() { |
document.printout.postdata.value=frameloc(); |
document.printout.postdata.value=frameloc(); |
document.printout.curseed.value=getcurseed(); |
document.printout.curseed.value=getcurseed(); |
|
document.printout.problemtype.value=getproblemtype(); |
document.printout.submit(); |
document.printout.submit(); |
} |
} |
|
//--> |
</script> |
</script> |
</head> |
</head> |
<body bgcolor="#ccffdd" text='#002200' link='#003333' vlink='#006666'> |
<body bgcolor="#ccffdd" text='#002200' link='#003333' vlink='#006666'> |
<font size="-2"> |
|
<table border="0" align="center"><tr><th bgcolor="#004400" height="20"> |
<table border="0" align="center"><tr><th bgcolor="#004400" height="20"> |
<table border="0" cellspacing="2" cellpadding="2"><tr valign="middle"> |
<table border="0" cellspacing="2" cellpadding="2"><tr valign="middle"> |
<form name="publisher" action="/adm/publish" target="_parent" method="post"> |
<td bgcolor="#ccddaa" align="center"> |
<td bgcolor="#ccddaa" align="center"> |
<form name="publisher" action="/adm/publish" target="_parent" method="post"> |
<input type="hidden" name="filename" value="" /> |
<input type="hidden" name="filename" value="" /> |
<input type="button" value="MT{Publish this Resource}" onClick="getfilename();" /> |
<input type="button" value="MT{Publish this Resource}" onclick="getfilename();" /> |
</td> |
</form> |
</form> |
</td> |
<form name="dpublisher" action="/adm/pubdir" target="LONCAPAToBePublished" method="post"> |
<td bgcolor="#ccddaa" align="center"> |
<td bgcolor="#ccddaa" align="center"> |
<form name="dpublisher" action="/adm/pubdir" target="LONCAPAToBePublished" method="post"> |
<input type="hidden" name="filename" value="" /> |
<input type="hidden" name="filename" value="" /> |
<input type="button" value="MT{List Directory}" onClick="getdfilename();" /> |
<input type="button" value="MT{List Directory}" onclick="getdfilename();" /> |
</td> |
</form> |
</form> |
</td> |
<form name="upublisher" action="/adm/upload" target="_parent" |
<td bgcolor="#ccddaa" valign="top" align="center"> |
|
<form name="upublisher" action="/adm/upload" target="_parent" |
method="post" enctype="multipart/form-data"> |
method="post" enctype="multipart/form-data"> |
<td bgcolor="#ccddaa" valign="top" align="center"> |
|
<input type="hidden" name="filename" value="" /> |
<input type="hidden" name="filename" value="" /> |
<input type="file" name="upfile" size="20" /> |
<input type="file" name="upfile" size="20" /> |
<input type="button" value="MT{Upload file}" onClick="getufilename();" /> |
<input type="button" value="MT{Upload file}" onclick="getufilename();" /> |
</td> |
</form> |
</form> |
</td> |
<form name="printout" target="_parent" action="/adm/printout" target="LONCAPAToBePublished" method="post" onSubmit="getpostdata();"> |
<td rowspan="2" bgcolor="#ccddaa" align="center"> |
<td rowspan="2" bgcolor="#ccddaa" align="center"> |
<form name="printout" target="_parent" action="/adm/printout" method="post" onsubmit="getpostdata();"> |
<input type="hidden" name="postdata" value="" /> |
<input type="hidden" name="postdata" value="" /> |
<input type="hidden" name="curseed" value="" /> |
<input type="hidden" name="curseed" value="" /> |
<input type="button" value="MT{Print}" onClick="getpostdata();" /> |
<input type="hidden" name="problemtype" value="" /> |
</td> |
<input type="button" value="MT{Print}" onclick="getpostdata();" /> |
</form> |
</form> |
|
</td> |
|
|
</tr> |
</tr> |
<tr valign="middle"> |
<tr valign="middle"> |
<form name="rpublisher" action="/adm/retrieve" target="_parent" method="post"> |
<td bgcolor="#ccddaa" align="center"> |
<td bgcolor="#ccddaa" align="center"> |
<form name="rpublisher" action="/adm/retrieve" target="_parent" method="post"> |
<input type="hidden" name="filename" value="" /> |
<input type="hidden" name="filename" value="" /> |
<input type="button" value="MT{Retrieve Old Version}" onClick="getrfilename();" /> |
<input type="button" value="MT{Retrieve Old Version}" onclick="getrfilename();" /> |
</td> |
</form> |
</form> |
</td> |
<form name="del" action="/adm/cfile" target="_parent" method="post"> |
<td bgcolor="#ccddaa"> |
<td bgcolor="#ccddaa"> |
<form name="del" action="/adm/cfile" target="_parent" method="post"> |
<input type="hidden" name="filename" value="" /> |
<input type="hidden" name="filename" value="" /> |
<input type="hidden" name="action" value="delete" /> |
<input type="hidden" name="action" value="delete" /> |
<input type="button" value="MT{Delete}" onClick="getdelfilename();" /> |
<input type="button" value="MT{Delete}" onclick="getdelfilename();" /> |
</td> |
</form> |
</form> |
</td> |
<form name="fileaction" action="/adm/cfile" target="_parent" method="post" onSubmit="getactionfilename();"> |
<td bgcolor="#ccddaa" align="center"> |
<td bgcolor="#ccddaa" align="center"> |
<form name="fileaction" action="/adm/cfile" target="_parent" method="post" onsubmit="getactionfilename();"> |
<nobr> |
<nobr> |
<input type="hidden" name="filename" value="" /> |
<input type="hidden" name="filename" value="" /> |
<select name="action"> |
<select name="action"> |
Line 152 function getpostdata() {
|
Line 178 function getpostdata() {
|
<option value="rename">MT{Rename current file to}:</option> |
<option value="rename">MT{Rename current file to}:</option> |
<option value="move">MT{Move current file to}:</option> |
<option value="move">MT{Move current file to}:</option> |
<option value="copy">MT{Copy current file to}:</option> |
<option value="copy">MT{Copy current file to}:</option> |
</select> <input type="text" name="newfilename" value="MT{Type Name Here}" onFocus="if (this.value == 'MT{Type Name Here}') this.value=''" /> <input type="button" value="MT{Go}" onClick="getactionfilename();" /> |
</select> <input type="text" name="newfilename" value="MT{Type Name Here}" onfocus="if (this.value == 'MT{Type Name Here}') this.value=''" /> <input type="button" value="MT{Go}" onclick="getactionfilename();" /> |
</nobr> |
</nobr> |
</td> |
</form> |
</form> |
</td> |
</td> |
|
</form> |
|
</tr> |
</tr> |
</table> |
</table> |
</th> |
</th> |
</tr> |
</tr> |
</table> |
</table> |
</font> |
|
</body> |
</body> |
</html> |
</html> |