|
@@ -1931,146 +1931,166 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
|
|
|
|
|
|
|
case "projectGM": //项目管理
|
|
|
-
|
|
|
- _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/#/courseGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
- "id": "projectGM",
|
|
|
- "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/gm/courseMange.png)" }, "name": "项目管理", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ // _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/#/courseGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
+ // "id": "projectGM",
|
|
|
+ // "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/gm/courseMange.png)" }, "name": "项目管理", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+
|
|
|
+ window.open("https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/courseGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org, "项目管理", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0, resizable=0, location=0, status=no");
|
|
|
break;
|
|
|
case "studyGM"://学习中心
|
|
|
- _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/#/indexGM?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 () { }
|
|
|
- }, {
|
|
|
- closecallback: function () { }
|
|
|
- }, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
- _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/gm/learning.png)" }, "name": "学习中心", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(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/#/indexGM?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 () { }
|
|
|
+ // }, {
|
|
|
+ // closecallback: function () { }
|
|
|
+ // }, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ // _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/gm/learning.png)" }, "name": "学习中心", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ window.open("https://pbl.cocorobo.cn/pbl-student-table/dist/#/indexGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&tType=" + _type + "&cid=" + _classId + "&screenType=" + _TscreenType, "学习中心", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0, resizable=0, location=0, status=no");
|
|
|
break;
|
|
|
|
|
|
// studentGM
|
|
|
case "studentGM"://学生管理
|
|
|
- _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/#/studentGM?userid=" + _userid + "&oid=" + _oid + "&cid=" + _classId + "&org=" + _org }), {
|
|
|
- "id": "studentGM",
|
|
|
- "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/gm/student.png)" }, "name": "学生管理", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ // _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/#/studentGM?userid=" + _userid + "&oid=" + _oid + "&cid=" + _classId + "&org=" + _org }), {
|
|
|
+ // "id": "studentGM",
|
|
|
+ // "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/gm/student.png)" }, "name": "学生管理", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ window.open("https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/studentGM?userid=" + _userid + "&oid=" + _oid + "&cid=" + _classId + "&org=" + _org, "学生管理", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0, resizable=0, location=0, status=no");
|
|
|
break;
|
|
|
case "evaluateGM"://学生评价
|
|
|
- _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/#/worksGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
- "id": "evaluateGM",
|
|
|
- "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/gm/evaluate.png)" }, "name": "学生评价", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ // _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/#/worksGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
+ // "id": "evaluateGM",
|
|
|
+ // "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/gm/evaluate.png)" }, "name": "学生评价", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+
|
|
|
+ window.open("https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/worksGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org, "学生评价", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0, resizable=0, location=0, status=no");
|
|
|
break;
|
|
|
|
|
|
// classGM
|
|
|
case "classGM"://班级管理
|
|
|
- _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/#/classGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
- "id": "classGM",
|
|
|
- "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/gm/class.png)" }, "name": "班级管理", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ //_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/#/classGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
+ // "id": "classGM",
|
|
|
+ // "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/gm/class.png)" }, "name": "班级管理", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+
|
|
|
+ window.open("https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/classGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org, "班级管理", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0, resizable=0, location=0, status=no");
|
|
|
break;
|
|
|
// dataGM
|
|
|
case "dataGM":
|
|
|
- _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/#/dataGM?userid=" + _userid + "&org=" + _org }), {
|
|
|
- "id": "dataGM",
|
|
|
- "style": { "width": "42%", "height": "90%", "overflow": 'hidden' },
|
|
|
- "onresize": function () { }
|
|
|
- }, {
|
|
|
- closecallback: function () { }
|
|
|
- }, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
- _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/gm/data.png)" }, "name": "我的资料", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ // _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/#/dataGM?userid=" + _userid + "&org=" + _org }), {
|
|
|
+ // "id": "dataGM",
|
|
|
+ // "style": { "width": "42%", "height": "90%", "overflow": 'hidden' },
|
|
|
+ // "onresize": function () { }
|
|
|
+ // }, {
|
|
|
+ // closecallback: function () { }
|
|
|
+ // }, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ // _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/gm/data.png)" }, "name": "我的资料", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+
|
|
|
+ window.open("https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/dataGM?userid=" + _userid + "&org=" + _org, "我的资料", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0, resizable=0, location=0, status=no");
|
|
|
break;
|
|
|
// caseGM
|
|
|
case "caseGM"://项目进展
|
|
|
- _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/#/CaseDesignGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
- "id": "caseGM",
|
|
|
- "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/gm/case.png)" }, "name": "项目进展", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ // _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/#/CaseDesignGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
+ // "id": "caseGM",
|
|
|
+ // "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/gm/case.png)" }, "name": "项目进展", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ window.open("https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/CaseDesignGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org, "项目进展", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0, resizable=0, location=0, status=no");
|
|
|
break;
|
|
|
// meterialGM
|
|
|
case "meterialGM"://素材库
|
|
|
- _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/#/libraryGM?userid=" + _userid + "&org=" + _org }), {
|
|
|
- "id": "meterialGM",
|
|
|
- "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/gm/material.png)" }, "name": "素材库", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ // _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/#/libraryGM?userid=" + _userid + "&org=" + _org }), {
|
|
|
+ // "id": "meterialGM",
|
|
|
+ // "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/gm/material.png)" }, "name": "素材库", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+
|
|
|
+ window.open("https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/libraryGM?userid=" + _userid + "&org=" + _org, "素材库", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0, resizable=0, location=0, status=no");
|
|
|
break;
|
|
|
// evaluateSGM
|
|
|
case "evaluateSGM": //我的评价
|
|
|
- _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-student-table/dist/#/worksGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
- "id": "evaluateSGM",
|
|
|
- "style": { "width": "70%", "height": "90%", "overflow": 'hidden' },
|
|
|
- "onresize": function () { }
|
|
|
- }, {
|
|
|
- closecallback: function () { }
|
|
|
- }, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
- _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/gm/evaluate.png)" }, "name": "我的评价", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
-
|
|
|
+ // _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-student-table/dist/#/worksGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
+ // "id": "evaluateSGM",
|
|
|
+ // "style": { "width": "70%", "height": "90%", "overflow": 'hidden' },
|
|
|
+ // "onresize": function () { }
|
|
|
+ // }, {
|
|
|
+ // closecallback: function () { }
|
|
|
+ // }, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ // _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/gm/evaluate.png)" }, "name": "我的评价", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+
|
|
|
+
|
|
|
+ window.open("https://pbl.cocorobo.cn/pbl-student-table/dist/#/worksGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org, "我的评价", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0, resizable=0, location=0, status=no");
|
|
|
break;
|
|
|
case "schoolGM": //学校管理
|
|
|
- _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/#/schoolGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
- "id": "schoolGM",
|
|
|
- "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/gm/school.png)" }, "name": "学校管理", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ // _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/#/schoolGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
+ // "id": "schoolGM",
|
|
|
+ // "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/gm/school.png)" }, "name": "学校管理", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+
|
|
|
+ window.open("https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/schoolGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org, "学校管理", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0, resizable=0, location=0, status=no");
|
|
|
break;
|
|
|
case "teacherGM": //教师管理
|
|
|
- _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/#/teacherGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
- "id": "teacherGM",
|
|
|
- "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/gm/teacher.png)" }, "name": "教师管理", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ // _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/#/teacherGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
+ // "id": "teacherGM",
|
|
|
+ // "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/gm/teacher.png)" }, "name": "教师管理", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+
|
|
|
+
|
|
|
+ window.open("https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/teacherGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org, "教师管理", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0, resizable=0, location=0, status=no");
|
|
|
+
|
|
|
break;
|
|
|
|
|
|
}
|
|
@@ -2244,16 +2264,16 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
|
//#endregion
|
|
|
|
|
|
|
|
|
-U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
+U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
|
|
|
var _taskbar, //_taskbar 作为任务栏显示的元素,包含图标和名字
|
|
|
_formdiv, //创建任务栏时同时弹出的窗体元素。
|
|
|
_userinfo = US.userInfo, //登录用户信息
|
|
|
_userid = US.userInfo.userid //登录用户id
|
|
|
let _iframe;
|
|
|
let _cid = cid,
|
|
|
- _stage = stage,
|
|
|
- _task = task,
|
|
|
- _tool = tool;
|
|
|
+ _stage = stage,
|
|
|
+ _task = task,
|
|
|
+ _tool = tool;
|
|
|
var _jie = $$("div", {
|
|
|
"style": {
|
|
|
"position": "absolute",
|
|
@@ -2271,7 +2291,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
let aTool = ''
|
|
|
let _loading = document.createElement('div')
|
|
|
_loading.style = "width:100%;height:100%;background:#00000000;position:absolute;top:0;left:0;z-index:99999999999999;display: none;justify-content: center;align-items: center;"
|
|
|
- // _loading.id = "";
|
|
|
+ // _loading.id = "";
|
|
|
let _lchild = document.createElement('div')
|
|
|
let _limg = document.createElement('img')
|
|
|
_limg.src = 'https://pbl.cocorobo.cn/pbl-student-table/dist/js/loading.gif'
|
|
@@ -2309,20 +2329,20 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"电子白板",
|
|
|
_box, {
|
|
|
- "id": "whiteboard",
|
|
|
- "style": {
|
|
|
- "width": "90%",
|
|
|
- "height": "90%",
|
|
|
- "overflow": 'hidden'
|
|
|
- },
|
|
|
- "onresize": function() {}
|
|
|
- }, {
|
|
|
- closecallback: function() {}
|
|
|
- }, {
|
|
|
- "style": {
|
|
|
- "height": "36px"
|
|
|
- }
|
|
|
- }).form; //创建窗体
|
|
|
+ "id": "whiteboard",
|
|
|
+ "style": {
|
|
|
+ "width": "90%",
|
|
|
+ "height": "90%",
|
|
|
+ "overflow": 'hidden'
|
|
|
+ },
|
|
|
+ "onresize": function () { }
|
|
|
+ }, {
|
|
|
+ closecallback: function () { }
|
|
|
+ }, {
|
|
|
+ "style": {
|
|
|
+ "height": "36px"
|
|
|
+ }
|
|
|
+ }).form; //创建窗体
|
|
|
_taskbar = {
|
|
|
"id": str + _formdiv.id,
|
|
|
"style": {
|
|
@@ -2330,7 +2350,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
},
|
|
|
"name": "电子白板",
|
|
|
"forms": _formdiv,
|
|
|
- "click": function() {
|
|
|
+ "click": function () {
|
|
|
U.MD.D.I.openApplication(str, obj, info);
|
|
|
}
|
|
|
}
|
|
@@ -2351,20 +2371,20 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"思维导图",
|
|
|
_box, { //"/jsmind/example/demo.html"
|
|
|
- "id": "mind",
|
|
|
- "style": {
|
|
|
- "width": "90%",
|
|
|
- "height": "90%",
|
|
|
- "overflow": 'hidden'
|
|
|
- },
|
|
|
- "onresize": function() {}
|
|
|
- }, {
|
|
|
- closecallback: function() {}
|
|
|
- }, {
|
|
|
- "style": {
|
|
|
- "height": "36px"
|
|
|
- }
|
|
|
- }).form; //创建窗体
|
|
|
+ "id": "mind",
|
|
|
+ "style": {
|
|
|
+ "width": "90%",
|
|
|
+ "height": "90%",
|
|
|
+ "overflow": 'hidden'
|
|
|
+ },
|
|
|
+ "onresize": function () { }
|
|
|
+ }, {
|
|
|
+ closecallback: function () { }
|
|
|
+ }, {
|
|
|
+ "style": {
|
|
|
+ "height": "36px"
|
|
|
+ }
|
|
|
+ }).form; //创建窗体
|
|
|
_taskbar = {
|
|
|
"id": str + _formdiv.id,
|
|
|
"style": {
|
|
@@ -2372,7 +2392,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
},
|
|
|
"name": "思维导图",
|
|
|
"forms": _formdiv,
|
|
|
- "click": function() {
|
|
|
+ "click": function () {
|
|
|
U.MD.D.I.openApplication(str, obj, info);
|
|
|
}
|
|
|
}
|
|
@@ -2393,20 +2413,20 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"思维导图",
|
|
|
_box, { //"/jsmind/example/demo.html"
|
|
|
- "id": "mind",
|
|
|
- "style": {
|
|
|
- "width": "90%",
|
|
|
- "height": "90%",
|
|
|
- "overflow": 'hidden'
|
|
|
- },
|
|
|
- "onresize": function() {}
|
|
|
- }, {
|
|
|
- closecallback: function() {}
|
|
|
- }, {
|
|
|
- "style": {
|
|
|
- "height": "36px"
|
|
|
- }
|
|
|
- }).form; //创建窗体
|
|
|
+ "id": "mind",
|
|
|
+ "style": {
|
|
|
+ "width": "90%",
|
|
|
+ "height": "90%",
|
|
|
+ "overflow": 'hidden'
|
|
|
+ },
|
|
|
+ "onresize": function () { }
|
|
|
+ }, {
|
|
|
+ closecallback: function () { }
|
|
|
+ }, {
|
|
|
+ "style": {
|
|
|
+ "height": "36px"
|
|
|
+ }
|
|
|
+ }).form; //创建窗体
|
|
|
_taskbar = {
|
|
|
"id": str + _formdiv.id,
|
|
|
"style": {
|
|
@@ -2414,7 +2434,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
},
|
|
|
"name": "思维导图",
|
|
|
"forms": _formdiv,
|
|
|
- "click": function() {
|
|
|
+ "click": function () {
|
|
|
U.MD.D.I.openApplication(str, obj, info);
|
|
|
}
|
|
|
}
|
|
@@ -2435,22 +2455,22 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"协同文档",
|
|
|
_box, {
|
|
|
- "id": "doc",
|
|
|
- "style": {
|
|
|
- "width": "90%",
|
|
|
- "height": "90%",
|
|
|
- "overflow": 'hidden'
|
|
|
- },
|
|
|
- "onresize": function() {}
|
|
|
- }, {
|
|
|
- closecallback: function() {}
|
|
|
- }, {
|
|
|
- "style": {
|
|
|
- "height": "36px"
|
|
|
- }
|
|
|
- }).form; //创建窗体
|
|
|
+ "id": "doc",
|
|
|
+ "style": {
|
|
|
+ "width": "90%",
|
|
|
+ "height": "90%",
|
|
|
+ "overflow": 'hidden'
|
|
|
+ },
|
|
|
+ "onresize": function () { }
|
|
|
+ }, {
|
|
|
+ closecallback: function () { }
|
|
|
+ }, {
|
|
|
+ "style": {
|
|
|
+ "height": "36px"
|
|
|
+ }
|
|
|
+ }).form; //创建窗体
|
|
|
|
|
|
- U.UF.DL.iframeLoad($("iframe", _formdiv)[0], function() {
|
|
|
+ U.UF.DL.iframeLoad($("iframe", _formdiv)[0], function () {
|
|
|
$("iframe", _formdiv)[0].contentWindow.U.MD.O.W.load();
|
|
|
})
|
|
|
_taskbar = {
|
|
@@ -2460,7 +2480,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
},
|
|
|
"name": "协同文档",
|
|
|
"forms": _formdiv,
|
|
|
- "click": function() {
|
|
|
+ "click": function () {
|
|
|
U.MD.D.I.openApplication(str, obj, info);
|
|
|
}
|
|
|
}
|
|
@@ -2484,20 +2504,20 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"思维网格",
|
|
|
_box, {
|
|
|
- "id": "mindNetwork",
|
|
|
- "style": {
|
|
|
- "width": "90%",
|
|
|
- "height": "90%",
|
|
|
- "overflow": 'hidden'
|
|
|
- },
|
|
|
- "onresize": function() {}
|
|
|
- }, {
|
|
|
- closecallback: function() {}
|
|
|
- }, {
|
|
|
- "style": {
|
|
|
- "height": "36px"
|
|
|
- }
|
|
|
- }).form; //创建窗体
|
|
|
+ "id": "mindNetwork",
|
|
|
+ "style": {
|
|
|
+ "width": "90%",
|
|
|
+ "height": "90%",
|
|
|
+ "overflow": 'hidden'
|
|
|
+ },
|
|
|
+ "onresize": function () { }
|
|
|
+ }, {
|
|
|
+ closecallback: function () { }
|
|
|
+ }, {
|
|
|
+ "style": {
|
|
|
+ "height": "36px"
|
|
|
+ }
|
|
|
+ }).form; //创建窗体
|
|
|
_taskbar = {
|
|
|
"id": str + _formdiv.id,
|
|
|
"style": {
|
|
@@ -2505,7 +2525,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
},
|
|
|
"name": "思维网格",
|
|
|
"forms": _formdiv,
|
|
|
- "click": function() {
|
|
|
+ "click": function () {
|
|
|
U.MD.D.I.openApplication(str, obj, info);
|
|
|
}
|
|
|
}
|
|
@@ -2528,20 +2548,20 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"课程设计",
|
|
|
_box, {
|
|
|
- "id": "courseDesign",
|
|
|
- "style": {
|
|
|
- "width": "90%",
|
|
|
- "height": "90%",
|
|
|
- "overflow": 'hidden'
|
|
|
- },
|
|
|
- "onresize": function() {}
|
|
|
- }, {
|
|
|
- closecallback: function() {}
|
|
|
- }, {
|
|
|
- "style": {
|
|
|
- "height": "36px"
|
|
|
- }
|
|
|
- }).form; //创建窗体
|
|
|
+ "id": "courseDesign",
|
|
|
+ "style": {
|
|
|
+ "width": "90%",
|
|
|
+ "height": "90%",
|
|
|
+ "overflow": 'hidden'
|
|
|
+ },
|
|
|
+ "onresize": function () { }
|
|
|
+ }, {
|
|
|
+ closecallback: function () { }
|
|
|
+ }, {
|
|
|
+ "style": {
|
|
|
+ "height": "36px"
|
|
|
+ }
|
|
|
+ }).form; //创建窗体
|
|
|
_taskbar = {
|
|
|
"id": str + _formdiv.id,
|
|
|
"style": {
|
|
@@ -2549,7 +2569,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
},
|
|
|
"name": "课程设计",
|
|
|
"forms": _formdiv,
|
|
|
- "click": function() {
|
|
|
+ "click": function () {
|
|
|
U.MD.D.I.openApplication(str, obj, info);
|
|
|
}
|
|
|
}
|
|
@@ -2573,7 +2593,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
|
|
|
if (_iframe) {
|
|
|
if (str == 'doc') {
|
|
|
- U.UF.DL.iframeLoad(_iframe, function() {
|
|
|
+ U.UF.DL.iframeLoad(_iframe, function () {
|
|
|
_iframe.contentWindow.U.MD.O.W.load();
|
|
|
_iframe.contentWindow.document.body.appendChild(script1);
|
|
|
_iframe.contentWindow.document.body.appendChild(script2);
|
|
@@ -2581,7 +2601,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
|
|
|
_iframe.contentWindow.document.body.appendChild(script4);
|
|
|
})
|
|
|
} else if (str == 'courseDesign') {
|
|
|
- U.UF.DL.iframeLoad(_iframe, function() {
|
|
|
+ U.UF.DL.iframeLoad(_iframe, function () {
|
|
|
// _iframe.contentWindow.U.MD.O.W.load();
|
|
|
// _iframe.contentWindow.document.body.appendChild(script1);
|
|
|
_iframe.contentWindow.document.body.appendChild(script2);
|