Skip to content

Commit a038a9c

Browse files
authored
TIP visual content (ITISFoundation#3303)
1 parent 7656dc0 commit a038a9c

File tree

8 files changed

+11
-12
lines changed

8 files changed

+11
-12
lines changed

services/web/client/source/class/osparc/component/tutorial/ti/ElectrodeSelector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ qx.Class.define("osparc.component.tutorial.ti.ElectrodeSelector", {
3838
const label2 = osparc.component.tutorial.ti.Slides.createLabel(text2);
3939
this._add(label2);
4040

41-
const image = new qx.ui.basic.Image("osparc/tutorial/ti/ElectrodeSelector.gif").set({
41+
const image = new qx.ui.basic.Image("https://itisfoundation.github.io/ti-planning-tool-manual/assets/quickguide/electrode_selector.gif").set({
4242
alignX: "center",
4343
scale: true,
4444
width: 737,

services/web/client/source/class/osparc/component/tutorial/ti/PostPro.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ qx.Class.define("osparc.component.tutorial.ti.PostPro", {
4242
const label2 = osparc.component.tutorial.ti.Slides.createLabel(text2);
4343
this._add(label2);
4444

45-
const image1 = new qx.ui.basic.Image("osparc/tutorial/ti/PostProTable.gif").set({
45+
const image1 = new qx.ui.basic.Image("https://itisfoundation.github.io/ti-planning-tool-manual/assets/quickguide/postpro_gui_1.gif").set({
4646
alignX: "center",
4747
scale: true,
48-
width: 737,
49-
height: 443
48+
width: 740,
49+
height: 538
5050
});
5151
this._add(image1);
5252

@@ -59,11 +59,11 @@ qx.Class.define("osparc.component.tutorial.ti.PostPro", {
5959
const label3 = osparc.component.tutorial.ti.Slides.createLabel(text3);
6060
this._add(label3);
6161

62-
const image2 = new qx.ui.basic.Image("osparc/tutorial/ti/PostProSlices.gif").set({
62+
const image2 = new qx.ui.basic.Image("https://itisfoundation.github.io/ti-planning-tool-manual/assets/quickguide/postpro_gui_2.gif").set({
6363
alignX: "center",
6464
scale: true,
65-
width: 737,
66-
height: 443
65+
width: 740,
66+
height: 520
6767
});
6868
this._add(image2);
6969

@@ -76,11 +76,11 @@ qx.Class.define("osparc.component.tutorial.ti.PostPro", {
7676
const label4 = osparc.component.tutorial.ti.Slides.createLabel(text4);
7777
this._add(label4);
7878

79-
const image3 = new qx.ui.basic.Image("osparc/tutorial/ti/PostProReport.gif").set({
79+
const image3 = new qx.ui.basic.Image("https://itisfoundation.github.io/ti-planning-tool-manual/assets/quickguide/postpro_gui_3.gif").set({
8080
alignX: "center",
8181
scale: true,
82-
width: 737,
83-
height: 443
82+
width: 740,
83+
height: 520
8484
});
8585
this._add(image3);
8686
}

services/web/client/source/class/osparc/component/tutorial/ti/Slides.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,8 @@ qx.Class.define("osparc.component.tutorial.ti.Slides", {
139139
__createFooter: function() {
140140
const footer = new qx.ui.container.Composite(new qx.ui.layout.HBox(10));
141141

142-
const text1 = "<a href=https://www.youtube.com/watch?v=dQw4w9WgXcQ style='color: white' target='_blank'>Youtube video</a>";
142+
const text1 = "<a href=https://youtu.be/-ZE6yOJ3ipw style='color: white' target='_blank'>TIP video</a>";
143143
const link1 = new qx.ui.basic.Label(text1).set({
144-
visibility: "excluded", // remove this when the video is available
145144
allowGrowX: true,
146145
textAlign: "center",
147146
rich : true
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)