11 lines
325 B
HTML
11 lines
325 B
HTML
<html
|
|
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
|
data-namespace-typo3-fluid="true"
|
|
>
|
|
|
|
<h5>{f:translate(key: 'LLL:EXT:core/Resources/Private/Language/locallang_misc.xlf:2_selectPosition') -> f:format.htmlspecialchars()}</h5>
|
|
<div class="page-position-map">
|
|
{posMap -> f:format.raw()}
|
|
</div>
|
|
</html>
|