Index: lams_tool_larsrc/web/pages/learning/learning.jsp =================================================================== diff -u -rf007d7e87e33de37ad35d279b1da1d59c9f42055 -rf6b464cd3128a6d8a5a07430d2aeeca8919eb5b7 --- lams_tool_larsrc/web/pages/learning/learning.jsp (.../learning.jsp) (revision f007d7e87e33de37ad35d279b1da1d59c9f42055) +++ lams_tool_larsrc/web/pages/learning/learning.jsp (.../learning.jsp) (revision f6b464cd3128a6d8a5a07430d2aeeca8919eb5b7) @@ -4,291 +4,290 @@ <%@ include file="/common/taglibs.jsp"%> - - <fmt:message key="label.learning.title" /> - - <%@ include file="/common/header.jsp"%> - - - - - + + <fmt:message key="label.learning.title" /> + + <%@ include file="/common/header.jsp"%> - <%-- param has higher level for request attribute --%> - - - + + + + + + <%-- param has higher level for request attribute --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + function checkNew(){ + document.location.href = '?mode=${mode}&toolSessionID=${toolSessionID}&reqID=' + + new Date().getTime(); + return false; + } + + function finishSession(){ + document.location.href =''; + } + + function continueReflect(){ + $('.btn-disable-on-submit').prop('disabled', true); + document.location.href=''; + } + + function hideItem(itemUid) { + if(confirm("")){ + $.ajax({ + url: '', + data: 'sessionMapID=${sessionMapID}&itemUid=' + itemUid, + cache : false, + async: false, + success: function () { + checkNew(); + } + }); + } + } + + + + - + - + - + ${resource.miniViewNumberStr} @@ -307,41 +306,41 @@
- + - + - + - + - + - + - +
- + -
-
+
+
- @@ -353,25 +352,25 @@ - - + + " onclick="hideItem(${item.uid})">
-
- -
+
+ +
-
+ @@ -391,18 +390,18 @@ - -

- - - -

-
- -

- -

-
+ +

+ + + +

+
+ +

+ +

+
@@ -416,38 +415,38 @@ - - + - - - - + + + - - + + + - + - - + +
- -
+ + \ No newline at end of file