Index: lams_tool_eadventure/web/pages/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/pages/authoring/basic.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_eadventure/web/pages/authoring/basic.jsp 14 Dec 2011 07:13:11 -0000 1.4 +++ lams_tool_eadventure/web/pages/authoring/basic.jsp 9 Sep 2014 21:16:00 -0000 1.5 @@ -20,7 +20,6 @@ var area=document.getElementById("reourceInputArea"); if(area != null){ area.style.width="650px"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_eadventure/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/pages/learning/learning.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_eadventure/web/pages/learning/learning.jsp 27 Mar 2014 14:34:08 -0000 1.6 +++ lams_tool_eadventure/web/pages/learning/learning.jsp 9 Sep 2014 21:16:00 -0000 1.7 @@ -58,7 +58,6 @@ var area=document.getElementById("reourceInputArea"); if(area != null){ area.style.width="100%"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_forum/web/jsps/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/basic.jsp,v diff -u -r1.38 -r1.39 --- lams_tool_forum/web/jsps/authoring/basic.jsp 25 Aug 2014 20:03:38 -0000 1.38 +++ lams_tool_forum/web/jsps/authoring/basic.jsp 9 Sep 2014 21:16:21 -0000 1.39 @@ -12,7 +12,6 @@ var area=document.getElementById("messageArea"); if(area != null){ area.style.width="100%"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_images/web/includes/javascript/imageGalleryitem.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_images/web/includes/javascript/imageGalleryitem.js,v diff -u -r1.4 -r1.5 --- lams_tool_images/web/includes/javascript/imageGalleryitem.js 26 Jul 2013 13:17:16 -0000 1.4 +++ lams_tool_images/web/includes/javascript/imageGalleryitem.js 9 Sep 2014 21:16:31 -0000 1.5 @@ -52,7 +52,6 @@ if(area != null){ area.style.width="650px"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_images/web/pages/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_images/web/pages/authoring/basic.jsp,v diff -u -r1.11 -r1.12 --- lams_tool_images/web/pages/authoring/basic.jsp 17 Dec 2012 14:47:25 -0000 1.11 +++ lams_tool_images/web/pages/authoring/basic.jsp 9 Sep 2014 21:16:31 -0000 1.12 @@ -17,7 +17,6 @@ var area=document.getElementById("reourceInputArea"); if(area != null){ area.style.width="100%"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/BasicContent.jsp,v diff -u -r1.42 -r1.43 --- lams_tool_laqa/web/authoring/BasicContent.jsp 3 Jun 2014 16:22:21 -0000 1.42 +++ lams_tool_laqa/web/authoring/BasicContent.jsp 9 Sep 2014 21:16:17 -0000 1.43 @@ -9,7 +9,6 @@ var area=document.getElementById("messageArea"); if(area != null){ area.style.width="95%"; - area.style.height="100%"; area.src=url; area.style.display="block"; } @@ -90,7 +89,7 @@

- - - + + + <%-- end mode != teacher --%> Index: lams_tool_scribe/web/pages/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/authoring/basic.jsp,v diff -u -r1.9 -r1.10 --- lams_tool_scribe/web/pages/authoring/basic.jsp 6 Aug 2012 16:32:45 -0000 1.9 +++ lams_tool_scribe/web/pages/authoring/basic.jsp 9 Sep 2014 21:16:26 -0000 1.10 @@ -9,7 +9,6 @@ var area=document.getElementById("iframeArea"); if(area != null){ area.style.width="685px"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_spreadsheet/web/pages/monitoring/summary.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_spreadsheet/web/pages/monitoring/summary.jsp,v diff -u -r1.7 -r1.8 --- lams_tool_spreadsheet/web/pages/monitoring/summary.jsp 1 Apr 2014 17:49:23 -0000 1.7 +++ lams_tool_spreadsheet/web/pages/monitoring/summary.jsp 9 Sep 2014 21:16:19 -0000 1.8 @@ -12,7 +12,6 @@ var area=document.getElementById("marksInputArea"); if(area != null){ area.style.width="650px"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_survey/web/pages/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/web/pages/authoring/basic.jsp,v diff -u -r1.14 -r1.15 --- lams_tool_survey/web/pages/authoring/basic.jsp 28 Feb 2012 08:33:40 -0000 1.14 +++ lams_tool_survey/web/pages/authoring/basic.jsp 9 Sep 2014 21:16:15 -0000 1.15 @@ -12,7 +12,6 @@ var area=document.getElementById("questionInputArea"); if(area != null){ area.style.width="100%"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_task/web/pages/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_task/web/pages/authoring/basic.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_task/web/pages/authoring/basic.jsp 4 Jan 2012 16:36:31 -0000 1.6 +++ lams_tool_task/web/pages/authoring/basic.jsp 9 Sep 2014 21:16:10 -0000 1.7 @@ -11,7 +11,6 @@ var area=document.getElementById("resourceInputArea"); if(area != null){ area.style.width="100%"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_task/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_task/web/pages/learning/learning.jsp,v diff -u -r1.25 -r1.26 --- lams_tool_task/web/pages/learning/learning.jsp 3 Apr 2014 18:41:34 -0000 1.25 +++ lams_tool_task/web/pages/learning/learning.jsp 9 Sep 2014 21:16:10 -0000 1.26 @@ -47,7 +47,6 @@ var area=document.getElementById("reourceInputArea"); if(area != null){ area.style.width="100%"; - area.style.height="100%"; area.src=url; area.style.display="block"; } Index: lams_tool_vote/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/BasicContent.jsp,v diff -u -r1.51 -r1.52 --- lams_tool_vote/web/authoring/BasicContent.jsp 26 May 2014 22:44:39 -0000 1.51 +++ lams_tool_vote/web/authoring/BasicContent.jsp 9 Sep 2014 21:16:29 -0000 1.52 @@ -16,7 +16,6 @@ var area=document.getElementById("messageArea"); if(area != null){ area.style.width="100%"; - area.style.height="100%"; area.src=url; area.style.display="block"; }