Index: lams_tool_nb/web/learnerContent.jsp =================================================================== diff -u -rd5fa41792bdb2657d0d53c35126a64604510d18a -ref5bed2f62785ca5cdb668d9f1e8fbf4f0256dff --- lams_tool_nb/web/learnerContent.jsp (.../learnerContent.jsp) (revision d5fa41792bdb2657d0d53c35126a64604510d18a) +++ lams_tool_nb/web/learnerContent.jsp (.../learnerContent.jsp) (revision ef5bed2f62785ca5cdb668d9f1e8fbf4f0256dff) @@ -1,102 +1,88 @@ -<%@ include file="/includes/taglibs.jsp"%> <%@ page import="org.lamsfoundation.lams.tool.noticeboard.NoticeboardConstants"%> - - - +<%@ include file="/includes/taglibs.jsp"%> - - - - <fmt:message key="activity.title"/> - - - - - - + function disableFinishButton() { + var finishButton = document.getElementById("finishButton"); + if (finishButton != null) { + finishButton.disabled = true; + } + } - + - -
- -
+ + + -
- +
+
+

+ +

+

+ + + + + + + + +

+
-
- - - - - - - - -
+
- +
- - - +
+ + + + + + + + +
- -
- - - - - - - - - - - - - - - -
- - - - \ No newline at end of file + \ No newline at end of file