Index: lams_admin/web/import/status.jsp =================================================================== diff -u -r2fab2e212d7c46f61829635d0834821eb5484837 -r5a724cb4b6c1d9ac1c533e5128b37d00143f1f85 --- lams_admin/web/import/status.jsp (.../status.jsp) (revision 2fab2e212d7c46f61829635d0834821eb5484837) +++ lams_admin/web/import/status.jsp (.../status.jsp) (revision 5a724cb4b6c1d9ac1c533e5128b37d00143f1f85) @@ -5,36 +5,26 @@ - + - - -
-
-

-

- : -

- - - -

 

- -
-

-

+ <% Integer importTotal = (Integer)SessionManager.getSession().getAttribute(IImportService.STATUS_IMPORT_TOTAL); Integer imported = (Integer)SessionManager.getSession().getAttribute(IImportService.STATUS_IMPORTED); @@ -44,12 +34,22 @@ progress = (new Float(percent)).toString(); progress = (progress.length() >= 5 ? progress.substring(0,5) : progress); } catch (Exception e) {} - if (progress.length()>0) out.println(progress+" % completed..."); + out.println((progress.length()>0?progress:"0")+"% completed..."); %> -
- + + + + + + +
+

+

${progressMessage}

-
+ + + + \ No newline at end of file