Your IP : 216.73.216.43


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-form/Resources/Private/Frontend/Partials/
Upload File :
Current File : //var/www/surf/TYPO3/vendor/typo3/cms-form/Resources/Private/Frontend/Partials/ContentElement.html

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:formvh="http://typo3.org/ns/TYPO3/CMS/Form/ViewHelpers" data-namespace-typo3-fluid="true">
<formvh:renderRenderable renderable="{element}">
    <f:if condition="{element.rootForm.renderingOptions.previewMode}">
        <f:then>
            <div class="clearfix">
                <f:if condition="{element.properties.contentElementUid}">
                    <f:then>
                        <formvh:be.renderContentElementPreview contentElementUid="{element.properties.contentElementUid}" />
                    </f:then>
                    <f:else>
                        <f:translate key="LLL:EXT:form/Resources/Private/Language/Database.xlf:formEditor.elements.ContentElement.selectContentElement" />
                    </f:else>
                </f:if>
            </div>
        </f:then>
        <f:else>
            <f:if condition="{element.properties.contentElementUid}">
                <div class="clearfix{f:if(condition: element.properties.elementClassAttribute, then: ' {element.properties.elementClassAttribute}')}">
                    <f:cObject typoscriptObjectPath="lib.tx_form.contentElementRendering">{element.properties.contentElementUid}</f:cObject>
                </div>
            </f:if>
        </f:else>
    </f:if>
</formvh:renderRenderable>
</html>