Index: lams_tool_chat/web/pages/learning/learning.jsp =================================================================== diff -u -rbc8213e12c4e5afddd0394ad66386ef3e70d1611 -rc7da4cc1741df96dcdf19d62846e95f7e9ddf870 --- lams_tool_chat/web/pages/learning/learning.jsp (.../learning.jsp) (revision bc8213e12c4e5afddd0394ad66386ef3e70d1611) +++ lams_tool_chat/web/pages/learning/learning.jsp (.../learning.jsp) (revision c7da4cc1741df96dcdf19d62846e95f7e9ddf870) @@ -1,108 +1,158 @@ - <%@ include file="/common/taglibs.jsp"%> + + - + + + + - - - - - - - - + function disableFinishButton() { + var finishButton = document.getElementById("finishButton"); + if (finishButton != null) { + finishButton.disabled = true; + } + } + function submitForm(metodName){ + var f = document.getElementById("learningForm"); + f.submit(); + } - - - - - - + var MODE = "${MODE}", + TOOL_SESSION_ID = '', + APP_URL = '', + LEARNING_ACTION = ""; + + + + + + + + - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + - + + + + + + + + + - - - - - - - - - - - - + - - + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - + + + + + + - - - - - - + + - - <%@ include file="parts/finishButton.jsp"%> - - - + + + - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file