Index: lams_central/web/css/defaultHTML_learner.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v diff -u -r1.32.2.6 -r1.32.2.7 --- lams_central/web/css/defaultHTML_learner.css 23 Feb 2016 14:19:19 -0000 1.32.2.6 +++ lams_central/web/css/defaultHTML_learner.css 23 Feb 2016 17:20:54 -0000 1.32.2.7 @@ -96,7 +96,6 @@ background: url('/lams/images/css/light-fabric.jpg'); } .sbox { - background-color: transparent; border-bottom: 2px solid rgba(221, 221, 221, 0.55); border-radius: 0px; } Index: lams_central/web/less/defaultHTML_learner.less =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/less/Attic/defaultHTML_learner.less,v diff -u -r1.1.2.1 -r1.1.2.2 Binary files differ Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_notebook/web/WEB-INF/tags/Alert.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_notebook/web/WEB-INF/tags/DefineLater.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/WEB-INF/tags/DefineLater.tag,v diff -u -r1.3 -r1.3.14.1 --- lams_tool_notebook/web/WEB-INF/tags/DefineLater.tag 27 Oct 2006 02:39:36 -0000 1.3 +++ lams_tool_notebook/web/WEB-INF/tags/DefineLater.tag 23 Feb 2016 17:21:32 -0000 1.3.14.1 @@ -1,6 +1,6 @@ <% - /**************************************************************** + /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= * License Information: http://lamsfoundation.org/licensing/lams/2.0/ @@ -49,10 +49,18 @@ -

- -

-
- +
+
+
+ +
+
+
+
+ +
+
\ No newline at end of file Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_notebook/web/WEB-INF/tags/Page.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_notebook/web/WEB-INF/tlds/lams/lams.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/WEB-INF/tlds/lams/lams.tld,v diff -u -r1.3.2.1 -r1.3.2.2 --- lams_tool_notebook/web/WEB-INF/tlds/lams/lams.tld 4 Aug 2014 14:00:31 -0000 1.3.2.1 +++ lams_tool_notebook/web/WEB-INF/tlds/lams/lams.tld 23 Feb 2016 17:20:57 -0000 1.3.2.2 @@ -440,6 +440,14 @@ /WEB-INF/tags/DefineLater.tag + Alert + /WEB-INF/tags/Alert.tag + + + Page + /WEB-INF/tags/Page.tag + + ImgButtonWrapper /WEB-INF/tags/ImgButtonWrapper.tag Index: lams_tool_notebook/web/common/header.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/common/header.jsp,v diff -u -r1.4 -r1.4.2.1 --- lams_tool_notebook/web/common/header.jsp 13 Nov 2012 03:32:42 -0000 1.4 +++ lams_tool_notebook/web/common/header.jsp 23 Feb 2016 17:20:56 -0000 1.4.2.1 @@ -1,12 +1,10 @@ <%@ include file="/common/taglibs.jsp"%> - - <fmt:message key="activity.title" /> Index: lams_tool_notebook/web/common/learnerheader.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/common/learnerheader.jsp,v diff -u -r1.5 -r1.5.2.1 --- lams_tool_notebook/web/common/learnerheader.jsp 13 Nov 2012 03:32:43 -0000 1.5 +++ lams_tool_notebook/web/common/learnerheader.jsp 23 Feb 2016 17:20:56 -0000 1.5.2.1 @@ -1,17 +1,16 @@ <%@ include file="/common/taglibs.jsp"%> - <c:set var="lams"> <lams:LAMSURL /> </c:set> <c:set var="tool"> <lams:WebAppURL /> </c:set> - <lams:head> <title> <fmt:message key="activity.title" /> - + + Index: lams_tool_notebook/web/layouts/defaultLayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/layouts/defaultLayout.jsp,v diff -u -r1.5 -r1.5.14.1 --- lams_tool_notebook/web/layouts/defaultLayout.jsp 15 Nov 2006 08:56:56 -0000 1.5 +++ lams_tool_notebook/web/layouts/defaultLayout.jsp 23 Feb 2016 17:20:57 -0000 1.5.14.1 @@ -1,5 +1,4 @@ - + <%@ include file="/common/taglibs.jsp"%> Index: lams_tool_notebook/web/layouts/learningLayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/layouts/learningLayout.jsp,v diff -u -r1.4 -r1.4.14.1 --- lams_tool_notebook/web/layouts/learningLayout.jsp 15 Nov 2006 08:56:56 -0000 1.4 +++ lams_tool_notebook/web/layouts/learningLayout.jsp 23 Feb 2016 17:20:57 -0000 1.4.14.1 @@ -1,8 +1,5 @@ - - + <%@ include file="/common/taglibs.jsp"%> - Index: lams_tool_notebook/web/layouts/tabLayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/layouts/tabLayout.jsp,v diff -u -r1.5 -r1.5.14.1 --- lams_tool_notebook/web/layouts/tabLayout.jsp 15 Nov 2006 08:56:56 -0000 1.5 +++ lams_tool_notebook/web/layouts/tabLayout.jsp 23 Feb 2016 17:20:57 -0000 1.5.14.1 @@ -1,5 +1,4 @@ - + <%@ include file="/common/taglibs.jsp"%> Index: lams_tool_notebook/web/pages/learning/defineLater.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/learning/defineLater.jsp,v diff -u -r1.3 -r1.3.14.1 --- lams_tool_notebook/web/pages/learning/defineLater.jsp 27 Oct 2006 08:30:33 -0000 1.3 +++ lams_tool_notebook/web/pages/learning/defineLater.jsp 23 Feb 2016 17:20:57 -0000 1.3.14.1 @@ -1,11 +1,12 @@ <%@ include file="/common/taglibs.jsp"%> -
-

- -

+ + + + + -
+ Index: lams_tool_notebook/web/pages/learning/notebook.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/learning/notebook.jsp,v diff -u -r1.30.2.2 -r1.30.2.3 --- lams_tool_notebook/web/pages/learning/notebook.jsp 3 Feb 2016 04:08:52 -0000 1.30.2.2 +++ lams_tool_notebook/web/pages/learning/notebook.jsp 23 Feb 2016 17:20:57 -0000 1.30.2.3 @@ -8,111 +8,117 @@ } function validateForm() { - + // Validates that there's input from the user. - + // disables the Finish button to avoid double submittion disableFinishButton(); - if (mode == "learner") { + if (mode == "learner") { // if this is learner mode, then we add this validation see (LDEV-1319) - + if (document.learningForm.entryText.value == "") { - + // if the input is blank, then we further inquire to make sure it is correct - if (confirm("message.learner.blank.input")) { + if (confirm("message.learner.blank.input")) { // if correct, submit form return true; } else { // otherwise, focus on the text area document.learningForm.entryText.focus(); document.getElementById("finishButton").disabled = false; - return false; + return false; } } else { // there was something on the form, so submit the form return true; } } } - - function submitForm(methodName){ + + function submitForm(methodName) { var f = document.getElementById('messageForm'); f.submit(); } -
-

- -

+ + + + + -

- -

- -
- - - -
-
- - -
- - - - - - - - + +
+
- -   + + + + + + + + + + - - - - - - - - - + + - - - + + - - + - - - - - - - - -

-

- -

- +
- - -
- - + + + +
+ + + + + + + + + + + + + + + +
+ +
+
+
+ + +
+
+ +
+
+ +
+
+
+ + +
+ @@ -121,9 +127,20 @@ - - -
-
- -
+
+
+
+
+ +
+ + + + + + + \ No newline at end of file Index: lams_tool_notebook/web/pages/learning/submissionDeadline.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/learning/submissionDeadline.jsp,v diff -u -r1.2 -r1.2.2.1 --- lams_tool_notebook/web/pages/learning/submissionDeadline.jsp 27 Mar 2014 00:00:06 -0000 1.2 +++ lams_tool_notebook/web/pages/learning/submissionDeadline.jsp 23 Feb 2016 17:20:57 -0000 1.2.2.1 @@ -4,43 +4,40 @@ function disableFinishButton() { document.getElementById("finishButton").disabled = true; } - function submitForm(methodName){ - var f = document.getElementById('messageForm'); - f.submit(); - } + function submitForm(methodName) { + var f = document.getElementById('messageForm'); + f.submit(); + } -
-

- -

+ -
- - - -
- + + + + + + + + + + -
- - - - - - - - - - - - -
+ + + + + + + + + +
-
- +