|
@@ -1099,11 +1099,11 @@ U.MD.D.I.initDesktopIcons = function(el, type) {
|
|
|
|
|
|
if (_org == 'c95e0a56-c205-11ed-8d51-005056b86db5') {
|
|
if (_org == 'c95e0a56-c205-11ed-8d51-005056b86db5') {
|
|
_teacherDesktopIconInfo.push(
|
|
_teacherDesktopIconInfo.push(
|
|
- { "Name": "知识建构", "Url": "futureClass", "style": { "cssText": "background-image:url(/img/icon/futureClass.png)" } },
|
|
|
|
- { "Name": "数据看板", "Url": "dataBoard", "style": { "cssText": "background-image:url(/img/icon/dataBoard.png)" } },
|
|
|
|
|
|
+ { "Name": "知識建構", "Url": "futureClass", "style": { "cssText": "background-image:url(/img/icon/futureClass.png)" } },
|
|
|
|
+ { "Name": "數據看板", "Url": "dataBoard", "style": { "cssText": "background-image:url(/img/icon/dataBoard.png)" } },
|
|
)
|
|
)
|
|
_studentDesktopIconInfo.push(
|
|
_studentDesktopIconInfo.push(
|
|
- { "Name": "知识建构", "Url": "futureClass", "style": { "cssText": "background-image:url(/img/icon/futureClass.png)" } },
|
|
|
|
|
|
+ { "Name": "知識建構", "Url": "futureClass", "style": { "cssText": "background-image:url(/img/icon/futureClass.png)" } },
|
|
)
|
|
)
|
|
|
|
|
|
}
|
|
}
|
|
@@ -2649,15 +2649,15 @@ U.MD.D.I.openInApplication = function(str, data, screenType, tType) {
|
|
}, 2000);
|
|
}, 2000);
|
|
} else {
|
|
} else {
|
|
_formdiv = new U.UF.UI.form(
|
|
_formdiv = new U.UF.UI.form(
|
|
- "数据报告",
|
|
|
|
|
|
+ "數據報告",
|
|
$$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/worksReport?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&cid=" + _classId + "&checkid="+ data.classid }), {
|
|
$$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/worksReport?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&cid=" + _classId + "&checkid="+ data.classid }), {
|
|
"id": "dataClass",
|
|
"id": "dataClass",
|
|
"style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
|
|
"style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
|
|
"onresize": function() {}
|
|
"onresize": function() {}
|
|
}, {
|
|
}, {
|
|
closecallback: function() {}
|
|
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); } }
|
|
|
|
|
|
+ }, { "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;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|