--- loncom/html/res/adm/pages/menu.html 2000/06/28 03:11:52 1.1
+++ loncom/html/res/adm/pages/menu.html 2000/10/02 14:16:34 1.5
@@ -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 Gerd Kortemeyer
-->
LON-CAPA Remote
@@ -69,6 +71,21 @@ function go(url) {
}
}
+function annotate() {
+ go('');
+ window.open("/adm/annotations?url_new="+clientwindow.location.href, "Annotator", "width=365,height=265,scrollbars=0");
+}
+
+function set_bookmark() {
+ go('');
+ prompt("Please enter a name for this bookmark.", clientwindow.window.location.href);
+}
+
+function edit_bookmarks() {
+ go('');
+ window.open("/adm/bookmarks","BookmarkPal", "width=400,height=505,scrollbars=0");
+}
+
@@ -132,7 +149,7 @@ function go(url) {