Zwischenstand
This commit is contained in:
@@ -6,13 +6,15 @@
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<trans-unit id="widget_group.ratings">
|
||||
<source>Ratings</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widgets.bookmarks_likes_ratings.topLikes.title">
|
||||
<source>Top likes</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widgets.bookmarks_likes_ratings.topBookmarks.title">
|
||||
<source>Top bookmarks</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
@@ -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