Structures.html 984 B

12345678910111213141516171819202122232425
  1. {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  2. {namespace ot=Opentalent\OtTemplating\ViewHelpers}
  3. <f:comment><!-- Special layout for the Members page --></f:comment>
  4. <f:layout name="Structures" />
  5. <section class="t-container st-effect-3">
  6. <div class="wrapper">
  7. <f:comment><!-- Render the header defined in partial/header.html--></f:comment>
  8. <f:render partial="Modern/Header" arguments="{_all}" />
  9. <section class="page-section-ptb">
  10. <div class="ot-structures">
  11. <iframe src="https://frames.opentalent.fr/structures?parent={settings.organizationId}&theme={ot:template.getPreference(key: 'themeColor')}"
  12. style="border: none !important; max-width: 100% !important; height: 2600px !important; width: 100% !important;"/>
  13. </div>
  14. </div>
  15. <f:comment><!-- Render the footer defined in partial/footer.html--></f:comment>
  16. <f:render partial="Modern/Footer" />
  17. </div>
  18. </section>