TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:render partial="Bullets/Type-{data.bullets_type}" arguments="{_all}" />
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Header" />
|
||||
<f:section name="Main">
|
||||
|
||||
<hr class="ce-div" />
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,12 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:comment>This templates is used to provide necessary functionality for external processed content and could be used across multiple sources, for example the frontend login content element.</f:comment>
|
||||
<f:if condition="{content}">
|
||||
<f:then>{content -> f:format.raw()}</f:then>
|
||||
<f:else><f:cObject typoscriptObjectPath="tt_content.{data.CType}.20" data="{data}" table="tt_content" /></f:else>
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,3 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Header" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:format.raw>{data.bodytext}</f:format.raw>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,10 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<div class="ce-image ce-{gallery.position.horizontal} ce-{gallery.position.vertical}">
|
||||
<f:render partial="Media/Gallery" arguments="{_all}" />
|
||||
</div>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,21 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:if condition="{menu}">
|
||||
<ul>
|
||||
<f:for each="{menu}" as="page">
|
||||
<li>
|
||||
<a href="{page.link}"{f:if(condition: page.target, then: ' target="{page.target}"')}{f:if(condition: page.current, then: ' aria-current="page"')} title="{page.title}">
|
||||
<span>{page.title}</span>
|
||||
</a>
|
||||
<f:if condition="{page.data.abstract}">
|
||||
<f:format.html>{page.data.abstract}</f:format.html>
|
||||
</f:if>
|
||||
</li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,18 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:if condition="{content}">
|
||||
<ul>
|
||||
<f:for each="{content}" as="element">
|
||||
<li>
|
||||
<f:link.page pageUid="{element.data.pid}" section="{element.data.uid}" title="{element.data.header}">
|
||||
<span>{element.data.header}</span>
|
||||
</f:link.page>
|
||||
</li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,18 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:if condition="{menu}">
|
||||
<ul>
|
||||
<f:for each="{menu}" as="page">
|
||||
<li>
|
||||
<a href="{page.link}"{f:if(condition: page.target, then: ' target="{page.target}"')}{f:if(condition: page.current, then: ' aria-current="page"')} title="{page.title}">
|
||||
<span>{page.title}</span>
|
||||
</a>
|
||||
</li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,17 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
<f:if condition="{menu}">
|
||||
<ul>
|
||||
<f:for each="{menu}" as="page">
|
||||
<li>
|
||||
<a href="{page.link}"{f:if(condition: page.target, then: ' target="{page.target}"')}{f:if(condition: page.current, then: ' aria-current="page"')} title="{page.title}">
|
||||
<span>{page.title}</span>
|
||||
</a>
|
||||
</li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,18 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:if condition="{menu}">
|
||||
<ul>
|
||||
<f:for each="{menu}" as="page">
|
||||
<li>
|
||||
<a href="{page.link}"{f:if(condition: page.target, then: ' target="{page.target}"')}{f:if(condition: page.current, then: ' aria-current="page"')} title="{page.title}">
|
||||
<span>{page.title}</span>
|
||||
</a>
|
||||
</li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,18 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:if condition="{menu}">
|
||||
<ul>
|
||||
<f:for each="{menu}" as="page">
|
||||
<li>
|
||||
<a href="{page.link}"{f:if(condition: page.target, then: ' target="{page.target}"')}{f:if(condition: page.current, then: ' aria-current="page"')} title="{page.title}">
|
||||
<span>{page.title}</span>
|
||||
</a>
|
||||
</li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,31 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:if condition="{menu}">
|
||||
<ul>
|
||||
<f:for each="{menu}" as="page">
|
||||
<li>
|
||||
<a href="{page.link}"{f:if(condition: page.target, then: ' target="{page.target}"')}{f:if(condition: page.current, then: ' aria-current="page"')} title="{page.title}">
|
||||
<span>{page.title}</span>
|
||||
</a>
|
||||
<f:if condition="{page.content}">
|
||||
<ul>
|
||||
<f:for each="{page.content}" as="element">
|
||||
<f:if condition="{element.data.header}">
|
||||
<li>
|
||||
<a href="{page.link}#c{element.data.uid}"{f:if(condition: page.target, then: ' target="{page.target}"')} title="{element.data.header}">
|
||||
<span>{element.data.header}</span>
|
||||
</a>
|
||||
</li>
|
||||
</f:if>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
</li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,29 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:if condition="{menu}">
|
||||
<ul>
|
||||
<f:for each="{menu}" as="page">
|
||||
<li>
|
||||
<a href="{page.link}"{f:if(condition: page.target, then: ' target="{page.target}"')}{f:if(condition: page.current, then: ' aria-current="page"')} title="{page.title}">
|
||||
<span>{page.title}</span>
|
||||
</a>
|
||||
<f:if condition="{page.content}">
|
||||
<ul>
|
||||
<f:for each="{page.content}" as="element">
|
||||
<li>
|
||||
<a href="{page.link}#c{element.data.uid}"{f:if(condition: page.target, then: ' target="{page.target}"')} title="{element.data.header}">
|
||||
<span>{element.data.header}</span>
|
||||
</a>
|
||||
</li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
</li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,24 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:render section="Menu" arguments="{menu: menu}" />
|
||||
|
||||
</f:section>
|
||||
<f:section name="Menu">
|
||||
|
||||
<f:if condition="{menu}">
|
||||
<ul>
|
||||
<f:for each="{menu}" as="page">
|
||||
<li>
|
||||
<a href="{page.link}"{f:if(condition: page.target, then: ' target="{page.target}"')}{f:if(condition: page.current, then: ' aria-current="page"')} title="{page.title}">
|
||||
<span>{page.title}</span>
|
||||
</a>
|
||||
<f:render section="Menu" arguments="{menu: page.children}" />
|
||||
</li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,24 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:render section="Menu" arguments="{menu: menu}" />
|
||||
|
||||
</f:section>
|
||||
<f:section name="Menu">
|
||||
|
||||
<f:if condition="{menu}">
|
||||
<ul>
|
||||
<f:for each="{menu}" as="page">
|
||||
<li>
|
||||
<a href="{page.link}"{f:if(condition: page.target, then: ' target="{page.target}"')}{f:if(condition: page.current, then: ' aria-current="page"')} title="{page.title}">
|
||||
<span>{page.title}</span>
|
||||
</a>
|
||||
<f:render section="Menu" arguments="{menu: page.children}" />
|
||||
</li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,18 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:if condition="{menu}">
|
||||
<ul>
|
||||
<f:for each="{menu}" as="page">
|
||||
<li>
|
||||
<a href="{page.link}"{f:if(condition: page.target, then: ' target="{page.target}"')}{f:if(condition: page.current, then: ' aria-current="page"')} title="{page.title}">
|
||||
<span>{page.title}</span>
|
||||
</a>
|
||||
</li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Header" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:format.raw>{shortcuts}</f:format.raw>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,62 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:if condition="{table}">
|
||||
<table class="ce-table{f:if(condition: data.table_class, then: ' ce-table-{data.table_class}')}">
|
||||
<f:variable name="table_caption">{record -> f:render.text(field:'table_caption')}</f:variable>
|
||||
<f:if condition="{table_caption}">
|
||||
<caption>{table_caption}</caption>
|
||||
</f:if>
|
||||
<f:for each="{table}" as="row" iteration="rowIterator">
|
||||
<f:if condition="{rowIterator.isFirst}">
|
||||
<f:then>
|
||||
<f:if condition="{data.table_header_position} == 1">
|
||||
<f:then>
|
||||
<thead>
|
||||
</f:then>
|
||||
<f:else>
|
||||
<tbody>
|
||||
</f:else>
|
||||
</f:if>
|
||||
</f:then>
|
||||
<f:else>
|
||||
<f:if condition="{rowIterator.isLast}">
|
||||
<f:if condition="{data.table_tfoot}">
|
||||
</tbody>
|
||||
<tfoot>
|
||||
</f:if>
|
||||
</f:if>
|
||||
</f:else>
|
||||
</f:if>
|
||||
<tr>
|
||||
<f:for each="{row}" as="cell" iteration="columnIterator">
|
||||
<f:render partial="Table/Columns" arguments="{_all}" />
|
||||
</f:for>
|
||||
</tr>
|
||||
<f:if condition="{rowIterator.isFirst}">
|
||||
<f:then>
|
||||
<f:if condition="{data.table_header_position} == 1">
|
||||
</thead>
|
||||
<tbody>
|
||||
</f:if>
|
||||
</f:then>
|
||||
<f:else>
|
||||
<f:if condition="{rowIterator.isLast}">
|
||||
<f:if condition="{data.table_tfoot}">
|
||||
<f:then>
|
||||
</tfoot>
|
||||
</f:then>
|
||||
<f:else>
|
||||
</tbody>
|
||||
</f:else>
|
||||
</f:if>
|
||||
</f:if>
|
||||
</f:else>
|
||||
</f:if>
|
||||
</f:for>
|
||||
</table>
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
{record -> f:render.text(field: 'bodytext')}
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,45 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Header">
|
||||
|
||||
<f:if condition="{gallery.position.noWrap} != 1">
|
||||
<f:render partial="Header/All" arguments="{_all}" />
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
<f:section name="Main">
|
||||
|
||||
<div class="ce-textpic ce-{gallery.position.horizontal} ce-{gallery.position.vertical}{f:if(condition: gallery.position.noWrap, then: ' ce-nowrap')}">
|
||||
<f:if condition="{gallery.position.vertical} != 'below'">
|
||||
<f:render partial="Media/Gallery" arguments="{_all}" />
|
||||
</f:if>
|
||||
|
||||
<f:variable name="bodytext">{record -> f:render.text(field: 'bodytext')}</f:variable>
|
||||
<f:if condition="{bodytext}">
|
||||
<f:then>
|
||||
<div class="ce-bodytext">
|
||||
<f:if condition="{gallery.position.noWrap}">
|
||||
<f:render partial="Header/All" arguments="{_all}" />
|
||||
</f:if>
|
||||
{bodytext}
|
||||
</div>
|
||||
</f:then>
|
||||
<f:else>
|
||||
<f:if condition="{gallery.position.noWrap}">
|
||||
<f:variable name="header">{record -> f:render.text(field: 'header')}</f:variable>
|
||||
<f:if condition="{header}">
|
||||
<div class="ce-bodytext">
|
||||
<f:render partial="Header/All" arguments="{_all}" />
|
||||
</div>
|
||||
</f:if>
|
||||
</f:if>
|
||||
</f:else>
|
||||
</f:if>
|
||||
|
||||
<f:if condition="{gallery.position.vertical} == 'below'">
|
||||
<f:render partial="Media/Gallery" arguments="{_all}" />
|
||||
</f:if>
|
||||
</div>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,45 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Header">
|
||||
|
||||
<f:if condition="{gallery.position.noWrap} != 1">
|
||||
<f:render partial="Header/All" arguments="{_all}" />
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
<f:section name="Main">
|
||||
|
||||
<div class="ce-textpic ce-{gallery.position.horizontal} ce-{gallery.position.vertical}{f:if(condition: gallery.position.noWrap, then: ' ce-nowrap')}">
|
||||
<f:if condition="{gallery.position.vertical} != 'below'">
|
||||
<f:render partial="Media/Gallery" arguments="{_all}" />
|
||||
</f:if>
|
||||
|
||||
<f:variable name="bodytext">{record -> f:render.text(field: 'bodytext')}</f:variable>
|
||||
<f:if condition="{bodytext}">
|
||||
<f:then>
|
||||
<div class="ce-bodytext">
|
||||
<f:if condition="{gallery.position.noWrap}">
|
||||
<f:render partial="Header/All" arguments="{_all}" />
|
||||
</f:if>
|
||||
{bodytext}
|
||||
</div>
|
||||
</f:then>
|
||||
<f:else>
|
||||
<f:if condition="{gallery.position.noWrap}">
|
||||
<f:variable name="header">{record -> f:render.text(field: 'header')}</f:variable>
|
||||
<f:if condition="{header}">
|
||||
<div class="ce-bodytext">
|
||||
<f:render partial="Header/All" arguments="{_all}" />
|
||||
</div>
|
||||
</f:if>
|
||||
</f:if>
|
||||
</f:else>
|
||||
</f:if>
|
||||
|
||||
<f:if condition="{gallery.position.vertical} == 'below'">
|
||||
<f:render partial="Media/Gallery" arguments="{_all}" />
|
||||
</f:if>
|
||||
</div>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
@@ -0,0 +1,45 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Default" />
|
||||
<f:section name="Main">
|
||||
|
||||
<f:if condition="{files}">
|
||||
<ul class="ce-uploads">
|
||||
<f:for each="{files}" as="file" iteration="fileIterator">
|
||||
<li>
|
||||
<f:if condition="{data.uploads_type} == 1">
|
||||
<img src="{f:uri.resource(path: 'EXT:frontend/Resources/Public/Icons/FileIcons/{file.extension}.gif')}" alt="">
|
||||
</f:if>
|
||||
<f:if condition="{data.uploads_type} == 2">
|
||||
<f:if condition="{file.type} > 1">
|
||||
<f:if condition="{f:uri.image(src: 'file:{f:if(condition: file.originalFile, then: \'file:{file.originalFile.uid}\', else: \'file:{file.uid}\')}')} != '/'">
|
||||
<f:then>
|
||||
<a href="{file.publicUrl}" {f:if(condition:data.target,then: ' target="{data.target}"')}{f:if(condition: file.title, then: ' title="{file.title}"')}>
|
||||
<f:media file="{file}" width="150" alt="{file.properties.alternative}" />
|
||||
</a>
|
||||
</f:then>
|
||||
<f:else>
|
||||
<img src="{f:uri.resource(path: 'EXT:frontend/Resources/Public/Icons/FileIcons/{file.extension}.gif')}" alt="">
|
||||
</f:else>
|
||||
</f:if>
|
||||
</f:if>
|
||||
</f:if>
|
||||
<div>
|
||||
<a href="{file.publicUrl}" {f:if(condition:data.target,then: ' target="{data.target}"')}{f:if(condition: file.title, then: ' title="{file.title}"')}>
|
||||
<span class="ce-uploads-fileName">{f:if(condition: file.properties.title, then: file.properties.title, else: file.name) -> f:format.htmlspecialchars()}</span>
|
||||
</a>
|
||||
<f:if condition="{file.properties.description}">
|
||||
<f:if condition="{data.uploads_description}">
|
||||
<span class="ce-uploads-description">{file.properties.description}</span>
|
||||
</f:if>
|
||||
</f:if>
|
||||
<f:if condition="{data.filelink_size}">
|
||||
<span class="ce-uploads-filesize"><f:format.bytes value="{file.properties.size}" /></span>
|
||||
</f:if>
|
||||
</div>
|
||||
</li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</f:if>
|
||||
|
||||
</f:section>
|
||||
</html>
|
||||
Reference in New Issue
Block a user