Project

General

Profile

Bug #88021 » List.html

Danilo Caccialanza, 2020-06-05 09:41

 
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
xmlns:t="http://typo3.org/ns/TICH/Theme/ViewHelpers"
data-namespace-typo3-fluid="true">

<f:layout name="Default" />

<f:section name="main">

<div class="user-primopiano-pi1">
<ul>
<f:for each="{PP}" as="item">
<li class="no-list">

<f:link.typolink parameter="{item.link}" class="clearfix" >
<img src="<t:uri.image currentImage='{item.immagine}' currentContentUid='{item.uid}' table='tx_tichprimopianostatico_domain_model_primopianostatico' fieldName='immagine' />" />
<div>
<h4>{item.titolo}</h4>
<p>{item.contenuto}</p>
</div>
</f:link.typolink>
</li>
</f:for>
</ul>
</div>


</f:section>
</html>
(2-2/2)