This is an automated email from the git hooks/post-receive script. New commit to branch feature/41_mentions_legales in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 3527c5625ca2aeaa8773f1f7c7fcef1dfc0b8608 Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Tue Sep 26 16:12:17 2017 +0200 Supprime le tag concernant les mentions légales. Celles-ci ont été extraites dans une projet séparé et déployé en tant que gitlab pages. fixes #41 --- .../src/main/web/tag/LegalNotices.tag.html | 102 --------------------- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 7 -- .../src/main/web/tag/PollenFooter.tag.html | 2 +- 3 files changed, 1 insertion(+), 110 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/LegalNotices.tag.html b/pollen-ui-riot-js/src/main/web/tag/LegalNotices.tag.html deleted file mode 100644 index 8281b5d0..00000000 --- a/pollen-ui-riot-js/src/main/web/tag/LegalNotices.tag.html +++ /dev/null @@ -1,102 +0,0 @@ -<!-- - #%L - Pollen :: UI RiotJs - %% - Copyright (C) 2009 - 2017 CodeLutin - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L% - --> -<LegalNotices> - - <div class="container" > - - <h1>{__.title}</h1> - - <div class="main-content"> - <h2 class="c-heading">Généralités</h2> - <div class="columns"> - <div class="col"> - <h3 class="c-heading">Propriété et responsabilité éditoriale</h3> - <p>Le présent site est la propriété de la société Code Lutin</p> - <p class="emphased-content"> - Code Lutin<br> - 12 Avenue Jules Verne<br> - 44230 Saint-Sébastien-sur-Loire - </p> - <h3 class="c-heading">Responsable technique</h3> - <p class="emphased-content">Le présent site est maintenu par la société Code Lutin.</p> - </div> - <div class="col"> - <h3 class="c-heading">Hébergement du site</h3> - <p>L'hébergement du présent site est assuré par OVH.</p> - <p class="emphased-content"> - OVH<br> - 140, quai du Sartel<br>59100 Roubaix<br> - France<br> - Site web : <a href="https://www.ovh.com">www.ovh.com</a> - </p> - </div> - </div> - - <h2 class="c-heading">Données personnelles</h2> - - <h3 class="c-heading">Données nominatives</h3> - <p>Conformément à l’article 34 de la loi n°78-17 du 6 janvier 1978 relative à l’informatique, aux fichiers et aux libertés, l’utilisateur dispose d’un droit d’accès, de modification, de rectification et de suppression des données qui le concernent. Pour l’exercer, l’utilisateur peut nous contacter.</p> - - <h3 class="c-heading">Cookies</h3> - <p>L’utilisateur est informé que lors de ses visites sur le site, un cookie peut s’installer automatiquement sur son logiciel de navigation. Un cookie est un élément qui ne permet pas d’identifier l’utilisateur mais sert à enregistrer des informations relatives à la navigation de celui-ci sur le site Internet (analyser le trafic du site par exemple). L’utilisateur pourra désactiver ce cookie par l’intermédiaire des paramètres figurant au sein de son logiciel de navigation.</p> - <iframe class="piwik-privacy" - if={session.configuration.piwikUrl} - src="{session.configuration.piwikUrl}index.php?module=CoreAdminHome&action=optOut&language={session.locale}"></iframe> - - <h3 class="c-heading">Liens hypertextes</h3> - <p>Le présent site peut contenir des liens hypertextes vers des sites tiers, partenaires ou non. Ces sites ne sont pas sous le contrôle de la société Code Lutin qui décline toute responsabilité quant au contenu de ces sites, des mises-à-jour qui pourraient leur être apportées ou de toute communication à votre encontre émise par lesdits sites. L’insertion de tels liens dans le site n’implique en aucun cas quelque approbation de leur contenu par la société Code Lutin.</p> - - <h2 class="c-heading">Propriété Intellectuelle</h2> - <p>Les contenus sont publiés sous la responsabilité des utilisateurs.</p> - </div> - - </div> - - <script type="es6"> - this.session = require("../js/Session"); - this.installBundle(this.session, "legalNotices"); - </script> - <style> - .content-title { - margin: 1.5em 0 1em; - } - .content-subtitle { - margin: 1em 0; - } - .emphased-content { - font-weight: bold; - margin: 1em 0; - } - .columns { - display: flex; - } - .col { - width: 33%; - margin-right: 20px; - } - .piwik-privacy { - border: 0; - height: 200px; - width: 100%; - } - - </style> -</LegalNotices> diff --git a/pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html b/pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html index 53c6f07b..b398e60c 100644 --- a/pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html @@ -69,13 +69,6 @@ require("./popup/GtuChangeModal.tag.html"); </Authorization> </route> - <route path="legalNotices"> - <Authorization> - <PageChanged page="privacy"/> - <legalNotices/> - </Authorization> - </route> - <route path=""> <FilterLoginProvider/> <Authorization connected-if-required="true"> diff --git a/pollen-ui-riot-js/src/main/web/tag/PollenFooter.tag.html b/pollen-ui-riot-js/src/main/web/tag/PollenFooter.tag.html index c8c1d348..abf2a8f6 100644 --- a/pollen-ui-riot-js/src/main/web/tag/PollenFooter.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/PollenFooter.tag.html @@ -29,7 +29,7 @@ <a href="http://www.gnu.org/licenses/agpl.html">{__.license}</a> <a if={session.isGtu} href="{session.configuration.endPoint}/v1/gtu" target="_blank">{__.gtu}</a> <a href="http://www.codelutin.com/" target="_blank">Code Lutin</a> - <a href="#legalNotices">{__.legalNotices}</a> + <a href="http://codelutin.page.nuiton.org/pollen-sass/legalNotices-{session.locale}.html" target="_blank">{__.legalNotices}</a> </div> <script type="es6"> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.