Index: lams_admin/web/import/importGroups.jsp =================================================================== diff -u -r0aee88559b0d79e0516dd3630c24111361aeb787 -rc1cd3b5d3bc88f16ad489fbc19c7d21f5b748305 --- lams_admin/web/import/importGroups.jsp (.../importGroups.jsp) (revision 0aee88559b0d79e0516dd3630c24111361aeb787) +++ lams_admin/web/import/importGroups.jsp (.../importGroups.jsp) (revision c1cd3b5d3bc88f16ad489fbc19c7d21f5b748305) @@ -10,7 +10,10 @@ <%=Configuration.get(ConfigurationKeys.UPLOAD_FILE_LARGE_MAX_SIZE)%> <%=FileValidatorSpringUtil.formatSize(Configuration.getAsInt(ConfigurationKeys.UPLOAD_FILE_LARGE_MAX_SIZE))%> <%=Configuration.get(ConfigurationKeys.EXE_EXTENSIONS)%> +<%= OrganisationType.CLASS_TYPE %> +<%= OrganisationType.COURSE_TYPE %> + @@ -64,29 +67,29 @@

- <% - List results = (List)request.getAttribute("results"); - for (int i=0; i"); - List rowResult = (List)results.get(i); - if (rowResult != null && rowResult.size() >= 4) { - if (rowResult.get(3).equals(OrganisationType.COURSE_TYPE.toString())) { - out.print(""); - out.print(""); - } else if (rowResult.get(3).equals(OrganisationType.CLASS_TYPE.toString())) { - out.print(""); - out.print(""); - } - } else { // it's an error message - out.print(""); - } - out.println(""); - } - %> + + + + + + + + + + + + + + + + + + +
"+rowResult.get(0)+""+rowResult.get(1)+""+rowResult.get(0)+""+rowResult.get(1)+""); - for (int j=0; j"); - } - out.print("
+ +
+
+