From 1f84cade21930cd9009fc31555b19ed042872238 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 8 Oct 2020 14:22:43 +0200 Subject: [PATCH] =?UTF-8?q?:art:=20Am=C3=A9liore=20la=20pr=C3=A9sentation?= =?UTF-8?q?=20de=20l'int=C3=A9gration=20iframe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remplace vie privée par donnée personelle - Ajoute petit texte + lien mon-entreprise.fr - Enlève taille minimale --- mon-entreprise/source/locales/ui-en.yaml | 1 + .../rules/entreprise-établissement.yaml | 2 +- .../source/rules/profession-libérale.yaml | 4 +- .../iframe-integration-script.js | 16 ++- .../layout/Footer/Footer.tsx | 115 +++++++++--------- .../layout/Footer/Privacy.tsx | 14 +-- .../pages/Iframes/IframeFooter.tsx | 4 +- 7 files changed, 80 insertions(+), 76 deletions(-) diff --git a/mon-entreprise/source/locales/ui-en.yaml b/mon-entreprise/source/locales/ui-en.yaml index 2dbd0411f..5279ca51a 100644 --- a/mon-entreprise/source/locales/ui-en.yaml +++ b/mon-entreprise/source/locales/ui-en.yaml @@ -67,6 +67,7 @@ Exonérations: Exemptions Explorez notre documentation: Explore our documentation Faire une simulation: Launch a simulation Fiche de paie: Payslip +Gestion des données personnelles: Management of personal data Guide du statut juridique: Legal status guide Gérant majoritaire: Chairman Gérant minoritaire: Managing director diff --git a/mon-entreprise/source/rules/entreprise-établissement.yaml b/mon-entreprise/source/rules/entreprise-établissement.yaml index adb744782..20d84c2ee 100644 --- a/mon-entreprise/source/rules/entreprise-établissement.yaml +++ b/mon-entreprise/source/rules/entreprise-établissement.yaml @@ -53,7 +53,7 @@ entreprise . durée d'activité . en début d'année: entreprise . chiffre d'affaires: question: Quel est votre chiffre d'affaires envisagé ? - résumé: Le montant total des transactions (hors taxe) + résumé: Le montant total des recettes brutes (hors taxe) unité: €/an formule: dirigeant . rémunération totale + charges diff --git a/mon-entreprise/source/rules/profession-libérale.yaml b/mon-entreprise/source/rules/profession-libérale.yaml index aaa1b5d2e..08f1c9ecf 100644 --- a/mon-entreprise/source/rules/profession-libérale.yaml +++ b/mon-entreprise/source/rules/profession-libérale.yaml @@ -589,7 +589,7 @@ dirigeant . indépendant . PL . PAMC . IJSS: rend non applicable: indépendant . IJSS titre: indemnités journalières de sécurité sociale description: >- - Les indemnités journalières de Sécurité sociale (IJSS) sont versée dans le cas de congé maternité/paternité/adoption/ + Les indemnités journalières de Sécurité sociale (IJSS) sont versées dans le cas de congé maternité/paternité/adoption. Les indemnités complémentaires aux indemnités journalières de la Sécurité sociale versées dans le cadre d’un contrat de prévoyance ne constituent pas @@ -672,7 +672,7 @@ dirigeant . indépendant . PL . CARMF: La CARMF est la caisse de retraite autonome des médecins de France. applicable si: métier = 'santé . médecin' références: - Site CARMF: https://www.carmf.fr + Site CARMF: http://www.carmf.fr note: | L’affiliation est obligatoire pour les médecins titulaires du diplôme de docteur en médecine, inscrits au conseil de l’Ordre et exerçant une activité diff --git a/mon-entreprise/source/sites/mon-entreprise.fr/iframe-integration-script.js b/mon-entreprise/source/sites/mon-entreprise.fr/iframe-integration-script.js index 7c1ba732f..8f3fcdd8a 100644 --- a/mon-entreprise/source/sites/mon-entreprise.fr/iframe-integration-script.js +++ b/mon-entreprise/source/sites/mon-entreprise.fr/iframe-integration-script.js @@ -26,8 +26,7 @@ const iframe = document.createElement('iframe') const iframeAttributes = { id: 'simulateurEmbauche', src, - style: - 'border: none; width: 100%; display: block; margin: 10px auto; min-height: 700px', + style: 'border: none; width: 100%; display: block; height: 500px', allowfullscreen: true, webkitallowfullscreen: true, mozallowfullscreen: true @@ -56,10 +55,15 @@ const simulateurLink = (fr ? process.env.FR_SITE : process.env.EN_SITE).replace( moduleToSitePath[moduleName] ?? '' ) links.innerHTML = ` -
- +
+ Ce simulateur est également disponible sur le site + + mon-entreprise.fr +
+ + un service fourni par l'Urssaf diff --git a/mon-entreprise/source/sites/mon-entreprise.fr/layout/Footer/Footer.tsx b/mon-entreprise/source/sites/mon-entreprise.fr/layout/Footer/Footer.tsx index c1daebb3f..9ba2d1939 100644 --- a/mon-entreprise/source/sites/mon-entreprise.fr/layout/Footer/Footer.tsx +++ b/mon-entreprise/source/sites/mon-entreprise.fr/layout/Footer/Footer.tsx @@ -49,68 +49,67 @@ const Footer = () => { view(lens, sitePaths))} /> -
- {i18n.language === 'en' && ( -

- This website is provided by the{' '} - Urssaf, the French social - security contributions collector. -

- )} -

- - {' • '} - - {i18n.language === 'fr' && ( - <> - {' • '} - Nouveautés - {' • '} - Stats - {' • '} - Budget - - )} - {' • '} - - Intégrer nos simulateurs - - {!!hrefLink.length && ' • '} - {hrefLink.map(({ hrefLang, href }) => ( - - {hrefLang === 'fr' ? ( - <> Passer en français {emoji('🇫🇷')} - ) : hrefLang === 'en' ? ( - <> Switch to English {emoji('🇬🇧')} - ) : ( - hrefLang - )} - - ))} + {i18n.language === 'en' && ( +

+ This website is provided by the{' '} + Urssaf, the French social + security contributions collector.

+ )} +

+ + {' • '} + + {i18n.language === 'fr' && ( + <> + {' • '} + Nouveautés + {' • '} + Stats + {' • '} + Budget + + )} + {' • '} + + Intégrer nos simulateurs + -

- - + {!!hrefLink.length && ' • '} + {hrefLink.map(({ hrefLang, href }) => ( + + {hrefLang === 'fr' ? ( + <> Passer en français {emoji('🇫🇷')} + ) : hrefLang === 'en' ? ( + <> Switch to English {emoji('🇬🇧')} + ) : ( + hrefLang + )} - - - - - - - - - - - - -
+ ))} +

+ +
+ + + + + + + + + + + + + + +
diff --git a/mon-entreprise/source/sites/mon-entreprise.fr/layout/Footer/Privacy.tsx b/mon-entreprise/source/sites/mon-entreprise.fr/layout/Footer/Privacy.tsx index f48714383..f4c49469b 100644 --- a/mon-entreprise/source/sites/mon-entreprise.fr/layout/Footer/Privacy.tsx +++ b/mon-entreprise/source/sites/mon-entreprise.fr/layout/Footer/Privacy.tsx @@ -15,7 +15,7 @@ export default function Privacy({ label }: { label?: string }) { return ( <> {opened && ( @@ -31,7 +31,7 @@ function PrivacyContent() { return ( <> -

Vie privée

+

Données personnelles

Nous recueillons des statistiques anonymes sur l'utilisation du site, que nous utilisons dans le seul but d'améliorer le service, @@ -48,11 +48,11 @@ function PrivacyContent() {