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