version 1.19, 2002/03/21 20:39:17
|
version 1.21, 2002/09/16 13:05:50
|
Line 68 function getnewdirfilename() {
|
Line 68 function getnewdirfilename() {
|
document.newdir.submit(); |
document.newdir.submit(); |
} |
} |
} |
} |
|
|
|
function getpostdata() { |
|
document.printout.postdata.value=parent.LONCAPAToBePublished.location.href; |
|
document.printout.submit(); |
|
} |
</script> |
</script> |
</head> |
</head> |
<body bgcolor="#99ff99"> |
<body bgcolor="#ccffff" text='#004400' link='#003333' vlink='#006666'> |
<table border=0><tr><th bgcolor="#aaaaaa" height=20> |
<font size="-2"> |
|
<table border=0><tr><th bgcolor="#004400" height=20> |
<table border=0><tr valign="middle"> |
<table border=0><tr valign="middle"> |
<form name="publisher" action="/adm/publish" target="_parent" method="post"> |
<form name="publisher" action="/adm/publish" target="_parent" method="post"> |
<td bgcolor="#ccffcc"> |
<td bgcolor="#ccffcc"> |
Line 96 method="post" enctype="multipart/form-da
|
Line 102 method="post" enctype="multipart/form-da
|
<input type="hidden" name="filename" value=""> |
<input type="hidden" name="filename" value=""> |
<input type="file" name="upfile" size="10"> |
<input type="file" name="upfile" size="10"> |
<input type="button" value="Upload file" onClick="getufilename();"> |
<input type="button" value="Upload file" onClick="getufilename();"> |
</td></form></tr> |
</td></form> |
|
<form name="printout" action="/adm/printout" target="LONCAPAToBePublished" |
|
method="post" onSubmit="getpostdata();"> |
|
<td rowspan=2 bgcolor="#ccffcc"> |
|
<input type="hidden" name="postdata" value=""> |
|
<input type="button" value="Printout" onClick="getpostdata();"> |
|
</td> |
|
</form> |
|
</tr> |
|
|
<tr valign="middle"> |
<tr valign="middle"> |
<form name="rpublisher" action="/adm/retrieve" target="_parent" method="post"> |
<form name="rpublisher" action="/adm/retrieve" target="_parent" method="post"> |
Line 127 method="post" enctype="multipart/form-da
|
Line 141 method="post" enctype="multipart/form-da
|
</tr> |
</tr> |
</table> |
</table> |
</th></tr></table> |
</th></tr></table> |
|
</font> |
</body> |
</body> |
</html> |
</html> |
|
|