|
@@ -309,10 +309,10 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function() {}
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
- _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/project.png)" }, "name": "项目", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/project.png)" }, "name": "项目管理", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
case "student":
|
|
|
- new U.UF.UI.form(
|
|
|
+ _formdiv = new U.UF.UI.form(
|
|
|
"学生管理",
|
|
|
$$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/student?userid=71160a48-11e2-11ec-80ad-005056b86db5&oid=45facc0a-1211-11ec-80ad-005056b86db5" }), {
|
|
|
"id": "student",
|
|
@@ -321,10 +321,11 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function() {}
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/student.png)" }, "name": "学生管理", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
|
|
|
case "evaluate":
|
|
|
- new U.UF.UI.form(
|
|
|
+ _formdiv = new U.UF.UI.form(
|
|
|
"评价管理",
|
|
|
$$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/works?userid=71160a48-11e2-11ec-80ad-005056b86db5&oid=45facc0a-1211-11ec-80ad-005056b86db5" }), {
|
|
|
"id": "evaluate",
|
|
@@ -333,10 +334,11 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function() {}
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/evaluation.png)" }, "name": "评价管理", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
|
|
|
case "class":
|
|
|
- new U.UF.UI.form(
|
|
|
+ _formdiv = new U.UF.UI.form(
|
|
|
"班级管理",
|
|
|
$$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/class?userid=71160a48-11e2-11ec-80ad-005056b86db5&oid=45facc0a-1211-11ec-80ad-005056b86db5" }), {
|
|
|
"id": "class",
|
|
@@ -345,10 +347,11 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function() {}
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/class.png)" }, "name": "班级管理", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
|
|
|
case "my":
|
|
|
- new U.UF.UI.form(
|
|
|
+ _formdiv = new U.UF.UI.form(
|
|
|
"我的资料",
|
|
|
$$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/data?userid=71160a48-11e2-11ec-80ad-005056b86db5" }), {
|
|
|
"id": "my",
|
|
@@ -357,10 +360,11 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function() {}
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/myMessage.png)" }, "name": "我的资料", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
|
|
|
case "notice":
|
|
|
- new U.UF.UI.form(
|
|
|
+ _formdiv = new U.UF.UI.form(
|
|
|
"通知公告",
|
|
|
$$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/notice?userid=71160a48-11e2-11ec-80ad-005056b86db5" }), {
|
|
|
"id": "notice",
|
|
@@ -369,10 +373,11 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function() {}
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/news.png)" }, "name": "通知公告", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
|
|
|
case "library":
|
|
|
- new U.UF.UI.form(
|
|
|
+ _formdiv = new U.UF.UI.form(
|
|
|
"素材库",
|
|
|
$$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/library?userid=71160a48-11e2-11ec-80ad-005056b86db5" }), {
|
|
|
"id": "library",
|
|
@@ -381,10 +386,11 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function() {}
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/library.png)" }, "name": "素材库", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
|
|
|
case "whiteboard":
|
|
|
- new U.UF.UI.form(
|
|
|
+ _formdiv = new U.UF.UI.form(
|
|
|
"电子白板",
|
|
|
$$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
|
|
|
"id": "whiteboard",
|
|
@@ -393,10 +399,11 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function() {}
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/whiteBoard.png)" }, "name": "电子白板", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
|
|
|
case "investigation":
|
|
|
- new U.UF.UI.form(
|
|
|
+ _formdiv = new U.UF.UI.form(
|
|
|
"问卷调查",
|
|
|
$$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
|
|
|
"id": "investigation",
|
|
@@ -405,10 +412,11 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function() {}
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/ask.png)" }, "name": "问卷调查", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
|
|
|
case "note":
|
|
|
- new U.UF.UI.form(
|
|
|
+ _formdiv = new U.UF.UI.form(
|
|
|
"便签分类",
|
|
|
$$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
|
|
|
"id": "note",
|
|
@@ -417,10 +425,11 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function() {}
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/note.png)" }, "name": "便签分类", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
|
|
|
case "score":
|
|
|
- new U.UF.UI.form(
|
|
|
+ _formdiv = new U.UF.UI.form(
|
|
|
"量规评分",
|
|
|
$$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
|
|
|
"id": "score",
|
|
@@ -429,10 +438,11 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function() {}
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/score.png)" }, "name": "量规评分", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
|
|
|
case "mind":
|
|
|
- new U.UF.UI.form(
|
|
|
+ _formdiv = new U.UF.UI.form(
|
|
|
"思维导图",
|
|
|
$$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
|
|
|
"id": "mind",
|
|
@@ -441,10 +451,11 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function() {}
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/mindMapping.png)" }, "name": "思维导图", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
|
|
|
case "doc":
|
|
|
- new U.UF.UI.form(
|
|
|
+ _formdiv = new U.UF.UI.form(
|
|
|
"协同文档",
|
|
|
$$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn" }), {
|
|
|
"id": "doc",
|
|
@@ -453,6 +464,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function() {}
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/doc.png)" }, "name": "协同文档", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
|
|
|
|