-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df0e78d
commit 5073201
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,9 +40,9 @@ | |
|
||
<div class="row"> | ||
<div class="text-center jumbotron"> | ||
<p> For more information about the OOI Help Desk and Knowledge Base, 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 all issues, please email <a href="mailTo:[email protected]">[email protected]</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:[email protected]">[email protected]</a></p> | ||
</div><!-- col-md-12 --> | ||
</div><!-- row --> | ||
<div id="patchNotes"></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 more information about the OOI Help Desk and Knowledge Base, go to <a href="https://discourse.oceanobservatories.org/" target="_blank">https://discourse.oceanobservatories.org/</a></p> | ||
<p> For all issues, please email <a href="mailTo:[email protected]">[email protected]</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:[email protected]">[email protected]</a></p> | ||
</div><!-- col-md-12 --> | ||
</div><!-- row --> | ||
</div><!--container-fluid --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,8 +104,8 @@ <h3><b>Research Arrays</b><small> Select an array on the map or choose from the | |
|
||
var helpMessage = '<div class="text-center jumbotron">'; | ||
helpMessage += '<p> No connection to the data services could be established.</p>'; | ||
helpMessage += '<p> For more information about the OOI Help Desk and Knowledge Base, go to <a href="https://discourse.oceanobservatories.org/" target="_blank">https://discourse.oceanobservatories.org/</a></p>'; | ||
helpMessage += '<p> For all issues, please email <a href="mailTo:[email protected]">[email protected]</a></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:[email protected]">[email protected]</a></p>'; | ||
helpMessage += '</div>'; | ||
$('#array-content').replaceWith(helpMessage); | ||
}; | ||
|