Index: lams_tool_larsrc/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/learning/learning.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_larsrc/web/pages/learning/learning.jsp 20 Apr 2006 04:44:16 -0000 1.1 +++ lams_tool_larsrc/web/pages/learning/learning.jsp 24 Apr 2006 06:57:51 -0000 1.2 @@ -14,6 +14,18 @@ parent.newResourceFrame.location = ""; parent.newResourceFrame.focus(); } + function checkNew(){ + parent.learningFrame.location = "?toolSessionID=${toolSessionID}"; + } + function viewItem(itemUid){ + parent.learningFrame.location = "?itemUid=" + itemUid; + } + function completeItem(itemUid){ + parent.learningFrame.location = "?itemUid=" + itemUid; + } + function finishSession(){ + location.href=''; + } --> @@ -32,6 +44,7 @@ + <%@ include file="/common/messages.jsp"%> - - + + +
@@ -41,22 +54,30 @@ - +
${item.title} - - + + + + + + +
- + + +