Index: lams_central/web/author.jsp =================================================================== diff -u -rb92c9032ebbd455eb0d4601d29ae2f8f6e8468e2 -r9481bb9c6f8c0e4d6fbed6b230a41c77feda64c6 --- lams_central/web/author.jsp (.../author.jsp) (revision b92c9032ebbd455eb0d4601d29ae2f8f6e8468e2) +++ lams_central/web/author.jsp (.../author.jsp) (revision 9481bb9c6f8c0e4d6fbed6b230a41c77feda64c6) @@ -91,6 +91,8 @@ closeWindow(); }else if(command == "openURL"){ openURL(args, "_blank"); + }else if(command == "openMonitorLesson") { + openMonitorLesson(args); } } @@ -235,17 +237,22 @@ } } +function openMonitorLesson(lessonID) { + window.opener.openMonitorLesson(lessonID); +} + + if(window.attachEvent) { window.attachEvent("onbeforeunload", myOnBeforeUnload); } else { window.onbeforeunload = myOnBeforeUnload; } //--> -Author :: LAMS +<fmt:message key="title.author.window"/> -?loadFile=lams_authoring.swf&loadLibrary=lams_authoring_library.swf&userID=&serverURL=<%=pathToRoot%>&build=<%=authoringClientVersion%>&lang=&country=&langDate=<%=languageDate%>&theme=&actColour=<%= actColour %>&requestSrc=${requestSrc}&uniqueID= +?loadFile=lams_authoring.swf&loadLibrary=lams_authoring_library.swf&userID=&serverURL=<%=pathToRoot%>&build=<%=authoringClientVersion%>&lang=&country=&langDate=<%=languageDate%>&theme=&actColour=<%= actColour %>&requestSrc=${requestSrc}&learningDesignID=${learningDesignID}&layout=${layout}&uniqueID= lams_preloader.swf lams_preloader