Skip to content

Commit 213f8b4

Browse files
committed
all subproducts
1 parent aa5ec87 commit 213f8b4

File tree

1 file changed

+9
-2
lines changed
  • services/static-webserver/client/source/class/osparc/product

1 file changed

+9
-2
lines changed

services/static-webserver/client/source/class/osparc/product/AboutProduct.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ qx.Class.define("osparc.product.AboutProduct", {
8383
For more information about Sim4Life, please visit ${osparc.utils.Utils.createHTMLLink("sim4life.swiss", "https://sim4life.swiss/")}.
8484
<br><br>
8585
To review license agreements, click ${osparc.utils.Utils.createHTMLLink("here", licenseUrl)}.
86+
<br><br>
87+
Send us an email ${this.__getMailTo()}
8688
`);
8789

8890
const label = osparc.product.quickStart.Utils.createLabel(text);
@@ -103,6 +105,8 @@ qx.Class.define("osparc.product.AboutProduct", {
103105
For more information about Sim4Life, please visit ${osparc.utils.Utils.createHTMLLink("sim4life.swiss", "href='https://sim4life.swiss/")}.
104106
<br><br>
105107
To review license agreements, click ${osparc.utils.Utils.createHTMLLink("here", licenseUrl)}.
108+
<br><br>
109+
Send us an email ${this.__getMailTo()}
106110
`);
107111

108112
const label = osparc.product.quickStart.Utils.createLabel(text);
@@ -121,10 +125,13 @@ qx.Class.define("osparc.product.AboutProduct", {
121125
const moreInfoUrl = "https://zmt.swiss/";
122126
const moreInfoText = `For more information about Sim4Life.lite, visit ${osparc.utils.Utils.createHTMLLink("our website", moreInfoUrl)}.`;
123127

128+
const emailText = `Send us an email ${this.__getMailTo()}`;
129+
124130
[
125131
introText,
126132
licenseText,
127-
moreInfoText
133+
moreInfoText,
134+
emailText,
128135
].forEach(text => {
129136
const label = osparc.product.quickStart.Utils.createLabel(text);
130137
this.add(label);
@@ -146,7 +153,7 @@ qx.Class.define("osparc.product.AboutProduct", {
146153
invaluable for neuroscientists and brain stimulation experts, especially those with limited computational modeling experience, \
147154
enabling them to create effective and safe stimulation protocols for their research. \
148155
<br><br>
149-
For more information about TIP, please visit ${osparc.utils.Utils.createHTMLLink("itis.swiss", "href='https://itis.swiss/tools-and-systems/ti-planning/overview")}.
156+
For more information about TIP, please visit ${osparc.utils.Utils.createHTMLLink("itis.swiss", "https://itis.swiss/tools-and-systems/ti-planning/overview")}.
150157
<br><br>
151158
To review license agreements, click ${osparc.utils.Utils.createHTMLLink("here", licenseUrl)}.
152159
<br><br>

0 commit comments

Comments
 (0)