| 12345678910111213141516171819202122 |
- {namespace v=FluidTYPO3\Vhs\ViewHelpers}
- {namespace ot=Opentalent\OtTemplating\ViewHelpers}
- <f:comment><!-- Special layout for the Members page --></f:comment>
- <f:layout name="Structures" />
- <f:comment><!-- Render the header defined in partial/header.html--></f:comment>
- <f:render partial="Classic/Header" arguments="{_all}" />
- <div class="main">
- <f:comment><!-- Central column --></f:comment>
- <div class="content">
- <iframe title="structures"
- width="100%"
- height="2600px"
- 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="Classic/Footer" />
|