Zwischenstand
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="Widget/Widget" />
|
||||
<f:section name="main">
|
||||
|
||||
<div class="widget-table-wrapper">
|
||||
<table class="widget-table">
|
||||
<f:for each="{items}" as="item">
|
||||
<tr>
|
||||
<td>
|
||||
<p>{item.title -> f:format.crop(maxCharacters: 180)}</p>
|
||||
</td>
|
||||
<td>
|
||||
{item.number}
|
||||
</td>
|
||||
</tr>
|
||||
</f:for>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</f:section>
|
||||
<f:section name="footer">
|
||||
|
||||
</f:section>
|
||||
</html>
|
Reference in New Issue
Block a user