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 @@
-
-
-
-
- <%@ include file="/common/header.jsp"%>
-
-
+
+
+
-
-
+
-
-
-
-
-