meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit 085e8ecc4833efecce3b888b3657d14f86cbdb6b
parent 8e22c34e4f3add2ec37820092faa65ecbe43aa14
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  8 Oct 2018 11:37:52 +0200

Change how the LABEX solstice web page is linked

Diffstat:
Mmeso-menu.sh | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/meso-menu.sh b/meso-menu.sh @@ -104,13 +104,15 @@ print_solstice_sub_menu() { echo " <li><a href=https://gitlab.com/meso-star/solstice>Source code repository</a></li>" echo ' </ul>' echo ' <div id="info">' - echo ' <p>Solstice is developped by <a' + echo ' <p>Solstice is developed by <a' echo ' href="https://www.meso-star.com">|Méso|Star&gt;</a> in collaboration with' - echo ' the <a href="https://www.labex-solstice.fr/solstice-software">Laboratory ' - echo ' of Excellence Solstice</a> and the <a' + echo ' the <a href="https://www.labex-solstice.fr">LABoratory of' + echo ' EXcellence Solstice</a> (LABEX) and the <a' echo ' href="http://www.promes.cnrs.fr/index.php?page=home-en">PROMES</a>' echo ' laboratory of the National Center for Scientific Research. It is copyright' echo ' &#169; 2016-2018 <a href="http://www.cnrs.fr/index.php">CNRS</a>.</p>' + echo ' <p>Visit the <a href="https://www.labex-solstice.fr/solstice-software">' + echo ' LABEX Solstice web page</a> for complementary informations and examples.</p>' echo ' </div>' echo ' </div>' }