39 lines
1.2 KiB
HTML
Executable File
39 lines
1.2 KiB
HTML
Executable File
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
|
|
|
<f:asset.css identifier="vitec-backend-preview" href="EXT:vitec/Resources/Public/Css/backend-preview.css"/>
|
|
|
|
<div class="vitec-preview">
|
|
|
|
<div class="vitec-preview__thumb-placeholder">⬇⬇</div>
|
|
|
|
<div class="vitec-preview__body">
|
|
<div class="vitec-preview__label">VITEC · Download Card Collection</div>
|
|
|
|
<h3 class="vitec-preview__headline">
|
|
<f:if condition="{data.header}">
|
|
<f:then>{data.header}</f:then>
|
|
<f:else>
|
|
<em style="color:#888;">Download Card Collection (no header)</em>
|
|
</f:else>
|
|
</f:if>
|
|
</h3>
|
|
|
|
<div class="vitec-preview__body-text">
|
|
<small>
|
|
Multi-download selection with optional header image.
|
|
Configured via FlexForm.
|
|
</small>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="vitec-preview__settings">
|
|
<span class="vitec-badge">⬇⬇ Multi-Download</span>
|
|
<f:if condition="{data.pi_flexform}">
|
|
<span class="vitec-badge">⚙ FlexForm configured</span>
|
|
</f:if>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</html>
|