Index: lams_tool_images/web/WEB-INF/tags/PageMonitor.tag =================================================================== diff -u -r5c2c403d7a8a0e1b7894ee7c49f3e0031a5a3610 -r616e649f943510a725877c513774feae4f3267e3 --- lams_tool_images/web/WEB-INF/tags/PageMonitor.tag (.../PageMonitor.tag) (revision 5c2c403d7a8a0e1b7894ee7c49f3e0031a5a3610) +++ lams_tool_images/web/WEB-INF/tags/PageMonitor.tag (.../PageMonitor.tag) (revision 616e649f943510a725877c513774feae4f3267e3) @@ -29,7 +29,8 @@ editactivity.jsp statistic.jsp - + + @@ -59,6 +60,8 @@ TOOL_CONTENT_ID = , MONITORING_STATISTIC_URL = ""; + + Fisheye: Tag 616e649f943510a725877c513774feae4f3267e3 refers to a dead (removed) revision in file `lams_tool_images/web/common/header.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_images/web/includes/javascript/imageGalleryitem.js =================================================================== diff -u -r5274ca56bc898b027104d2d37105e9778927a831 -r616e649f943510a725877c513774feae4f3267e3 --- lams_tool_images/web/includes/javascript/imageGalleryitem.js (.../imageGalleryitem.js) (revision 5274ca56bc898b027104d2d37105e9778927a831) +++ lams_tool_images/web/includes/javascript/imageGalleryitem.js (.../imageGalleryitem.js) (revision 616e649f943510a725877c513774feae4f3267e3) @@ -26,14 +26,13 @@ } function submitImageGalleryItem(){ - if ( typeof CKEDITOR !== 'undefined' ) { for ( instance in CKEDITOR.instances ) { CKEDITOR.instances[instance].updateElement(); } } - var formData = new FormData(); + let formData = new FormData(); $.each($('#imageGalleryItemForm').serializeArray(), function(i, field) { formData.append(field.name, field.value); }); Index: lams_tool_images/web/pages/monitoring/editactivity.jsp =================================================================== diff -u -r7b3ea39ddf6e10186cf9916562121c205bb0e5ad -r616e649f943510a725877c513774feae4f3267e3 --- lams_tool_images/web/pages/monitoring/editactivity.jsp (.../editactivity.jsp) (revision 7b3ea39ddf6e10186cf9916562121c205bb0e5ad) +++ lams_tool_images/web/pages/monitoring/editactivity.jsp (.../editactivity.jsp) (revision 616e649f943510a725877c513774feae4f3267e3) @@ -2,42 +2,240 @@ - - - - - - - - - - - - - - - - - - - - -
- - - -
- - - -
-
- - - -
+ + + + + + + - - - -
+
+ + + +
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + ${sessionMap.imageGallery.minimumRates} + + +
+ + + + + + + + ${sessionMap.imageGallery.maximumRates} + + +
+ + + + + + + + + + +
+ + + + + + + + ${sessionMap.imageGallery.minimumRates} + + +
+ + + + + + + + ${sessionMap.imageGallery.maximumRates} + + +
+ +
+ Index: lams_tool_images/web/pages/monitoring/imagesummary.jsp =================================================================== diff -u -re90e4c14807715d5b15addca7385959808047bcb -r616e649f943510a725877c513774feae4f3267e3 --- lams_tool_images/web/pages/monitoring/imagesummary.jsp (.../imagesummary.jsp) (revision e90e4c14807715d5b15addca7385959808047bcb) +++ lams_tool_images/web/pages/monitoring/imagesummary.jsp (.../imagesummary.jsp) (revision 616e649f943510a725877c513774feae4f3267e3) @@ -1,148 +1,124 @@ - <%@ include file="/common/taglibs.jsp"%> - - - - <fmt:message key="label.monitoring.title" /> - + + + + + + + - - - - - <%@ include file="/common/header.jsp"%> - - - - - - + + + - -
-
-
- -
-
- -
- - - - +

+ ${title} +

+ + + + + - - download/?uuid=${image.mediumFileDisplayUuid}&preferDownload=false - - - - - ${title} + + download/?uuid=${image.mediumFileDisplayUuid}&preferDownload=false + + + + + ${title} -
- - -
+
+ + +
-
- +
+ - -
- -
+ +
+
- - - + + + - - - -

-  ${groupSummary[0].sessionName} -

+ + + +

+  ${groupSummary[0].sessionName} +

+
-
- : ${groupSummary[0].numberOfVotesForImage} -
+
+ : ${groupSummary[0].numberOfVotesForImage} +
- +
+ + + + - - - - - - - - - + + + - - - - -
+ + + +
- - - -
- -
+ + - - - - + + + + + - - - - -
- + + + + + +
-
-
+ +
+
- -
- - - +
+ +
- - - \ No newline at end of file + Index: lams_tool_images/web/pages/monitoring/monitoring.jsp =================================================================== diff -u -r9c34fd660838f37a7a22bfee4c6573848f895c9e -r616e649f943510a725877c513774feae4f3267e3 --- lams_tool_images/web/pages/monitoring/monitoring.jsp (.../monitoring.jsp) (revision 9c34fd660838f37a7a22bfee4c6573848f895c9e) +++ lams_tool_images/web/pages/monitoring/monitoring.jsp (.../monitoring.jsp) (revision 616e649f943510a725877c513774feae4f3267e3) @@ -5,7 +5,8 @@ <%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys" %> <%@ page import="org.lamsfoundation.lams.util.FileUtil" %> - + + <%=Configuration.get(ConfigurationKeys.UPLOAD_FILE_MAX_SIZE)%> @@ -17,13 +18,11 @@ <%=FileUtil.ALLOWED_EXTENSIONS_IMAGE%> - - - - <fmt:message key="label.monitoring.title" /> - - <%@ include file="/common/tabbedheader.jsp" %> - + + + @@ -64,32 +63,17 @@ var UPLOAD_ALLOWED_EXTENSIONS = JSON.parse("[" + "${ALLOWED_EXTENSIONS_IMAGE}".replace(/\.\w+/g, '"$&"') + "]"); var LABEL_ITEM_BLANK = ''; + - <%@ include file="/common/uppylang.jsp"%> - + - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file Index: lams_tool_images/web/pages/monitoring/statistic.jsp =================================================================== diff -u -rb1018fb2d9bb8216f7a3e1753c47f03285d4eb03 -r616e649f943510a725877c513774feae4f3267e3 --- lams_tool_images/web/pages/monitoring/statistic.jsp (.../statistic.jsp) (revision b1018fb2d9bb8216f7a3e1753c47f03285d4eb03) +++ lams_tool_images/web/pages/monitoring/statistic.jsp (.../statistic.jsp) (revision 616e649f943510a725877c513774feae4f3267e3) @@ -3,30 +3,27 @@ - + - + - -
-
- - ${group[0].sessionName} - +
+
+ ${group[0].sessionName}
-
+
- @@ -61,7 +58,7 @@ -
+ + Index: lams_tool_images/web/pages/monitoring/summary.jsp =================================================================== diff -u -r9c34fd660838f37a7a22bfee4c6573848f895c9e -r616e649f943510a725877c513774feae4f3267e3 --- lams_tool_images/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 9c34fd660838f37a7a22bfee4c6573848f895c9e) +++ lams_tool_images/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 616e649f943510a725877c513774feae4f3267e3) @@ -1,79 +1,70 @@ <%@ include file="/common/taglibs.jsp"%> - - - - - + + + + + -
-

- -

+

+ +

-
- -
- - - - - - +
+
- -
-
- - +
+ -
+
- +
- + + + + - - - @@ -96,7 +87,6 @@ - @@ -157,7 +149,6 @@ - @@ -169,17 +160,19 @@ @@ -192,25 +185,20 @@ - ${ !sessionMap.isGroupedActivity || ! status.last ? '
 
' : ''} - -<%@ include file="parts/advanceOptions.jsp"%> + -
-
-
- -
-
-
- -
\ No newline at end of file +

+ Settings +

+<%@ include file="editactivity.jsp"%>
+ + + + +
download/?uuid=${image.thumbnailFileDisplayUuid}&preferDownload=false @@ -116,20 +106,22 @@ - + + + - - ${fn:replace(portraitURL, "class=\"", "href=\"REPLACEMEURL\" class=\"thickbox ")} - ${fn:replace(authorref, "REPLACEMEURL", url)} - - - - + + ${fn:replace(portraitURL, "class=\"", "href=\"REPLACEMEURL\" class=\"thickbox ")} + ${fn:replace(authorref, "REPLACEMEURL", url)} + + + + - [  ${authorref} ] + [ ${authorref}] - + + - +