|
@@ -6230,7 +6230,7 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
|
|
_formdiv = new U.UF.UI.form(
|
|
_formdiv = new U.UF.UI.form(
|
|
"电子白板",
|
|
"电子白板",
|
|
_box, {
|
|
_box, {
|
|
- "id": "whiteboards" + cid + stage + task + tool,
|
|
|
|
|
|
+ "id": "whiteboards_Yu" + cid + stage + task + tool,
|
|
"style": {
|
|
"style": {
|
|
"width": "90%",
|
|
"width": "90%",
|
|
"height": "90%",
|
|
"height": "90%",
|
|
@@ -6272,7 +6272,7 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
|
|
_formdiv = new U.UF.UI.form(
|
|
_formdiv = new U.UF.UI.form(
|
|
"思维导图",
|
|
"思维导图",
|
|
_box, { //"/jsmind/example/demo.html"
|
|
_box, { //"/jsmind/example/demo.html"
|
|
- "id": "minds" + cid + stage + task + tool,
|
|
|
|
|
|
+ "id": "minds_Yu" + cid + stage + task + tool,
|
|
"style": {
|
|
"style": {
|
|
"width": "90%",
|
|
"width": "90%",
|
|
"height": "90%",
|
|
"height": "90%",
|
|
@@ -6314,7 +6314,7 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
|
|
_formdiv = new U.UF.UI.form(
|
|
_formdiv = new U.UF.UI.form(
|
|
"协同文档",
|
|
"协同文档",
|
|
_box, {
|
|
_box, {
|
|
- "id": "docs" + cid + stage + task + tool,
|
|
|
|
|
|
+ "id": "docs_Yu" + cid + stage + task + tool,
|
|
"style": {
|
|
"style": {
|
|
"width": "90%",
|
|
"width": "90%",
|
|
"height": "90%",
|
|
"height": "90%",
|
|
@@ -6363,7 +6363,7 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
|
|
_formdiv = new U.UF.UI.form(
|
|
_formdiv = new U.UF.UI.form(
|
|
"CocoPi",
|
|
"CocoPi",
|
|
_box, {
|
|
_box, {
|
|
- "id": "CocoPi" + cid + stage + task + tool,
|
|
|
|
|
|
+ "id": "CocoPi_Yu" + cid + stage + task + tool,
|
|
"style": {
|
|
"style": {
|
|
"width": "90%",
|
|
"width": "90%",
|
|
"height": "90%",
|
|
"height": "90%",
|
|
@@ -6631,7 +6631,7 @@ U.MD.D.I.openApplicationUpload = function (str, cid, stage, task, tool) {
|
|
_formdiv = new U.UF.UI.form(
|
|
_formdiv = new U.UF.UI.form(
|
|
"CocoPi",
|
|
"CocoPi",
|
|
_box, {
|
|
_box, {
|
|
- "id": "CocoPi" + cid + stage + task + tool,
|
|
|
|
|
|
+ "id": "CocoPi_Upload" + cid + stage + task + tool,
|
|
"style": {
|
|
"style": {
|
|
"width": "90%",
|
|
"width": "90%",
|
|
"height": "90%",
|
|
"height": "90%",
|
|
@@ -6767,7 +6767,7 @@ U.MD.D.I.openApplicationTeacherUpload = function (str, cid, stage, task, tool, s
|
|
_formdiv = new U.UF.UI.form(
|
|
_formdiv = new U.UF.UI.form(
|
|
"CocoPi-" + _username,
|
|
"CocoPi-" + _username,
|
|
_box, {
|
|
_box, {
|
|
- "id": "CocoPi" + cid + stage + task + tool + _userid,
|
|
|
|
|
|
+ "id": "CocoPi_TeacherUpload" + cid + stage + task + tool + _userid,
|
|
"style": {
|
|
"style": {
|
|
"width": "90%",
|
|
"width": "90%",
|
|
"height": "90%",
|
|
"height": "90%",
|