diff --git a/resources/static/about.html b/resources/static/about.html index e14ba6952435d3c6f0bd109b5d407a96288fdc8e..fae31868af453430ed2d0f6016da141f498b195c 100644 --- a/resources/static/about.html +++ b/resources/static/about.html @@ -64,7 +64,8 @@ <div class="doi-template"> <h3>Objectives</h3> <p> - The OSUG DOI service is hosted by the OSUG data center (OSUG DC) to provide DOI - Digital Object Identifiers - to datasets and services offered by the member laboratories. See the <a href="http://www.osug.fr">OSUG</a> website for more information. + The OSUG DOI service is hosted by the OSUG data center (OSUG DC) to provide DOI - Digital Object Identifiers - to datasets and services offered by the member laboratories. + See the <a href="http://www.osug.fr">OSUG</a> website for more information. </p> <h3>Editor</h3> @@ -110,7 +111,7 @@ <footer class="footer"> <div class="container"> - <p class="text-muted">(c) 2017 - <a href="./index.html">OSUG DOI</a></p> + <p class="text-muted">(c) 2019 - <a href="./index.html">OSUG DOI</a></p> </div> </footer> diff --git a/resources/static/bootstrap-template.html b/resources/static/bootstrap-template.html index 114f9015f6e60bd7f3d8ce0ed88e86cd68729c42..4a0e6ed55184214a3dc5e08ce693614c212e6b2f 100644 --- a/resources/static/bootstrap-template.html +++ b/resources/static/bootstrap-template.html @@ -67,7 +67,7 @@ <footer class="footer"> <div class="container"> - <p class="text-muted">(c) 2017 - <a href="./index.html">OSUG DOI</a></p> + <p class="text-muted">(c) 2019 - <a href="./index.html">OSUG DOI</a></p> </div> </footer> diff --git a/resources/static/index.html b/resources/static/index.html index 5d852bddcf9744a4e7288e14ab54115c5cad4b2c..90ef4d52a00de9bd0f063ddaefb5f47ade7cf202 100644 --- a/resources/static/index.html +++ b/resources/static/index.html @@ -83,7 +83,7 @@ <footer class="footer"> <div class="container"> - <p class="text-muted">(c) 2017 - <a href="./index.html">OSUG DOI</a></p> + <p class="text-muted">(c) 2019 - <a href="./index.html">OSUG DOI</a></p> </div> </footer> diff --git a/resources/xsl/bootstrap_style.xsl b/resources/xsl/bootstrap_style.xsl index ca830770263144970732120b67408cfacb95bb40..bc359c3b9e798c29908079cd3a207606e4dcb560 100644 --- a/resources/xsl/bootstrap_style.xsl +++ b/resources/xsl/bootstrap_style.xsl @@ -104,7 +104,7 @@ <xsl:if test="$embedded = ''"> <footer class="footer"> <div class="container"> - <p class="text-muted">(c) 2017 - <a href="{$www_root}index.html">OSUG DOI</a></p> + <p class="text-muted">(c) 2019 - <a href="{$www_root}index.html">OSUG DOI</a></p> </div> </footer> </xsl:if>