|
@@ -153,6 +153,7 @@ U.MD.D.I.GMorganizerDeskIcon = [
|
|
|
{ "Name": "素材库", "Url": "meterialGM", "style": { "cssText": "background-image:url(/img/icon/gm/material.png)" } },
|
|
|
{ "Name": "项目审核", "Url": "examineGM", "style": { "cssText": "background-image:url(/img/icon/gm/examine.png)" } },
|
|
|
{ "Name": "消息通知", "Url": "messageGM", "style": { "cssText": "background-image:url(/img/icon/gm/message.png)" } },
|
|
|
+ { "Name": "案例征集", "Url": "gpbl", "style": { "cssText": "background-image:url(/img/icon/gm/gpbl.png)" } },
|
|
|
];
|
|
|
|
|
|
U.MD.D.I.GMstudentDeskIcon = [
|
|
@@ -2130,7 +2131,22 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
|
window.open("https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/noticeGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role, "消息通知", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0, resizable=0, location=0, status=no");
|
|
|
|
|
|
break;
|
|
|
-
|
|
|
+ case "gpbl": //消息通知
|
|
|
+ // _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/#/noticeGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {
|
|
|
+ // "id": "messageGM",
|
|
|
+ // "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/examine.png)" }, "name": "消息通知", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+
|
|
|
+
|
|
|
+ window.open("https://gdpbl.cocorobo.cn/#/login", top=100, left=100, toolbar=no, menubar=0, resizable=0, location=0, status=no");
|
|
|
+
|
|
|
+ break;
|
|
|
}
|
|
|
|
|
|
|