| 
					
				 | 
			
			
				@@ -40,6 +40,7 @@ U.MD.D.I.teacherDeskIcon = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { "Name": "24点", "Url": "24game", "style": { "cssText": "background-image:url(/img/icon/24game.png)" } },
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { "Name": "数学画板", "Url": "netWorkPanel", "style": { "cssText": "background-image:url(/img/icon/networkPanel.png)" } },
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { "Name": "GeoGebra", "Url": "GeoGebra", "style": { "cssText": "background-image:url(/img/icon/GeoGebra.png)" } },
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    { "Name": "项目进展", "Url": "case", "style": { "cssText": "background-image:url(/img/icon/case.png)" } },
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // { "Name": "国家教育", "Url": "resources", "style": { "cssText": "background-image:url(/img/icon/resources.png)" } },
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ];
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -574,6 +575,7 @@ U.MD.D.I.openApplication = function (str, obj, info) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         _userid = obj.userid || US.userInfo.userid, //登录用户id
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         _oid = obj.organizeid || _userinfo.organizeid,
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         _type = US.userInfo.type,
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        _org = US.userInfo.org,
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         _classId = US.userInfo.classid,
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         _TscreenType = 1
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     _screenType = 2,
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -727,7 +729,7 @@ U.MD.D.I.openApplication = function (str, obj, info) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             case "studentStudy":
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 _formdiv = new U.UF.UI.form(
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "学习中心",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    $$("iframe", { "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid + "&tType=" + _type + "&cid=" + _classId + "&screenType=" + _SscreenType }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    $$("iframe", { "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&tType=" + _type + "&cid=" + _classId + "&screenType=" + _SscreenType }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "id": "studentStudy",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "onresize": function () { }
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -941,7 +943,7 @@ U.MD.D.I.openApplication = function (str, obj, info) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             case "studentStudy":
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 _formdiv = new U.UF.UI.form(
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "学习中心",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    $$("iframe", { "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid + "&tType=" + _type + "&cid=" + _classId + "&screenType=" + _SscreenType }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    $$("iframe", { "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&tType=" + _type + "&cid=" + _classId + "&screenType=" + _SscreenType }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "id": "studentStudy",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "onresize": function () { }
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1204,7 +1206,7 @@ U.MD.D.I.openApplication = function (str, obj, info) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 _formdiv = new U.UF.UI.form(
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "学习中心",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    $$("iframe", { "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid + "&tType=" + _type + "&cid=" + _classId + "&screenType=" + _TscreenType }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    $$("iframe", { "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&tType=" + _type + "&cid=" + _classId + "&screenType=" + _TscreenType }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "id": "study",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "onresize": function () { }
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1388,7 +1390,7 @@ U.MD.D.I.openApplication = function (str, obj, info) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 _formdiv = new U.UF.UI.form(
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "学习中心",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    $$("iframe", { "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid + "&tType=" + _type + "&cid=" + _classId + "&screenType=" + _TscreenType }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    $$("iframe", { "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&tType=" + _type + "&cid=" + _classId + "&screenType=" + _TscreenType }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "id": "study",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     "onresize": function () { }
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1604,6 +1606,18 @@ U.MD.D.I.openApplication = function (str, obj, info) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }, { "style": { "height": "36px" } }).form; //创建窗体
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/24game.png)" }, "name": "24点", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             break;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        case "case":
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            _formdiv = new U.UF.UI.form(
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                "项目进展",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/CaseDesign?userid=" + _userid + "&oid=" + _oid+ "&org=" + _org }), {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                "id": "evaluate",
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                "onresize": function () { }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            }, {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                closecallback: function () { }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            }, { "style": { "height": "36px" } }).form; //创建窗体
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/case.png)" }, "name": "项目进展", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            break;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 |