version 1.13, 2000/10/17 17:48:31
|
version 1.14, 2000/10/19 10:13:30
|
Line 4 The LearningOnline Network with CAPA
|
Line 4 The LearningOnline Network with CAPA
|
Remote Control |
Remote Control |
6/12/00,6/13,6/14,6/15 Gerd Kortemeyer |
6/12/00,6/13,6/14,6/15 Gerd Kortemeyer |
Sept Ben Tyszka |
Sept Ben Tyszka |
10/2,10/3,10/4,10/17 Gerd Kortemeyer |
10/2,10/3,10/4,10/17,10/19 Gerd Kortemeyer |
--> |
--> |
<head> |
<head> |
<title>LON-CAPA Remote</title> |
<title>LON-CAPA Remote</title> |
Line 89 function gopost(url,postdata) {
|
Line 89 function gopost(url,postdata) {
|
|
|
function annotate() { |
function annotate() { |
annotator=window.open('','Annotator','width=365,height=265,scrollbars=0'); |
annotator=window.open('','Annotator','width=365,height=265,scrollbars=0'); |
anndoc=annotator.document; |
annotator.document.write( |
anstr="<html><body onload='Javascript:document.goannotate.submit();'>"; |
"<html><body onload='Javascript:document.goannotate.submit();'>" |
anstr+="<form name='goannotate' target='Annotator' method='post' action='/adm/annotations'>"; |
+"<form name='goannotate' target='Annotator' method='post' " |
anstr+="<input type='hidden' name='urlnew' value='"+clientwindow.location.href+"'>"; |
+"action='/adm/annotations'>" |
anstr+="</form></body></html>"; |
+"<input type='hidden' name='urlnew' value='"+clientwindow.location.href+"'>" |
anndoc.write(anstr); |
+"</form></body></html>"); |
anndoc.close(); |
annotator.document.close(); |
} |
} |
|
|
function set_bookmark() { |
function set_bookmark() { |
Line 110 function edit_bookmarks() {
|
Line 110 function edit_bookmarks() {
|
"BookmarkPal", "width=400,height=505,scrollbars=0"); |
"BookmarkPal", "width=400,height=505,scrollbars=0"); |
} |
} |
|
|
|
function catalog_info() { |
|
go(''); |
|
window.open(clientwindow.window.location.href+'.meta',"LONcatInfo"); |
|
} |
</script> |
</script> |
|
|
<center> |
<center> |
Line 193 function edit_bookmarks() {
|
Line 197 function edit_bookmarks() {
|
> |
> |
|
|
<AREA SHAPE="rect" COORDS="4,30,34,48" |
<AREA SHAPE="rect" COORDS="4,30,34,48" |
href="javascript:go('');" |
href="javascript:catalog_info('');" |
onMouseOver="display('catalog','info');" |
onMouseOver="display('catalog','info');" |
> |
> |
|
|