-
+
@@ -184,11 +184,11 @@
- ${user.firstName} ${user.lastName}
+
|
- ${user.notebookEntry}
+
|
@@ -203,10 +203,9 @@
- ${gmapUserDTO.firstName}
- ${gmapUserDTO.lastName}
+
-
+
@@ -232,7 +231,7 @@
{
addUserToList('0',"" );
- addUserToList('${user.uid}','${user.firstName} ${user.lastName}' );
+ addUserToList('${user.uid}','' );
}
@@ -241,10 +240,10 @@
- addMarker(new GLatLng('${marker.latitude}', '${marker.longitude}' ), decode_utf8(''), decode_utf8(''), '${marker.uid}', true, false, '${marker.createdBy.firstName} ${marker.createdBy.lastName} ()', '0');
+ addMarker(new GLatLng('${marker.latitude}', '${marker.longitude}' ), decode_utf8(''), decode_utf8(''), '${marker.uid}', true, false, ' ()', '0');
- addMarker(new GLatLng('${marker.latitude}', '${marker.longitude}' ), decode_utf8(''), decode_utf8(''), '${marker.uid}', true, false, '${marker.createdBy.firstName} ${marker.createdBy.lastName}', '${marker.createdBy.uid}');
+ addMarker(new GLatLng('${marker.latitude}', '${marker.longitude}' ), decode_utf8(''), decode_utf8(''), '${marker.uid}', true, false, '', '${marker.createdBy.uid}');
@@ -270,12 +269,12 @@
- addMarker(new GLatLng('${marker.latitude}', '${marker.longitude}' ), decode_utf8(''), decode_utf8(''), '${marker.uid}', true, false, '${marker.createdBy.firstName} ${marker.createdBy.lastName} ()', '0');
+ addMarker(new GLatLng('${marker.latitude}', '${marker.longitude}' ), decode_utf8(''), decode_utf8(''), '${marker.uid}', true, false, ' ()', '0');
- addMarker(new GLatLng('${marker.latitude}', '${marker.longitude}' ), decode_utf8(''), decode_utf8(''), '${marker.uid}', true, false, '${marker.createdBy.firstName} ${marker.createdBy.lastName}', '${marker.createdBy.uid}');
+ addMarker(new GLatLng('${marker.latitude}', '${marker.longitude}' ), decode_utf8(''), decode_utf8(''), '${marker.uid}', true, false, '', '${marker.createdBy.uid}');
Index: lams_tool_gmap/web/pages/learning/gmap.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_gmap/web/pages/learning/gmap.jsp,v
diff -u -r1.19 -r1.20
--- lams_tool_gmap/web/pages/learning/gmap.jsp 16 Jan 2009 04:36:44 -0000 1.19
+++ lams_tool_gmap/web/pages/learning/gmap.jsp 27 Mar 2014 18:22:21 -0000 1.20
@@ -20,12 +20,12 @@
- ${gmapDTO.title}
+
- ${gmapDTO.instructions}
+
Index: lams_tool_gmap/web/pages/learning/notebook.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_gmap/web/pages/learning/notebook.jsp,v
diff -u -r1.7 -r1.8
--- lams_tool_gmap/web/pages/learning/notebook.jsp 9 Apr 2013 12:47:00 -0000 1.7
+++ lams_tool_gmap/web/pages/learning/notebook.jsp 27 Mar 2014 18:22:21 -0000 1.8
@@ -27,7 +27,7 @@
- ${gmapDTO.title}
+
@@ -36,7 +36,7 @@
-
+
- ${gmapDTO.reflectInstructions}
+
@@ -72,4 +72,4 @@
-
\ No newline at end of file
+
Index: lams_tool_gmap/web/pages/monitoring/editActivity.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_gmap/web/pages/monitoring/editActivity.jsp,v
diff -u -r1.1 -r1.2
--- lams_tool_gmap/web/pages/monitoring/editActivity.jsp 23 May 2008 06:29:10 -0000 1.1
+++ lams_tool_gmap/web/pages/monitoring/editActivity.jsp 27 Mar 2014 18:22:21 -0000 1.2
@@ -15,7 +15,7 @@
-
+
|
Index: lams_tool_gmap/web/pages/monitoring/notebook.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_gmap/web/pages/monitoring/notebook.jsp,v
diff -u -r1.4 -r1.5
--- lams_tool_gmap/web/pages/monitoring/notebook.jsp 13 Nov 2012 03:27:50 -0000 1.4
+++ lams_tool_gmap/web/pages/monitoring/notebook.jsp 27 Mar 2014 18:22:21 -0000 1.5
@@ -34,14 +34,14 @@
- ${gmapUserDTO.firstName} ${gmapUserDTO.lastName}
+
|
-
+
|
Index: lams_tool_gmap/web/pages/monitoring/summary.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_gmap/web/pages/monitoring/summary.jsp,v
diff -u -r1.23 -r1.24
--- lams_tool_gmap/web/pages/monitoring/summary.jsp 10 Feb 2011 22:47:56 -0000 1.23
+++ lams_tool_gmap/web/pages/monitoring/summary.jsp 27 Mar 2014 18:22:21 -0000 1.24
@@ -169,7 +169,7 @@
- ${dto.reflectInstructions}
+
|
@@ -273,7 +273,7 @@
- ${user.firstName} ${user.lastName}
+
|
@@ -320,10 +320,10 @@
- addMarker(new GLatLng('${marker.latitude}', '${marker.longitude}' ), decode_utf8(''), decode_utf8(''), '${marker.uid}', true, true, '${marker.createdBy.firstName} ${marker.createdBy.lastName} ()', '0');
+ addMarker(new GLatLng('${marker.latitude}', '${marker.longitude}' ), decode_utf8(''), decode_utf8(''), '${marker.uid}', true, true, ' ()', '0');
- addMarker(new GLatLng('${marker.latitude}', '${marker.longitude}' ), decode_utf8(''), decode_utf8(''), '${marker.uid}', true, true, '${marker.createdBy.firstName} ${marker.createdBy.lastName}', '${marker.createdBy.uid}');
+ addMarker(new GLatLng('${marker.latitude}', '${marker.longitude}' ), decode_utf8(''), decode_utf8(''), '${marker.uid}', true, true, '', '${marker.createdBy.uid}');
|