From 95cdd6ec1358d12c34e354a73773a29678aa2a20 Mon Sep 17 00:00:00 2001 From: SamDahlberg Date: Mon, 24 Apr 2023 14:23:22 -0400 Subject: [PATCH 1/3] Modifies help links, from ticket: #15566 --- ooiui/templates/common/help.html | 4 ++-- ooiui/templates/common/help_login.html | 2 +- ooiui/templates/common/home.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ooiui/templates/common/help.html b/ooiui/templates/common/help.html index bc462902c..39f4ebbbb 100644 --- a/ooiui/templates/common/help.html +++ b/ooiui/templates/common/help.html @@ -40,9 +40,9 @@
-

For all issues, please email helpdesk@oceanobservatories.org

+

For more information about the OOI Help Desk and Knowledge Base, go to https://discourse.oceanobservatories.org/

For data status, go to https://oceanobservatories.org/data-status/

-

For more information about the OOI Help Desk and Knowledge Base, go to http://oceanobservatories.org/helpdesk/

+

For all issues, please email helpdesk@oceanobservatories.org

diff --git a/ooiui/templates/common/help_login.html b/ooiui/templates/common/help_login.html index 4efc5a5dd..c53fa0d38 100644 --- a/ooiui/templates/common/help_login.html +++ b/ooiui/templates/common/help_login.html @@ -36,8 +36,8 @@

or

2) Click the CILogon logo on the login screen.


Please contact the help desk with any questions pertaining to user accounts.

+

For more information about the OOI Help Desk and Knowledge Base, go to https://discourse.oceanobservatories.org/

For all issues, please email helpdesk@oceanobservatories.org

-

Access trouble tickets at https://redmine.oceanobservatories.org/login

diff --git a/ooiui/templates/common/home.html b/ooiui/templates/common/home.html index 3d3eedbb9..09cd79251 100644 --- a/ooiui/templates/common/home.html +++ b/ooiui/templates/common/home.html @@ -22,7 +22,7 @@ - @@ -104,8 +104,8 @@

Research Arrays Select an array on the map or choose from the var helpMessage = '
'; helpMessage += '

No connection to the data services could be established.

'; + helpMessage += '

For more information about the OOI Help Desk and Knowledge Base, go to https://discourse.oceanobservatories.org/

'; helpMessage += '

For all issues, please email helpdesk@oceanobservatories.org

'; - helpMessage += '

For more information about the OOI Help Desk and Knowledge Base, go to http://oceanobservatories.org/helpdesk/

'; helpMessage += '
'; $('#array-content').replaceWith(helpMessage); }; From df0e78d3a072c1a2e01b46c180d3726af7eca656 Mon Sep 17 00:00:00 2001 From: SamDahlberg Date: Mon, 24 Apr 2023 14:49:24 -0400 Subject: [PATCH 2/3] Adds missing space. --- ooiui/templates/common/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooiui/templates/common/home.html b/ooiui/templates/common/home.html index 09cd79251..35d570f5f 100644 --- a/ooiui/templates/common/home.html +++ b/ooiui/templates/common/home.html @@ -103,7 +103,7 @@

Research Arrays Select an array on the map or choose from the {# console.log('arrayCollection fetch onerrorhandler');#} var helpMessage = '
'; - helpMessage += '

No connection to the data services could be established.

'; + helpMessage += '

No connection to the data services could be established.

'; helpMessage += '

For more information about the OOI Help Desk and Knowledge Base, go to https://discourse.oceanobservatories.org/

'; helpMessage += '

For all issues, please email helpdesk@oceanobservatories.org

'; helpMessage += '
'; From 5073201fa222495e871dd05ce567a2cd995535a4 Mon Sep 17 00:00:00 2001 From: SamDahlberg Date: Wed, 26 Apr 2023 15:53:34 -0400 Subject: [PATCH 3/3] Modifies wording for help links. --- ooiui/templates/common/help.html | 6 +++--- ooiui/templates/common/help_login.html | 4 ++-- ooiui/templates/common/home.html | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ooiui/templates/common/help.html b/ooiui/templates/common/help.html index 39f4ebbbb..2d50de85f 100644 --- a/ooiui/templates/common/help.html +++ b/ooiui/templates/common/help.html @@ -40,9 +40,9 @@
-

For more information about the OOI Help Desk and Knowledge Base, go to https://discourse.oceanobservatories.org/

-

For data status, go to https://oceanobservatories.org/data-status/

-

For all issues, please email helpdesk@oceanobservatories.org

+

For Knowledge Base and posting questions, go to https://discourse.oceanobservatories.org/

+

For data status, go to https://oceanobservatories.org/data-status/

+

For questions not addressed by the Knowledge Base, please email helpdesk@oceanobservatories.org

diff --git a/ooiui/templates/common/help_login.html b/ooiui/templates/common/help_login.html index c53fa0d38..fa393494d 100644 --- a/ooiui/templates/common/help_login.html +++ b/ooiui/templates/common/help_login.html @@ -36,8 +36,8 @@

or

2) Click the CILogon logo on the login screen.


Please contact the help desk with any questions pertaining to user accounts.

-

For more information about the OOI Help Desk and Knowledge Base, go to https://discourse.oceanobservatories.org/

-

For all issues, please email helpdesk@oceanobservatories.org

+

For Knowledge Base and posting questions, go to https://discourse.oceanobservatories.org/

+

For questions not addressed by the Knowledge Base, please email helpdesk@oceanobservatories.org

diff --git a/ooiui/templates/common/home.html b/ooiui/templates/common/home.html index 35d570f5f..a839d3767 100644 --- a/ooiui/templates/common/home.html +++ b/ooiui/templates/common/home.html @@ -104,8 +104,8 @@

Research Arrays Select an array on the map or choose from the var helpMessage = '
'; helpMessage += '

No connection to the data services could be established.

'; - helpMessage += '

For more information about the OOI Help Desk and Knowledge Base, go to https://discourse.oceanobservatories.org/

'; - helpMessage += '

For all issues, please email helpdesk@oceanobservatories.org

'; + helpMessage += '

For Knowledge Base and posting questions, go to https://discourse.oceanobservatories.org/

'; + helpMessage += '

For questions not addressed by the Knowledge Base, please email helpdesk@oceanobservatories.org

'; helpMessage += '
'; $('#array-content').replaceWith(helpMessage); };