--- loncom/html/res/adm/pages/menu.html 2000/09/19 14:54:43 1.4
+++ loncom/html/res/adm/pages/menu.html 2001/01/04 19:17:19 1.16
@@ -3,6 +3,8 @@
The LearningOnline Network with CAPA
Remote Control
6/12/00,6/13,6/14,6/15 Gerd Kortemeyer
+Sept Ben Tyszka
+10/2,10/3,10/4,10/17,10/19,3/1/1 Gerd Kortemeyer
-->
LON-CAPA Remote
@@ -23,11 +25,15 @@ function windowcheck() {
if (clientwindow.closed) {
clientwindow=window.open("http://"+clienthost+"/");
}
+ clientwindow.name='loncapaclient';
}
-function logout() {
+function logout () {
windowcheck();
- clientwindow.window.location.href="http://"+clienthost+"/adm/logout";
+ if (clientwindow.status!='MenuControl:nologout')
+ {
+ clientwindow.window.location.href="http://"+clienthost+"/adm/logout";
+ }
}
function display(utext,ltext) {
@@ -64,26 +70,50 @@ function setstatus(tp,bt) {
}
function go(url) {
+ windowcheck();
+ this.document['led'].src="ledsend.gif";
+ if (url!='') {
+ clientwindow.window.location.href="http://"+clienthost+url;
+ }
+}
+
+function gopost(url,postdata) {
+ windowcheck();
this.document['led'].src="ledsend.gif";
if (url!='') {
+ this.document.server.action="http://"+clienthost+url;
+ this.document.server.postdata.value=postdata;
+ this.document.server.submit();
}
}
function annotate() {
- go('');
- window.open("http://kirk.lite.msu.edu/adm/annotations/?url_new="+clientwindow.location.href, "Annotator", "width=365,height=265,scrollbars=0");
+ annotator=window.open('','Annotator','width=365,height=265,scrollbars=0');
+ annotator.document.write(
+ ""
+ +"");
+ annotator.document.close();
}
function set_bookmark() {
go('');
- prompt("Please enter a name for this bookmark.", clientwindow.window.location.href);
+ prompt("Please enter a name for this bookmark.",
+ clientwindow.window.location.href);
}
function edit_bookmarks() {
go('');
- window.open("http://kirk.lite.msu.edu/adm/bookmarks","BookmarkPal", "width=400,height=505,scrollbars=0");
+ window.open("http://"+clienthost+"/adm/bookmarks",
+ "BookmarkPal", "width=400,height=505,scrollbars=0");
}
+function catalog_info() {
+ go('');
+ window.open(clientwindow.window.location.href+'.meta',"LONcatInfo");
+}
@@ -91,9 +121,9 @@ function edit_bookmarks() {
+>
|
-
+
|
@@ -101,24 +131,24 @@ function edit_bookmarks() {
- |
- |
- |
- |
- |
- |
- |
- |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
- |
- |
- |
- |
- |
- |
- |
- |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
|
@@ -129,19 +159,19 @@ function edit_bookmarks() {
onMouseOver="defdis();"
>
-
+
+>
+>
-
+
@@ -152,37 +182,40 @@ function edit_bookmarks() {
>
-
+