Index: lams_tool_sbmt/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -rdecee05de5d7a90fe2aef3af04f588494262685b -reb89290d3882c2f77a92373fb37c53a38f8efef9 --- lams_tool_sbmt/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision decee05de5d7a90fe2aef3af04f588494262685b) +++ lams_tool_sbmt/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision eb89290d3882c2f77a92373fb37c53a38f8efef9) @@ -18,10 +18,13 @@ label.authoring.save.button = Save label.authoring.cancel.button = Cancel authoring.exception = There is a problem submitting content, the reason is {0} +label.learner.upload.restrictions: File restrictions +label.learner.upload.restrictions.and: and +label.learner.upload.restrictions.files: file(s) to add label.learner.fileName = Name label.learner.filePath = File label.learner.fileDescription = Description -label.learner.upload = Upload +label.learner.upload = Add files label.learner.finished = Finished uploading label.learner.time = Uploaded label.learner.dateOfSubmission = Submission date @@ -61,7 +64,7 @@ submit.upload.twice = You already upload this file, please waiting for a while. submit.modenotsupported = The mode "{0}" you''ve requested is not supported submit.successful = The content has been created successfully. -learner.form.filepath.displayname = Upload file name +learner.form.filepath.displayname = No file uploaded errors.mark.invalid.number = Mark is invalid number format. authoring.msg.cancel.save = Do you want to close this window without saving? define.later.message = Please wait for the instructor to complete the contents of this activity. @@ -76,7 +79,7 @@ error.title.blank = Title can not be blank. label.authoring.advanced.reflectOnActivity = Add a notebook at end of Submit Files with the following instructions: error.reflection.emtpy = Please input Notebook entry -title.reflection = Notebook Entry +title.reflection = Notebook entry label.continue = Continue monitoring.user.fullname = Name monitoring.user.loginname = Username @@ -85,7 +88,7 @@ label.limit.number.upload = Set maximum number of files to upload label.number.to.upload = Number of files to upload label.unlimited = Unlimited -message.left.upload.limit = Maximum number of files to be submitted: {0} +message.left.upload.limit = maximum of {0} messsage.learner.finish.confirm = Are you going to finish submission? label.edit = Edit message.no.reflection.available = No Notebook available @@ -160,7 +163,7 @@ error.upload = Error while uploading file: {0} outcome.authoring.remove.confirm = Are you sure you want to remove this learning outcome? label.enable.min.limit = Set minimum number of files to upload -label.should.upload.another = Minimum number of files to be submitted: {0} +label.should.upload.another = minimum of {0} outcome.authoring.create.new = [create new] label.monitoring.change.leader = Change leader label.monitoring.leader.successfully.changed = Leader changed Index: lams_tool_sbmt/web/WEB-INF/tags/Errors5.tag =================================================================== diff -u --- lams_tool_sbmt/web/WEB-INF/tags/Errors5.tag (revision 0) +++ lams_tool_sbmt/web/WEB-INF/tags/Errors5.tag (revision eb89290d3882c2f77a92373fb37c53a38f8efef9) @@ -0,0 +1,48 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ attribute name="path" required="false" rtexprvalue="true"%> + +<%-- To show the GLOBAL messages (default case) use no parameters --%> +<%-- To show the all messages, ignoring their keys (e.g. Change Password) use path="*" --%> +<%-- To show the messages for a particular item use path="itemName" --%> + + + +<%-- Show Messages for GLOBAL. Usual alert box --%> + + + + + +
+
+
+
+
+ +<%-- Show All Messages --%> + + + + + +
+
+
+
+
+
+ +<%-- Show messages for a particular key --%> + + + + +
+
+
+
+
+ +
Index: lams_tool_sbmt/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r3db9ad9f8b7c6085cf5adca2cdf463254f81cd68 -reb89290d3882c2f77a92373fb37c53a38f8efef9 --- lams_tool_sbmt/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 3db9ad9f8b7c6085cf5adca2cdf463254f81cd68) +++ lams_tool_sbmt/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision eb89290d3882c2f77a92373fb37c53a38f8efef9) @@ -348,11 +348,15 @@ Etherpad /WEB-INF/tags/Etherpad.tag - + errors /WEB-INF/tags/Errors.tag + errors5 + /WEB-INF/tags/Errors5.tag + + Widget /WEB-INF/tags/Widget.tag Index: lams_tool_sbmt/web/learner/notebook.jsp =================================================================== diff -u -rd5fa41792bdb2657d0d53c35126a64604510d18a -reb89290d3882c2f77a92373fb37c53a38f8efef9 --- lams_tool_sbmt/web/learner/notebook.jsp (.../notebook.jsp) (revision d5fa41792bdb2657d0d53c35126a64604510d18a) +++ lams_tool_sbmt/web/learner/notebook.jsp (.../notebook.jsp) (revision eb89290d3882c2f77a92373fb37c53a38f8efef9) @@ -3,68 +3,63 @@ - - - - <fmt:message key="label.learning.title" /> - <%@ include file="/common/header.jsp"%> - - + + + - - + - - - - -
- +
+ +
+
+
+
+
+
+
+
-
- - - - +
+
+ +
+
- - - - - +
+ + + + + +
+
+
+
+
+
+ +
+ - - + - - Index: lams_tool_sbmt/web/learner/redirectAfterSubmit.jsp =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -reb89290d3882c2f77a92373fb37c53a38f8efef9 --- lams_tool_sbmt/web/learner/redirectAfterSubmit.jsp (.../redirectAfterSubmit.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_tool_sbmt/web/learner/redirectAfterSubmit.jsp (.../redirectAfterSubmit.jsp) (revision eb89290d3882c2f77a92373fb37c53a38f8efef9) @@ -1,24 +1,17 @@ -s<%@ include file="/common/taglibs.jsp"%> - +<%@ include file="/common/taglibs.jsp"%> + - + - -<%@ include file="/common/header.jsp"%> - - - - -
- + - - + - + Index: lams_tool_sbmt/web/learner/sbmtlearner.jsp =================================================================== diff -u -r3e5f23228af144f86f91a0dd45d342702d22c22d -reb89290d3882c2f77a92373fb37c53a38f8efef9 --- lams_tool_sbmt/web/learner/sbmtlearner.jsp (.../sbmtlearner.jsp) (revision 3e5f23228af144f86f91a0dd45d342702d22c22d) +++ lams_tool_sbmt/web/learner/sbmtlearner.jsp (.../sbmtlearner.jsp) (revision eb89290d3882c2f77a92373fb37c53a38f8efef9) @@ -3,7 +3,6 @@ <%@ page import="org.lamsfoundation.lams.util.Configuration" %> <%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys" %> - <%=Configuration.get(ConfigurationKeys.UPLOAD_FILE_MAX_SIZE)%> <%=Configuration.get(ConfigurationKeys.EXE_EXTENSIONS)%> @@ -12,6 +11,7 @@ + @@ -37,338 +37,134 @@ - - -
+
-
-
-
- - - - - - - - +
+
+
+ + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + : + + +    + +   + + + + + : + + +   + + + + + : + + +   + + + + + + + + - - - - - - + - - - + - - - - - - +
+
- -
-
- -
+
+
+ + + + + + -
-
- - -
+ +
+
+
- -
- - - -
+
+
+ -
- -   - -
+
+
- -
- + +
+ + +
- +
+ +   + +
+ + +
+ +
+
+ +
-
- + - + -
- +
+ + +
+
+ + @@ -378,7 +174,7 @@ -
+
:
@@ -535,4 +331,237 @@
- \ No newline at end of file + + + Index: lams_tool_sbmt/web/learner/submissionDeadline.jsp =================================================================== diff -u -rc1d637e4d2786f97672dd38f6e3278d5c4f7b79c -reb89290d3882c2f77a92373fb37c53a38f8efef9 --- lams_tool_sbmt/web/learner/submissionDeadline.jsp (.../submissionDeadline.jsp) (revision c1d637e4d2786f97672dd38f6e3278d5c4f7b79c) +++ lams_tool_sbmt/web/learner/submissionDeadline.jsp (.../submissionDeadline.jsp) (revision eb89290d3882c2f77a92373fb37c53a38f8efef9) @@ -1,14 +1,8 @@ - <%@include file="/common/taglibs.jsp"%> - - - - <%@ include file="/common/header.jsp"%> - - <fmt:message key="tool.display.name" /> + - - - - - - - - - - +
+ - + + +
+ + + + + + + + + + + + + + + + + + +
+ + - - - - - - - - - - - - - - - - - - +
- -
- -
+ Index: lams_tool_sbmt/web/learner/waitforleader.jsp =================================================================== diff -u -rf86004309489cb81f283d1962b481b4bbb3facd6 -reb89290d3882c2f77a92373fb37c53a38f8efef9 --- lams_tool_sbmt/web/learner/waitforleader.jsp (.../waitforleader.jsp) (revision f86004309489cb81f283d1962b481b4bbb3facd6) +++ lams_tool_sbmt/web/learner/waitforleader.jsp (.../waitforleader.jsp) (revision eb89290d3882c2f77a92373fb37c53a38f8efef9) @@ -2,70 +2,61 @@ <%@ include file="/common/taglibs.jsp"%> - - - <fmt:message key="activity.title" /> - - + +
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+ + +
+ +
+ +
+ +
+ + + + +
+
+
+ +
+
+
+
+ +
+
+
+
-
- - - -
- -
+ + -

- -

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