|
@@ -1593,21 +1593,21 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
|
|
$$("div", { className: "U_MD_D_KOX", "innerHTML": _teacherDesktopIconInfo2[i].Name }, _iconcontent);
|
|
$$("div", { className: "U_MD_D_KOX", "innerHTML": _teacherDesktopIconInfo2[i].Name }, _iconcontent);
|
|
}
|
|
}
|
|
} else if ((_type == 1 || _type == 4) && (_org == "fbb00cc1-380b-4173-add4-59b3cf7682b5")) {
|
|
} else if ((_type == 1 || _type == 4) && (_org == "fbb00cc1-380b-4173-add4-59b3cf7682b5")) {
|
|
- for (i = 0; i < _thuioeStudentDeskIconInfo.length; i++) {
|
|
|
|
|
|
+ for (i = 0; i < _thuioeTeacherDeskIconInfo.length; i++) {
|
|
_content = $$("div", {
|
|
_content = $$("div", {
|
|
className: "U_MD_D_KO",
|
|
className: "U_MD_D_KO",
|
|
"onmousedown": U.UF.C.closure(function (obj) {
|
|
"onmousedown": U.UF.C.closure(function (obj) {
|
|
//防止拖动图标即打开了桌面应用
|
|
//防止拖动图标即打开了桌面应用
|
|
U.MD.D.click(this, obj);
|
|
U.MD.D.click(this, obj);
|
|
- }, [_thuioeStudentDeskIconInfo[i]]),
|
|
|
|
|
|
+ }, [_thuioeTeacherDeskIconInfo[i]]),
|
|
"onclick": U.UF.C.closure(function (obj) {
|
|
"onclick": U.UF.C.closure(function (obj) {
|
|
//防止拖动图标即打开了桌面应用
|
|
//防止拖动图标即打开了桌面应用
|
|
U.MD.D.click(this, obj);
|
|
U.MD.D.click(this, obj);
|
|
- }, [_thuioeStudentDeskIconInfo[i]])
|
|
|
|
|
|
+ }, [_thuioeTeacherDeskIconInfo[i]])
|
|
}, _frag); //
|
|
}, _frag); //
|
|
_iconcontent = $$("div", { className: "U_MD_D_KOA" }, _content);
|
|
_iconcontent = $$("div", { className: "U_MD_D_KOA" }, _content);
|
|
- $$("div", { className: "U_MD_D_KOS U_Img", "style": _thuioeStudentDeskIconInfo[i].style }, _iconcontent);
|
|
|
|
- $$("div", { className: "U_MD_D_KOX", "innerHTML": _thuioeStudentDeskIconInfo[i].Name }, _iconcontent);
|
|
|
|
|
|
+ $$("div", { className: "U_MD_D_KOS U_Img", "style": _thuioeTeacherDeskIconInfo[i].style }, _iconcontent);
|
|
|
|
+ $$("div", { className: "U_MD_D_KOX", "innerHTML": _thuioeTeacherDeskIconInfo[i].Name }, _iconcontent);
|
|
}
|
|
}
|
|
} else if ((_type == 1 || _type == 4) && (_org == "4df1b570-f6ac-48fc-8d50-d0b157dae776")) {
|
|
} else if ((_type == 1 || _type == 4) && (_org == "4df1b570-f6ac-48fc-8d50-d0b157dae776")) {
|
|
for (i = 0; i < _lotechTeacherDeskIconInfo.length; i++) {
|
|
for (i = 0; i < _lotechTeacherDeskIconInfo.length; i++) {
|