mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 08:56:11 +01:00
16 lines
No EOL
672 B
HTML
16 lines
No EOL
672 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
|
<f:layout name="Default" />
|
|
<f:section name="content">
|
|
<f:switch expression="{settings.template}">
|
|
<f:case value="table">
|
|
<f:render partial="Date/ListTable" arguments="{dates:dates}" />
|
|
</f:case>
|
|
<f:case value="grid">
|
|
<f:render partial="Date/ListDefault" arguments="{dates:dates}" />
|
|
</f:case>
|
|
<f:defaultCase>
|
|
<f:render partial="Date/ListDefault" arguments="{dates:dates}" />
|
|
</f:defaultCase>
|
|
</f:switch>
|
|
</f:section>
|
|
</html> |