Index: lams_tool_larsrc/web/pages/learning/learning.jsp =================================================================== diff -u -r6b786496dac3e368e8a686373ac4e3cdee391c47 -r27653cd039c7a5c282fed7bb692473179a4d89ec --- lams_tool_larsrc/web/pages/learning/learning.jsp (.../learning.jsp) (revision 6b786496dac3e368e8a686373ac4e3cdee391c47) +++ lams_tool_larsrc/web/pages/learning/learning.jsp (.../learning.jsp) (revision 27653cd039c7a5c282fed7bb692473179a4d89ec) @@ -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} - - + + + + + + +
- + + +