Skip to content

Commit

Permalink
Merge pull request #877 from SamuelDahlberg/ticket_15566
Browse files Browse the repository at this point in the history
Modifies help links, from ticket: #15566
  • Loading branch information
oceanzus authored May 26, 2023
2 parents dfa4556 + 5073201 commit f1bc3a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions ooiui/templates/common/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@

<div class="row">
<div class="text-center jumbotron">
<p> For all issues, please email <a href="mailTo:helpdesk@oceanobservatories.org">helpdesk@oceanobservatories.org</a></p>
<p>For data status, go to <a href="https://oceanobservatories.org/data-status/" target="_blank">https://oceanobservatories.org/data-status/</a></p>
<p> For more information about the OOI Help Desk and Knowledge Base, go to <a href="http://oceanobservatories.org/helpdesk/" target="_blank">http://oceanobservatories.org/helpdesk/</a></p>
<p> For Knowledge Base and posting questions, go to <a href="https://discourse.oceanobservatories.org/" target="_blank">https://discourse.oceanobservatories.org/</a></p>
<p> For data status, go to <a href="https://oceanobservatories.org/data-status/" target="_blank">https://oceanobservatories.org/data-status/</a></p>
<p> For questions not addressed by the Knowledge Base, please email <a href="mailTo:helpdesk@oceanobservatories.org">helpdesk@oceanobservatories.org</a></p>
</div><!-- col-md-12 -->
</div><!-- row -->
<div id="patchNotes"></div>
Expand Down
4 changes: 2 additions & 2 deletions ooiui/templates/common/help_login.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<p> or</p>
<p> 2) Click the CILogon logo on the login screen.</p><br>
<p> Please contact the help desk with any questions pertaining to user accounts.</p>
<p> For all issues, please email <a href="mailTo:helpdesk@oceanobservatories.org">helpdesk@oceanobservatories.org</a></p>
<p> Access trouble tickets at <a href="https://redmine.oceanobservatories.org/login">https://redmine.oceanobservatories.org/login</a></p>
<p> For Knowledge Base and posting questions, go to <a href="https://discourse.oceanobservatories.org/" target="_blank">https://discourse.oceanobservatories.org/</a></p>
<p> For questions not addressed by the Knowledge Base, please email <a href="mailTo:helpdesk@oceanobservatories.org">helpdesk@oceanobservatories.org</a></p>
</div><!-- col-md-12 -->
</div><!-- row -->
</div><!--container-fluid -->
Expand Down
8 changes: 4 additions & 4 deletions ooiui/templates/common/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link href='/lib/Leaflet.Coordinates/dist/Leaflet.Coordinates-0.1.5.css' rel='stylesheet' />
<link href='/lib/Leaflet.Rrose/dist/leaflet.rrose.css' rel='stylesheet' />
<link href="/css/common/platform.css" rel="stylesheet" type="text/css" />
<!-- page resources --<>
<!-- page resources -->

<!-- Partials -->
<script src="/js/partials/compiled/index.js" type="text/javascript"></script>
Expand Down Expand Up @@ -103,9 +103,9 @@ <h3><b>Research Arrays</b><small> Select an array on the map or choose from the
{# console.log('arrayCollection fetch onerrorhandler');#}

var helpMessage = '<div class="text-center jumbotron">';
helpMessage += '<p>No connection to the data services could be established.</p>';
helpMessage += '<p> For all issues, please email <a href="mailTo:helpdesk@oceanobservatories.org">helpdesk@oceanobservatories.org</a></p>';
helpMessage += '<p> For more information about the OOI Help Desk and Knowledge Base, go to <a href="http://oceanobservatories.org/helpdesk/">http://oceanobservatories.org/helpdesk/</a></p>';
helpMessage += '<p> No connection to the data services could be established.</p>';
helpMessage += '<p> For Knowledge Base and posting questions, go to <a href="https://discourse.oceanobservatories.org/" target="_blank">https://discourse.oceanobservatories.org/</a></p>';
helpMessage += '<p> For questions not addressed by the Knowledge Base, please email <a href="mailTo:helpdesk@oceanobservatories.org">helpdesk@oceanobservatories.org</a></p>';
helpMessage += '</div>';
$('#array-content').replaceWith(helpMessage);
};
Expand Down

0 comments on commit f1bc3a1

Please sign in to comment.