Index: lams_central/web/toolcontent/import.jsp =================================================================== diff -u -r5725c3e52ad6b3767aa82f1c6be5769f115041aa -r9d32ea79b82981feef6c0b1c098101827d734c87 --- lams_central/web/toolcontent/import.jsp (.../import.jsp) (revision 5725c3e52ad6b3767aa82f1c6be5769f115041aa) +++ lams_central/web/toolcontent/import.jsp (.../import.jsp) (revision 9d32ea79b82981feef6c0b1c098101827d734c87) @@ -1,28 +1,45 @@ -<%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %> + <%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ 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_LARGE_MAX_SIZE)%> +<%=FileValidatorUtil.formatSize(Configuration.getAsInt(ConfigurationKeys.UPLOAD_FILE_LARGE_MAX_SIZE))%> +<%=Configuration.get(ConfigurationKeys.EXE_EXTENSIONS)%> - <fmt:message key="title.import" /> + + + @@ -40,13 +57,17 @@
" method="post" enctype="multipart/form-data" id="importForm"> -

+

- - -   -

+
+ + + + +
+ +