Index: lams_tool_daco/web/pages/learning/learning.jsp =================================================================== diff -u -rbc8213e12c4e5afddd0394ad66386ef3e70d1611 -rb31ac55045b51d2098eb4b66772e3d6e2a5a89b6 --- lams_tool_daco/web/pages/learning/learning.jsp (.../learning.jsp) (revision bc8213e12c4e5afddd0394ad66386ef3e70d1611) +++ lams_tool_daco/web/pages/learning/learning.jsp (.../learning.jsp) (revision b31ac55045b51d2098eb4b66772e3d6e2a5a89b6) @@ -4,40 +4,53 @@ <%@ page import="org.lamsfoundation.lams.util.Configuration" %> <%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys" %> <%@ page import="org.lamsfoundation.lams.util.FileValidatorUtil" %> + + <%=Configuration.get(ConfigurationKeys.UPLOAD_FILE_MAX_SIZE)%> <%=FileValidatorUtil.formatSize(Configuration.getAsInt(ConfigurationKeys.UPLOAD_FILE_MAX_SIZE))%> <%=Configuration.get(ConfigurationKeys.EXE_EXTENSIONS)%> + + + + + + + + + + + + <%-- To return to the previous tab. --%> + + + + + + + +<%-- To switch between the vertical/horizontal view --%> + + + + " + onclick="javascript:changeView('${sessionMapID}',${displayedRecordNumber})" id="ellipsis"> + + + " + onclick="javascript:changeView('${sessionMapID}',${displayedRecordNumber})" id="ellipsis"> + + + +<%-- push mode into request so it is available in the tab pages --%> +${mode} - - - <fmt:message key="label.learning.title" /> - <%@ include file="/common/header.jsp"%> - - + + - - - - - - - - - - - - - - - <%-- To return to the previous tab. --%> - - - - - - - - + + + + - +
- - - -<%-- To switch between the vertical/horizontal view --%> - - - - " - onclick="javascript:changeView('${sessionMapID}',${displayedRecordNumber})" id="ellipsis"> - - - " - onclick="javascript:changeView('${sessionMapID}',${displayedRecordNumber})" id="ellipsis"> - - - - -<%-- push mode into request so it is available in the tab pages --%> -${mode} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + +
+ +
+
+
+ +
+ + +
+
+
+
+
+ + +
+ + + + + + + + + +
+
+ +
+ \ No newline at end of file