Index: lams_tool_mindmap/web/pages/authoring/authoring.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/pages/authoring/authoring.jsp,v
diff -u -r1.2 -r1.3
--- lams_tool_mindmap/web/pages/authoring/authoring.jsp 14 Apr 2009 00:47:28 -0000 1.2
+++ lams_tool_mindmap/web/pages/authoring/authoring.jsp 16 Apr 2009 03:08:28 -0000 1.3
@@ -15,11 +15,9 @@
return (isIE) ? window[movieName] : document[movieName];
}
- $(window).resize(function() {
- embedFlashObject(getWindowSize("width")-100, (getWindowSize("width")-100)*0.75);
- });
+ $(window).resize(makeNice);
- embedFlashObject(getWindowSize("width")-100, (getWindowSize("width")-100)*0.75);
+ embedFlashObject(700, 525);
function setMindmapContent()
{
@@ -41,6 +39,13 @@
{
swfobject.embedSWF("${mindmapType}", "flashContent", x, y, "9.0.0", false, flashvars);
}
+
+ function makeNice(){
+ flash = document.getElementById('flashContent');
+ container = document.getElementById('container');
+ flash.style.width = container.clientWidth+"px";
+ flash.style.height = (container.clientWidth*0.75)+"px";
+ }
//]]>
Index: lams_tool_mindmap/web/pages/authoring/basic.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/pages/authoring/basic.jsp,v
diff -u -r1.1 -r1.2
--- lams_tool_mindmap/web/pages/authoring/basic.jsp 3 Apr 2009 00:00:34 -0000 1.1
+++ lams_tool_mindmap/web/pages/authoring/basic.jsp 16 Apr 2009 03:08:28 -0000 1.2
@@ -24,11 +24,10 @@
contentFolderID="${sessionMap.contentFolderID}">
-
-
-
- message.enableJavaScript
-
- |
-
+
+
+
+ message.enableJavaScript
+
+
Index: lams_tool_mindmap/web/pages/learning/mindmap.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/pages/learning/mindmap.jsp,v
diff -u -r1.3 -r1.4
--- lams_tool_mindmap/web/pages/learning/mindmap.jsp 14 Apr 2009 00:57:53 -0000 1.3
+++ lams_tool_mindmap/web/pages/learning/mindmap.jsp 16 Apr 2009 03:09:08 -0000 1.4
@@ -50,11 +50,16 @@
return (isIE) ? window[movieName] : document[movieName];
}
- $(window).resize(function() {
- embedFlashObject(getWindowSize("width")-100, (getWindowSize("width")-100)*0.75);
- });
+ $(window).resize(makeNice);
+
+ function makeNice(){
+ flash = document.getElementById('flashContent');
+ container = document.getElementById('container');
+ flash.style.width = container.clientWidth+"px";
+ flash.style.height = (container.clientWidth*0.75)+"px";
+ }
- embedFlashObject(getWindowSize("width")-100, (getWindowSize("width")-100)*0.75);
+ embedFlashObject(540, 405);
-->
@@ -99,7 +104,7 @@
-
+
message.enableJavaScript
Index: lams_tool_mindmap/web/pages/monitoring/mindmapDisplay.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/pages/monitoring/mindmapDisplay.jsp,v
diff -u -r1.2 -r1.3
--- lams_tool_mindmap/web/pages/monitoring/mindmapDisplay.jsp 14 Apr 2009 00:47:28 -0000 1.2
+++ lams_tool_mindmap/web/pages/monitoring/mindmapDisplay.jsp 16 Apr 2009 03:09:19 -0000 1.3
@@ -8,17 +8,14 @@
//
@@ -72,14 +76,15 @@
|
-
-
- message.enableJavaScript
-
- |
+
+
+ message.enableJavaScript
+
+
+
button.back