StructuresEvents.html 672 B

123456789101112131415161718192021
  1. {namespace flux=FluidTYPO3\Flux\ViewHelpers}
  2. {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  3. {namespace ot=Opentalent\OtTemplating\ViewHelpers}
  4. <f:comment><!-- uses the layout Events, defined in layouts/[templateName]/Events.html --></f:comment>
  5. <f:layout name="{ot:template.current()}/StructuresEvents" />
  6. <f:comment><!-- Disable caching --></f:comment>
  7. <f:cache.disable />
  8. <f:section name='Configuration'>
  9. <flux:form id="structuresEvents" label="Gabarit Evènements des structures" extensionName="Opentalent.OtTemplating">
  10. </flux:form>
  11. <!-- Backend layout grid -->
  12. <flux:grid>
  13. <flux:grid.row>
  14. </flux:grid.row>
  15. </flux:grid>
  16. </f:section>