Your IP : 216.73.216.43


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-impexp/Resources/Private/Partials/Import/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/typo3/cms-impexp/Resources/Private/Partials/Import/MetaData.html

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

<div class="form-section">

    <h3 class="form-section-headline">
        <f:translate key="LLL:EXT:impexp/Resources/Private/Language/locallang.xlf:importdata_metaData" />
    </h3>
    <div class="table-fit table-fit-wrap mb-2">
        <table class="table table-striped table-hover">
            <tbody>
                <tr>
                    <th class="col-nowrap">
                        <f:translate key="LLL:EXT:impexp/Resources/Private/Language/locallang.xlf:importdata_title" />
                    </th>
                    <td>
                        <f:format.nl2br>{import.metaData.title}</f:format.nl2br>
                    </td>
                </tr>
                <tr>
                    <th class="col-nowrap">
                        <f:translate key="LLL:EXT:impexp/Resources/Private/Language/locallang.xlf:importdata_description" />
                    </th>
                    <td>
                        <f:format.nl2br>{import.metaData.description}</f:format.nl2br>
                    </td>
                </tr>
                <tr>
                    <th class="col-nowrap">
                        <f:translate key="LLL:EXT:impexp/Resources/Private/Language/locallang.xlf:importdata_notes" />
                    </th>
                    <td>
                        <f:format.nl2br>{import.metaData.notes}</f:format.nl2br>
                    </td>
                </tr>
                <tr>
                    <th class="col-nowrap">
                        <f:translate key="LLL:EXT:impexp/Resources/Private/Language/locallang.xlf:importdata_packager" />
                    </th>
                    <td>
                        <f:format.nl2br>{import.metaData.packager_name} ({import.metaData.packager_username})</f:format.nl2br>
                        <br>
                        <f:translate key="LLL:EXT:impexp/Resources/Private/Language/locallang.xlf:importdata_email" />
                        {import.metaData.packager_email}
                    </td>
                </tr>
            </tbody>
        </table>
    </div>

</div>

</html>