Legal.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {namespace ot=Opentalent\OtTemplating\ViewHelpers}
  2. {namespace formvh=TYPO3\CMS\Form\ViewHelpers}
  3. <f:comment><!-- Special layout for the Contact page --></f:comment>
  4. <f:layout name="Legal" />
  5. <f:comment><!-- Render the header defined in partial/header.html--></f:comment>
  6. <f:render partial="Classic/Header" arguments="{_all}" />
  7. <div class="main">
  8. <f:comment><!-- Central column --></f:comment>
  9. <div class="content">
  10. <div class="ot-legal">
  11. <h2>Mentions légales</h2>
  12. <section>
  13. <p>
  14. <f:translate key="site-published-for"/>: <strong>{settings.structureName}</strong><br>
  15. <f:translate key="by-society"/> <strong>2IOpenService</strong> <f:translate key="within-collection"/> <strong>Opentalent</strong>
  16. </p>
  17. <ot:members.getPresident as="president" organizationId="{settings.organizationId}">
  18. <f:if condition="{president}">
  19. <p>
  20. <f:translate key="director-of-publication"/>: {president.fullName}
  21. </p>
  22. </f:if>
  23. </ot:members.getPresident>
  24. </section>
  25. <h4><f:translate key="hosting-provider"/></h4>
  26. <section>
  27. <div>
  28. <div>VIA NUMERICA</div>
  29. <div>Technopole d'Archamps</div>
  30. <div>231, rue Douglas Engelbert</div>
  31. <div>74160 ARCHAMPS</div>
  32. <div>Tel : +33 (0) 458 02 01 13</div>
  33. <div><b><a href="http://www.via-numerica.net" target="_blank" class="moz-txt-link-abbreviated">www.via-numerica.net</a></b></div>
  34. </div>
  35. </section>
  36. <h4><f:translate key="copyright"/></h4>
  37. <section>
  38. <p>
  39. <f:translate key="copyright-section-1"/>
  40. </p>
  41. <p>
  42. <f:translate key="copyright-section-2"/>
  43. </p>
  44. <p>
  45. <f:translate key="copyright-section-3"/>
  46. </p>
  47. <p>
  48. <f:translate key="copyright-section-4"/>
  49. </p>
  50. <p>
  51. <f:translate key="copyright-section-5"/>
  52. </p>
  53. </section>
  54. <h4><f:translate key="in-case-of-problem"/>:</h4>
  55. <section>
  56. <div>
  57. <div>2IOpenService</div>
  58. <div><f:translate key="capitalized-llc"/> 46050,00 €</div>
  59. <div>SIRET n° 504 653 122 000 52 | <f:translate key="vat"/> n° FR62504653122</div>
  60. <div><f:translate key="offices"/> : 217, Rue Raoul Follereau - 74300 Cluses</div>
  61. <div><f:translate key="phone"/> : 09 72 12 60 17</div>
  62. </div>
  63. </section>
  64. </div>
  65. </div>
  66. </div>
  67. <f:comment><!-- Render the footer defined in partial/footer.html--></f:comment>
  68. <f:render partial="Classic/Footer" />