Index: lams_tool_nb/web/reflect.jsp =================================================================== diff -u -rd5fa41792bdb2657d0d53c35126a64604510d18a -ref5bed2f62785ca5cdb668d9f1e8fbf4f0256dff --- lams_tool_nb/web/reflect.jsp (.../reflect.jsp) (revision d5fa41792bdb2657d0d53c35126a64604510d18a) +++ lams_tool_nb/web/reflect.jsp (.../reflect.jsp) (revision ef5bed2f62785ca5cdb668d9f1e8fbf4f0256dff) @@ -1,80 +1,58 @@ <%@ include file="/includes/taglibs.jsp"%> <%@ page import="org.lamsfoundation.lams.tool.noticeboard.NoticeboardConstants"%> - - - - - - - <fmt:message key="activity.title"/> - - - - - - + function disableFinishButton() { + document.getElementById("finishButton").disabled = true; + } - + function submitForm(methodName) { + var f = document.getElementById('nbLearnerForm'); + f.action = methodName + ".do"; + f.submit(); + } - + $(document).ready(function (){ + $('#focusedInput').focus(); + }); + + + -
-
- -
+ - + + - - - - + -
+ toolSignature="<%=NoticeboardConstants.TOOL_SIGNATURE%>" likeAndDislike="${likeAndDislike}" readOnly="true" + pageSize="10" sortBy="1" />
- - - - - - + \ No newline at end of file