Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
Fix footer and update Related Tools verbiage
Browse files Browse the repository at this point in the history
issue-572: update Related Tools verbiage (#572), Fix footer to display branding as needed (#620)
  • Loading branch information
serjoshua authored and Josh Lagrimas committed Jul 29, 2022
1 parent c920a6d commit da077b0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ols-loader/src/test/resources/tmp
ols-solr/src/main/resources/solr-conf/ontology/data
ols-mongo/src/main/resources/mongodb
ols-web/src/main/resources/static/documents/*
ols-web/src/main/resources/application.properties
properties
.classpath
.settings
Expand Down
2 changes: 1 addition & 1 deletion ols-web/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ logging.config=classpath:logback-spring.xml
#ols.customisation.errorMessage=Something went wrong!
#ols.customisation.ontologyAlias=Data Dictionary
#ols.customisation.ontologyAliasPlural=Data Dictionaries

ols.customisation.ebiInfo=false
2 changes: 1 addition & 1 deletion ols-web/src/main/resources/templates/fragments/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>

<div class="row">
<div class="ols-logo">
<div th:if="${ebiInfo} == false" class="ols-logo">
<a th:href="@{${web}}"
th:title="'Go to ' + ${org} + ' homepage'">
<img th:src="@{${logo}}" style=""/>
Expand Down
9 changes: 4 additions & 5 deletions ols-web/src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,10 @@ <h4>
<a href="https://www.ebi.ac.uk/spot/ontology/">Related Tools</a>
</h4>
<p class="about">
In addition to OLS the SPOT team also provides the OxO, Zooma and Webulous services.
<a href="//www.ebi.ac.uk/spot/oxo">OxO</a> provides cross-ontology mappings between terms from
different ontologies. <a href="//www.ebi.ac.uk/spot/zooma">Zooma</a> is a service to assist in
mapping data to ontologies in OLS and <a href="//www.ebi.ac.uk/spot/webulous">Webulous</a> is a
tool for building ontologies from spreadsheets.
In addition to OLS, we also provide ontology tools and services such as
<a href="https://www.ebi.ac.uk/spot/oxo/">OxO</a>,
<a href="https://www.ebi.ac.uk/spot/zooma/">Zooma</a>, and
<a href="https://www.ebi.ac.uk/spot/ontostring/">OntoString</a>.
</p>
</div>
<div class="small-4 columns">
Expand Down

0 comments on commit da077b0

Please sign in to comment.