--- loncom/html/res/adm/pages/menu.html 2000/06/28 03:11:52 1.1 +++ loncom/html/res/adm/pages/menu.html 2000/09/19 14:54:43 1.4 @@ -25,7 +25,7 @@ function windowcheck() { } } -function logout () { +function logout() { windowcheck(); clientwindow.window.location.href="http://"+clienthost+"/adm/logout"; } @@ -69,6 +69,21 @@ function go(url) { } } +function annotate() { + go(''); + window.open("http://kirk.lite.msu.edu/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("http://kirk.lite.msu.edu/adm/bookmarks","BookmarkPal", "width=400,height=505,scrollbars=0"); +} +