Structures.html 938 B

12345678910111213141516171819202122
  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. <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. <iframe title="structures"
  11. width="100%"
  12. height="2600px"
  13. src="https://frames.opentalent.fr/structures?parent={settings.organizationId}&theme={ot:template.getPreference(key: 'themeColor')}"
  14. style="border: none !important; max-width: 100% !important; height: 2600px !important; width: 100% !important;"/>
  15. </div>
  16. </div>
  17. <f:comment><!-- Render the footer defined in partial/footer.html--></f:comment>
  18. <f:render partial="Classic/Footer" />