Index: lams_tool_forum/web/jsps/learning/notebook.jsp =================================================================== diff -u -rfc79bbd0ac6d17b167882ca736c30ee3bdb4984d -r9431861fe1b792c5e46232ec926777c279bdb06c --- lams_tool_forum/web/jsps/learning/notebook.jsp (.../notebook.jsp) (revision fc79bbd0ac6d17b167882ca736c30ee3bdb4984d) +++ lams_tool_forum/web/jsps/learning/notebook.jsp (.../notebook.jsp) (revision 9431861fe1b792c5e46232ec926777c279bdb06c) @@ -2,8 +2,13 @@ + - + @@ -22,7 +27,7 @@
- +
Index: lams_tool_forum/web/jsps/learning/runoffline.jsp =================================================================== diff -u -rfc79bbd0ac6d17b167882ca736c30ee3bdb4984d -r9431861fe1b792c5e46232ec926777c279bdb06c --- lams_tool_forum/web/jsps/learning/runoffline.jsp (.../runoffline.jsp) (revision fc79bbd0ac6d17b167882ca736c30ee3bdb4984d) +++ lams_tool_forum/web/jsps/learning/runoffline.jsp (.../runoffline.jsp) (revision 9431861fe1b792c5e46232ec926777c279bdb06c) @@ -19,7 +19,14 @@ - + + + @@ -30,8 +37,8 @@ - + Index: lams_tool_forum/web/jsps/learning/viewforum.jsp =================================================================== diff -u -re05eda3aeea6ad5abd29b509d82eaca751396e13 -r9431861fe1b792c5e46232ec926777c279bdb06c --- lams_tool_forum/web/jsps/learning/viewforum.jsp (.../viewforum.jsp) (revision e05eda3aeea6ad5abd29b509d82eaca751396e13) +++ lams_tool_forum/web/jsps/learning/viewforum.jsp (.../viewforum.jsp) (revision 9431861fe1b792c5e46232ec926777c279bdb06c) @@ -83,6 +83,13 @@ + +
@@ -96,8 +103,8 @@ - Index: lams_tool_larsrc/web/pages/learning/learning.jsp =================================================================== diff -u -rc25a09fb913ad54f4fdf424063e249223b81f4ab -r9431861fe1b792c5e46232ec926777c279bdb06c --- lams_tool_larsrc/web/pages/learning/learning.jsp (.../learning.jsp) (revision c25a09fb913ad54f4fdf424063e249223b81f4ab) +++ lams_tool_larsrc/web/pages/learning/learning.jsp (.../learning.jsp) (revision 9431861fe1b792c5e46232ec926777c279bdb06c) @@ -48,6 +48,7 @@ return false; } function finishSession(){ + document.getElementById("finishButton").disabled = "disabled"; document.location.href =''; return false; } @@ -248,7 +249,7 @@ - Index: lams_tool_larsrc/web/pages/learning/notebook.jsp =================================================================== diff -u -rc25a09fb913ad54f4fdf424063e249223b81f4ab -r9431861fe1b792c5e46232ec926777c279bdb06c --- lams_tool_larsrc/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision c25a09fb913ad54f4fdf424063e249223b81f4ab) +++ lams_tool_larsrc/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 9431861fe1b792c5e46232ec926777c279bdb06c) @@ -7,13 +7,19 @@ <fmt:message key="label.learning.title" /> <%@ include file="/common/header.jsp"%> + + - - + + @@ -32,7 +38,7 @@ styleClass="text-area" />
- +
Index: lams_tool_larsrc/web/pages/learning/runoffline.jsp =================================================================== diff -u -rc25a09fb913ad54f4fdf424063e249223b81f4ab -r9431861fe1b792c5e46232ec926777c279bdb06c --- lams_tool_larsrc/web/pages/learning/runoffline.jsp (.../runoffline.jsp) (revision c25a09fb913ad54f4fdf424063e249223b81f4ab) +++ lams_tool_larsrc/web/pages/learning/runoffline.jsp (.../runoffline.jsp) (revision 9431861fe1b792c5e46232ec926777c279bdb06c) @@ -10,6 +10,7 @@