Web -> Template backend module
This commit is contained in:
@@ -51,7 +51,8 @@
|
||||
"typo3/cms-belog": "^12.4",
|
||||
"typo3/cms-lowlevel": "^12.4",
|
||||
"typo3/cms-beuser": "^12.4",
|
||||
"typo3/cms-filemetadata": "^12.4"
|
||||
"typo3/cms-filemetadata": "^12.4",
|
||||
"typo3/cms-tstemplate": "^12.4"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
||||
60
composer.lock
generated
60
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "c393712374b2a2ad2928e914b274889d",
|
||||
"content-hash": "de37816833891675723e19a5e3aa2c84",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
@@ -7582,6 +7582,64 @@
|
||||
},
|
||||
"time": "2026-04-14T10:51:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "typo3/cms-tstemplate",
|
||||
"version": "v12.4.45",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/TYPO3-CMS/tstemplate.git",
|
||||
"reference": "db4068d9d1c5b3faabe5a18b17257fbad64dc84c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/db4068d9d1c5b3faabe5a18b17257fbad64dc84c",
|
||||
"reference": "db4068d9d1c5b3faabe5a18b17257fbad64dc84c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"typo3/cms-core": "12.4.45"
|
||||
},
|
||||
"conflict": {
|
||||
"typo3/cms": "*"
|
||||
},
|
||||
"type": "typo3-cms-framework",
|
||||
"extra": {
|
||||
"typo3/cms": {
|
||||
"Package": {
|
||||
"partOfFactoryDefault": true
|
||||
},
|
||||
"extension-key": "tstemplate"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-main": "12.4.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"TYPO3\\CMS\\Tstemplate\\": "Classes/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "TYPO3 Core Team",
|
||||
"email": "typo3cms@typo3.org",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "TYPO3 CMS TypoScript - TYPO3 backend module for the management of TypoScript records for the CMS frontend.",
|
||||
"homepage": "https://typo3.org",
|
||||
"support": {
|
||||
"chat": "https://typo3.org/help",
|
||||
"docs": "https://docs.typo3.org",
|
||||
"issues": "https://forge.typo3.org",
|
||||
"source": "https://github.com/typo3/typo3"
|
||||
},
|
||||
"time": "2026-04-14T10:51:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "typo3/cms-viewpage",
|
||||
"version": "v12.4.45",
|
||||
|
||||
@@ -1,919 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
'web' =>
|
||||
array (
|
||||
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_web.xlf',
|
||||
'iconIdentifier' => 'modulegroup-web',
|
||||
'navigationComponent' => '@typo3/backend/page-tree/page-tree-element',
|
||||
'packageName' => 'typo3/cms-core',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-core\\Classes/../',
|
||||
),
|
||||
'file' =>
|
||||
array (
|
||||
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_file.xlf',
|
||||
'iconIdentifier' => 'modulegroup-file',
|
||||
'navigationComponent' => '@typo3/backend/tree/file-storage-tree-container',
|
||||
'packageName' => 'typo3/cms-core',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-core\\Classes/../',
|
||||
),
|
||||
'site' =>
|
||||
array (
|
||||
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_site.xlf',
|
||||
'workspaces' => 'live',
|
||||
'iconIdentifier' => 'modulegroup-site',
|
||||
'packageName' => 'typo3/cms-core',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-core\\Classes/../',
|
||||
),
|
||||
'user' =>
|
||||
array (
|
||||
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_usertools.xlf',
|
||||
'iconIdentifier' => 'modulegroup-user',
|
||||
'appearance' =>
|
||||
array (
|
||||
'renderInModuleMenu' => false,
|
||||
),
|
||||
'packageName' => 'typo3/cms-core',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-core\\Classes/../',
|
||||
),
|
||||
'tools' =>
|
||||
array (
|
||||
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_admintools.xlf',
|
||||
'iconIdentifier' => 'modulegroup-tools',
|
||||
'packageName' => 'typo3/cms-core',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-core\\Classes/../',
|
||||
),
|
||||
'system' =>
|
||||
array (
|
||||
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_system.xlf',
|
||||
'iconIdentifier' => 'modulegroup-system',
|
||||
'packageName' => 'typo3/cms-core',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-core\\Classes/../',
|
||||
),
|
||||
'help' =>
|
||||
array (
|
||||
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_help.xlf',
|
||||
'iconIdentifier' => 'modulegroup-help',
|
||||
'appearance' =>
|
||||
array (
|
||||
'renderInModuleMenu' => false,
|
||||
),
|
||||
'packageName' => 'typo3/cms-core',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-core\\Classes/../',
|
||||
),
|
||||
'media_management' =>
|
||||
array (
|
||||
'parent' => 'file',
|
||||
'access' => 'user',
|
||||
'path' => '/module/file/list',
|
||||
'iconIdentifier' => 'module-filelist',
|
||||
'labels' => 'LLL:EXT:filelist/Resources/Private/Language/locallang_mod_file_list.xlf',
|
||||
'aliases' =>
|
||||
array (
|
||||
0 => 'file_FilelistList',
|
||||
),
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Filelist\\Controller\\FileListController::handleRequest',
|
||||
),
|
||||
),
|
||||
'moduleData' =>
|
||||
array (
|
||||
'displayThumbs' => true,
|
||||
'clipBoard' => true,
|
||||
'sort' => 'file',
|
||||
'reverse' => false,
|
||||
'viewMode' => 'tiles',
|
||||
),
|
||||
'packageName' => 'typo3/cms-filelist',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-filelist/',
|
||||
),
|
||||
'system_dbint' =>
|
||||
array (
|
||||
'parent' => 'system',
|
||||
'access' => 'admin',
|
||||
'workspaces' => 'live',
|
||||
'path' => '/module/system/dbint',
|
||||
'iconIdentifier' => 'module-dbint',
|
||||
'labels' =>
|
||||
array (
|
||||
'title' => 'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:module.dbint.title',
|
||||
'shortDescription' => 'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:module.dbint.shortDescription',
|
||||
'description' => 'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:module.dbint.description',
|
||||
),
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Lowlevel\\Controller\\DatabaseIntegrityController::handleRequest',
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-lowlevel',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-lowlevel/',
|
||||
),
|
||||
'system_config' =>
|
||||
array (
|
||||
'parent' => 'system',
|
||||
'access' => 'admin',
|
||||
'workspaces' => 'live',
|
||||
'path' => '/module/system/config',
|
||||
'iconIdentifier' => 'module-config',
|
||||
'labels' =>
|
||||
array (
|
||||
'title' => 'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:module.configuration.title',
|
||||
'shortDescription' => 'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:module.configuration.shortDescription',
|
||||
'description' => 'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:module.configuration.description',
|
||||
),
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Lowlevel\\Controller\\ConfigurationController::indexAction',
|
||||
),
|
||||
),
|
||||
'moduleData' =>
|
||||
array (
|
||||
'tree' => '',
|
||||
),
|
||||
'packageName' => 'typo3/cms-lowlevel',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-lowlevel/',
|
||||
),
|
||||
'web_FormFormbuilder' =>
|
||||
array (
|
||||
'parent' => 'web',
|
||||
'access' => 'user',
|
||||
'iconIdentifier' => 'module-form',
|
||||
'inheritNavigationComponentFromMainModule' => false,
|
||||
'labels' => 'LLL:EXT:form/Resources/Private/Language/locallang_module.xlf',
|
||||
'extensionName' => 'Form',
|
||||
'controllerActions' =>
|
||||
array (
|
||||
'TYPO3\\CMS\\Form\\Controller\\FormManagerController' =>
|
||||
array (
|
||||
0 => 'index',
|
||||
1 => 'show',
|
||||
2 => 'create',
|
||||
3 => 'duplicate',
|
||||
4 => 'references',
|
||||
5 => 'delete',
|
||||
),
|
||||
'TYPO3\\CMS\\Form\\Controller\\FormEditorController' =>
|
||||
array (
|
||||
0 => 'index',
|
||||
1 => 'saveForm',
|
||||
2 => 'renderFormPage',
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-form',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-form/',
|
||||
),
|
||||
'tools_toolsmaintenance' =>
|
||||
array (
|
||||
'parent' => 'tools',
|
||||
'access' => 'systemMaintainer',
|
||||
'path' => '/module/tools/maintenance',
|
||||
'iconIdentifier' => 'module-install-maintenance',
|
||||
'labels' => 'LLL:EXT:install/Resources/Private/Language/ModuleInstallMaintenance.xlf',
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Install\\Controller\\BackendModuleController::maintenanceAction',
|
||||
),
|
||||
),
|
||||
'routeOptions' =>
|
||||
array (
|
||||
'sudoMode' =>
|
||||
array (
|
||||
'group' => 'systemMaintainer',
|
||||
'lifetime' =>
|
||||
\TYPO3\CMS\Backend\Security\SudoMode\Access\AccessLifetime::medium,
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-install',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-install\\Classes/../',
|
||||
),
|
||||
'tools_toolssettings' =>
|
||||
array (
|
||||
'parent' => 'tools',
|
||||
'access' => 'systemMaintainer',
|
||||
'path' => '/module/tools/settings',
|
||||
'iconIdentifier' => 'module-install-settings',
|
||||
'labels' => 'LLL:EXT:install/Resources/Private/Language/ModuleInstallSettings.xlf',
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Install\\Controller\\BackendModuleController::settingsAction',
|
||||
),
|
||||
),
|
||||
'routeOptions' =>
|
||||
array (
|
||||
'sudoMode' =>
|
||||
array (
|
||||
'group' => 'systemMaintainer',
|
||||
'lifetime' =>
|
||||
\TYPO3\CMS\Backend\Security\SudoMode\Access\AccessLifetime::medium,
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-install',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-install\\Classes/../',
|
||||
),
|
||||
'tools_toolsupgrade' =>
|
||||
array (
|
||||
'parent' => 'tools',
|
||||
'access' => 'systemMaintainer',
|
||||
'path' => '/module/tools/upgrade',
|
||||
'iconIdentifier' => 'module-install-upgrade',
|
||||
'labels' => 'LLL:EXT:install/Resources/Private/Language/ModuleInstallUpgrade.xlf',
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Install\\Controller\\BackendModuleController::upgradeAction',
|
||||
),
|
||||
),
|
||||
'routeOptions' =>
|
||||
array (
|
||||
'sudoMode' =>
|
||||
array (
|
||||
'group' => 'systemMaintainer',
|
||||
'lifetime' =>
|
||||
\TYPO3\CMS\Backend\Security\SudoMode\Access\AccessLifetime::medium,
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-install',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-install\\Classes/../',
|
||||
),
|
||||
'tools_toolsenvironment' =>
|
||||
array (
|
||||
'parent' => 'tools',
|
||||
'access' => 'systemMaintainer',
|
||||
'path' => '/module/tools/environment',
|
||||
'iconIdentifier' => 'module-install-environment',
|
||||
'labels' => 'LLL:EXT:install/Resources/Private/Language/ModuleInstallEnvironment.xlf',
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Install\\Controller\\BackendModuleController::environmentAction',
|
||||
),
|
||||
),
|
||||
'routeOptions' =>
|
||||
array (
|
||||
'sudoMode' =>
|
||||
array (
|
||||
'group' => 'systemMaintainer',
|
||||
'lifetime' =>
|
||||
\TYPO3\CMS\Backend\Security\SudoMode\Access\AccessLifetime::medium,
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-install',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-install\\Classes/../',
|
||||
),
|
||||
'web_layout' =>
|
||||
array (
|
||||
'parent' => 'web',
|
||||
'position' =>
|
||||
array (
|
||||
'before' => '*',
|
||||
),
|
||||
'access' => 'user',
|
||||
'path' => '/module/web/layout',
|
||||
'iconIdentifier' => 'module-page',
|
||||
'labels' => 'LLL:EXT:backend/Resources/Private/Language/locallang_mod.xlf',
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Backend\\Controller\\PageLayoutController::mainAction',
|
||||
),
|
||||
),
|
||||
'moduleData' =>
|
||||
array (
|
||||
'function' => 1,
|
||||
'language' => 0,
|
||||
'showHidden' => true,
|
||||
),
|
||||
'packageName' => 'typo3/cms-backend',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-backend\\Classes/../',
|
||||
),
|
||||
'web_list' =>
|
||||
array (
|
||||
'parent' => 'web',
|
||||
'position' =>
|
||||
array (
|
||||
'after' => 'page_preview',
|
||||
),
|
||||
'access' => 'user',
|
||||
'path' => '/module/web/list',
|
||||
'iconIdentifier' => 'module-list',
|
||||
'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_web_list.xlf',
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Backend\\Controller\\RecordListController::mainAction',
|
||||
),
|
||||
),
|
||||
'moduleData' =>
|
||||
array (
|
||||
'clipBoard' => true,
|
||||
'searchBox' => false,
|
||||
'collapsedTables' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-backend',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-backend\\Classes/../',
|
||||
),
|
||||
'site_configuration' =>
|
||||
array (
|
||||
'parent' => 'site',
|
||||
'position' =>
|
||||
array (
|
||||
'before' => '*',
|
||||
),
|
||||
'access' => 'admin',
|
||||
'path' => '/module/site/configuration',
|
||||
'iconIdentifier' => 'module-sites',
|
||||
'labels' => 'LLL:EXT:backend/Resources/Private/Language/locallang_siteconfiguration_module.xlf',
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Backend\\Controller\\SiteConfigurationController::overviewAction',
|
||||
),
|
||||
'edit' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Backend\\Controller\\SiteConfigurationController::editAction',
|
||||
),
|
||||
'save' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Backend\\Controller\\SiteConfigurationController::saveAction',
|
||||
'methods' =>
|
||||
array (
|
||||
0 => 'POST',
|
||||
),
|
||||
),
|
||||
'delete' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Backend\\Controller\\SiteConfigurationController::deleteAction',
|
||||
'methods' =>
|
||||
array (
|
||||
0 => 'POST',
|
||||
),
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-backend',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-backend\\Classes/../',
|
||||
),
|
||||
'about' =>
|
||||
array (
|
||||
'parent' => 'help',
|
||||
'position' =>
|
||||
array (
|
||||
'before' => '*',
|
||||
),
|
||||
'access' => 'user',
|
||||
'path' => '/module/help/about',
|
||||
'iconIdentifier' => 'module-about',
|
||||
'labels' => 'LLL:EXT:backend/Resources/Private/Language/Modules/about.xlf',
|
||||
'aliases' =>
|
||||
array (
|
||||
0 => 'help_AboutAbout',
|
||||
),
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Backend\\Controller\\AboutController::handleRequest',
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-backend',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-backend\\Classes/../',
|
||||
),
|
||||
'pagetsconfig' =>
|
||||
array (
|
||||
'parent' => 'site',
|
||||
'access' => 'admin',
|
||||
'path' => '/module/pagetsconfig',
|
||||
'iconIdentifier' => 'module-tsconfig',
|
||||
'labels' =>
|
||||
array (
|
||||
'title' => 'LLL:EXT:backend/Resources/Private/Language/locallang_pagetsconfig.xlf:module.pagetsconfig.title',
|
||||
'description' => 'LLL:EXT:backend/Resources/Private/Language/locallang_pagetsconfig.xlf:module.pagetsconfig.description',
|
||||
'shortDescription' => 'LLL:EXT:backend/Resources/Private/Language/locallang_pagetsconfig.xlf:module.pagetsconfig.shortDescription',
|
||||
),
|
||||
'navigationComponent' => '@typo3/backend/page-tree/page-tree-element',
|
||||
'packageName' => 'typo3/cms-backend',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-backend\\Classes/../',
|
||||
),
|
||||
'pagetsconfig_pages' =>
|
||||
array (
|
||||
'parent' => 'pagetsconfig',
|
||||
'access' => 'admin',
|
||||
'path' => '/module/pagetsconfig/records',
|
||||
'iconIdentifier' => 'module-tsconfig',
|
||||
'labels' =>
|
||||
array (
|
||||
'title' => 'LLL:EXT:backend/Resources/Private/Language/locallang_pagetsconfig.xlf:module.pagetsconfig_pages',
|
||||
),
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Backend\\Controller\\PageTsConfig\\PageTsConfigRecordsOverviewController::handleRequest',
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-backend',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-backend\\Classes/../',
|
||||
),
|
||||
'pagetsconfig_active' =>
|
||||
array (
|
||||
'parent' => 'pagetsconfig',
|
||||
'access' => 'admin',
|
||||
'path' => '/module/pagetsconfig/active',
|
||||
'iconIdentifier' => 'module-tsconfig',
|
||||
'labels' =>
|
||||
array (
|
||||
'title' => 'LLL:EXT:backend/Resources/Private/Language/locallang_pagetsconfig.xlf:module.pagetsconfig_active',
|
||||
),
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Backend\\Controller\\PageTsConfig\\PageTsConfigActiveController::handleRequest',
|
||||
),
|
||||
),
|
||||
'moduleData' =>
|
||||
array (
|
||||
'sortAlphabetically' => true,
|
||||
'displayComments' => true,
|
||||
'displayConstantSubstitutions' => true,
|
||||
'pageTsConfigConditions' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-backend',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-backend\\Classes/../',
|
||||
),
|
||||
'pagetsconfig_includes' =>
|
||||
array (
|
||||
'parent' => 'pagetsconfig',
|
||||
'access' => 'admin',
|
||||
'path' => '/module/pagetsconfig/includes',
|
||||
'iconIdentifier' => 'module-tsconfig',
|
||||
'labels' =>
|
||||
array (
|
||||
'title' => 'LLL:EXT:backend/Resources/Private/Language/locallang_pagetsconfig.xlf:module.pagetsconfig_includes',
|
||||
),
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Backend\\Controller\\PageTsConfig\\PageTsConfigIncludesController::indexAction',
|
||||
),
|
||||
'source' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Backend\\Controller\\PageTsConfig\\PageTsConfigIncludesController::sourceAction',
|
||||
),
|
||||
'sourceWithIncludes' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Backend\\Controller\\PageTsConfig\\PageTsConfigIncludesController::sourceWithIncludesAction',
|
||||
),
|
||||
),
|
||||
'moduleData' =>
|
||||
array (
|
||||
'pageTsConfigConditions' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-backend',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-backend\\Classes/../',
|
||||
),
|
||||
'tools_csp' =>
|
||||
array (
|
||||
'parent' => 'tools',
|
||||
'access' => 'systemMaintainer',
|
||||
'iconIdentifier' => 'module-security',
|
||||
'labels' => 'LLL:EXT:backend/Resources/Private/Language/Modules/content-security-policy.xlf',
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Backend\\Security\\ContentSecurityPolicy\\CspModuleController::mainAction',
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-backend',
|
||||
'absolutePackagePath' => 'C:\\utenti\\Matteo\\Lavori\\Catbird\\Cartedalegare\\projects\\carte\\vendor\\typo3\\cms-backend\\Classes/../',
|
||||
),
|
||||
'user_setup' =>
|
||||
array (
|
||||
'parent' => 'user',
|
||||
'access' => 'user',
|
||||
'path' => '/module/user/setup',
|
||||
'iconIdentifier' => 'module-setup',
|
||||
'labels' => 'LLL:EXT:setup/Resources/Private/Language/locallang_mod.xlf',
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Setup\\Controller\\SetupModuleController::mainAction',
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-setup',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-setup/',
|
||||
),
|
||||
'system_BelogLog' =>
|
||||
array (
|
||||
'parent' => 'system',
|
||||
'access' => 'user',
|
||||
'iconIdentifier' => 'module-belog',
|
||||
'labels' => 'LLL:EXT:belog/Resources/Private/Language/locallang_mod.xlf',
|
||||
'extensionName' => 'Belog',
|
||||
'controllerActions' =>
|
||||
array (
|
||||
'TYPO3\\CMS\\Belog\\Controller\\BackendLogController' =>
|
||||
array (
|
||||
0 => 'list',
|
||||
1 => 'deleteMessage',
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-belog',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-belog/',
|
||||
),
|
||||
'permissions_pages' =>
|
||||
array (
|
||||
'parent' => 'system',
|
||||
'position' =>
|
||||
array (
|
||||
'before' => '*',
|
||||
),
|
||||
'access' => 'admin',
|
||||
'path' => '/module/system/permissions',
|
||||
'iconIdentifier' => 'module-permission',
|
||||
'navigationComponent' => '@typo3/backend/page-tree/page-tree-element',
|
||||
'labels' => 'LLL:EXT:beuser/Resources/Private/Language/locallang_mod_permission.xlf',
|
||||
'aliases' =>
|
||||
array (
|
||||
0 => 'system_BeuserTxPermission',
|
||||
),
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Beuser\\Controller\\PermissionController::handleRequest',
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-beuser',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-beuser/',
|
||||
),
|
||||
'backend_user_management' =>
|
||||
array (
|
||||
'parent' => 'system',
|
||||
'position' =>
|
||||
array (
|
||||
'after' => 'permissions_pages',
|
||||
),
|
||||
'access' => 'admin',
|
||||
'iconIdentifier' => 'module-beuser',
|
||||
'labels' => 'LLL:EXT:beuser/Resources/Private/Language/locallang_mod.xlf',
|
||||
'extensionName' => 'Beuser',
|
||||
'aliases' =>
|
||||
array (
|
||||
0 => 'system_BeuserTxBeuser',
|
||||
),
|
||||
'controllerActions' =>
|
||||
array (
|
||||
'TYPO3\\CMS\\Beuser\\Controller\\BackendUserController' =>
|
||||
array (
|
||||
0 => 'index',
|
||||
1 => 'list',
|
||||
2 => 'show',
|
||||
3 => 'addToCompareList',
|
||||
4 => 'removeFromCompareList',
|
||||
5 => 'removeAllFromCompareList',
|
||||
6 => 'compare',
|
||||
7 => 'online',
|
||||
8 => 'terminateBackendUserSession',
|
||||
9 => 'initiatePasswordReset',
|
||||
10 => 'groups',
|
||||
11 => 'addGroupToCompareList',
|
||||
12 => 'removeGroupFromCompareList',
|
||||
13 => 'removeAllGroupsFromCompareList',
|
||||
14 => 'compareGroups',
|
||||
15 => 'filemounts',
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-beuser',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-beuser/',
|
||||
),
|
||||
'tools_ExtensionmanagerExtensionmanager' =>
|
||||
array (
|
||||
'parent' => 'tools',
|
||||
'access' => 'systemMaintainer',
|
||||
'iconIdentifier' => 'module-extensionmanager',
|
||||
'labels' => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang_mod.xlf',
|
||||
'extensionName' => 'Extensionmanager',
|
||||
'controllerActions' =>
|
||||
array (
|
||||
'TYPO3\\CMS\\Extensionmanager\\Controller\\ListController' =>
|
||||
array (
|
||||
0 => 'index',
|
||||
1 => 'unresolvedDependencies',
|
||||
2 => 'ter',
|
||||
3 => 'showAllVersions',
|
||||
4 => 'distributions',
|
||||
),
|
||||
'TYPO3\\CMS\\Extensionmanager\\Controller\\ActionController' =>
|
||||
array (
|
||||
0 => 'toggleExtensionInstallationState',
|
||||
1 => 'installExtensionWithoutSystemDependencyCheck',
|
||||
2 => 'removeExtension',
|
||||
3 => 'downloadExtensionZip',
|
||||
4 => 'reloadExtensionData',
|
||||
),
|
||||
'TYPO3\\CMS\\Extensionmanager\\Controller\\DownloadController' =>
|
||||
array (
|
||||
0 => 'checkDependencies',
|
||||
1 => 'installFromTer',
|
||||
2 => 'installExtensionWithoutSystemDependencyCheck',
|
||||
3 => 'installDistribution',
|
||||
4 => 'updateExtension',
|
||||
5 => 'updateCommentForUpdatableVersions',
|
||||
),
|
||||
'TYPO3\\CMS\\Extensionmanager\\Controller\\UpdateFromTerController' =>
|
||||
array (
|
||||
0 => 'updateExtensionListFromTer',
|
||||
),
|
||||
'TYPO3\\CMS\\Extensionmanager\\Controller\\UploadExtensionFileController' =>
|
||||
array (
|
||||
0 => 'form',
|
||||
1 => 'extract',
|
||||
),
|
||||
'TYPO3\\CMS\\Extensionmanager\\Controller\\DistributionController' =>
|
||||
array (
|
||||
0 => 'show',
|
||||
),
|
||||
'TYPO3\\CMS\\Extensionmanager\\Controller\\ExtensionComposerStatusController' =>
|
||||
array (
|
||||
0 => 'list',
|
||||
1 => 'detail',
|
||||
),
|
||||
),
|
||||
'routeOptions' =>
|
||||
array (
|
||||
'sudoMode' =>
|
||||
array (
|
||||
'group' => 'systemMaintainer',
|
||||
'lifetime' =>
|
||||
\TYPO3\CMS\Backend\Security\SudoMode\Access\AccessLifetime::medium,
|
||||
),
|
||||
),
|
||||
'moduleData' =>
|
||||
array (
|
||||
'filter' => '',
|
||||
),
|
||||
'packageName' => 'typo3/cms-extensionmanager',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-extensionmanager/',
|
||||
),
|
||||
'web_info' =>
|
||||
array (
|
||||
'parent' => 'web',
|
||||
'access' => 'user',
|
||||
'path' => '/module/web/info',
|
||||
'iconIdentifier' => 'module-info',
|
||||
'labels' => 'LLL:EXT:info/Resources/Private/Language/locallang_mod_web_info.xlf',
|
||||
'navigationComponent' => '@typo3/backend/page-tree/page-tree-element',
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Info\\Controller\\InfoModuleController::handleRequest',
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-info',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-info/',
|
||||
),
|
||||
'web_info_overview' =>
|
||||
array (
|
||||
'parent' => 'web_info',
|
||||
'access' => 'user',
|
||||
'path' => '/module/web/info/overview',
|
||||
'iconIdentifier' => 'module-info',
|
||||
'labels' =>
|
||||
array (
|
||||
'title' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:mod_tx_cms_webinfo_page',
|
||||
),
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Info\\Controller\\PageInformationController::handleRequest',
|
||||
),
|
||||
),
|
||||
'moduleData' =>
|
||||
array (
|
||||
'pages' => '0',
|
||||
'depth' => 0,
|
||||
),
|
||||
'packageName' => 'typo3/cms-info',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-info/',
|
||||
),
|
||||
'web_info_translations' =>
|
||||
array (
|
||||
'parent' => 'web_info',
|
||||
'access' => 'user',
|
||||
'path' => '/module/web/info/translations',
|
||||
'iconIdentifier' => 'module-info',
|
||||
'labels' =>
|
||||
array (
|
||||
'title' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:mod_tx_cms_webinfo_lang',
|
||||
),
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Info\\Controller\\TranslationStatusController::handleRequest',
|
||||
),
|
||||
),
|
||||
'moduleData' =>
|
||||
array (
|
||||
'depth' => 0,
|
||||
'lang' => 0,
|
||||
),
|
||||
'packageName' => 'typo3/cms-info',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-info/',
|
||||
),
|
||||
'recycler' =>
|
||||
array (
|
||||
'parent' => 'web',
|
||||
'access' => 'user',
|
||||
'workspaces' => 'live',
|
||||
'path' => '/module/web/recycler',
|
||||
'iconIdentifier' => 'module-recycler',
|
||||
'labels' => 'LLL:EXT:recycler/Resources/Private/Language/locallang_mod.xlf',
|
||||
'aliases' =>
|
||||
array (
|
||||
0 => 'web_RecyclerRecycler',
|
||||
),
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Recycler\\Controller\\RecyclerModuleController::handleRequest',
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-recycler',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-recycler/',
|
||||
),
|
||||
'system_reports' =>
|
||||
array (
|
||||
'parent' => 'system',
|
||||
'access' => 'admin',
|
||||
'path' => '/module/system/reports',
|
||||
'iconIdentifier' => 'module-reports',
|
||||
'labels' => 'LLL:EXT:reports/Resources/Private/Language/locallang.xlf',
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Reports\\Controller\\ReportController::handleRequest',
|
||||
),
|
||||
),
|
||||
'packageName' => 'typo3/cms-reports',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-reports/',
|
||||
),
|
||||
'page_preview' =>
|
||||
array (
|
||||
'parent' => 'web',
|
||||
'position' =>
|
||||
array (
|
||||
'after' => 'web_layout',
|
||||
),
|
||||
'access' => 'user',
|
||||
'path' => '/module/web/viewpage',
|
||||
'iconIdentifier' => 'module-viewpage',
|
||||
'labels' => 'LLL:EXT:viewpage/Resources/Private/Language/locallang_mod.xlf',
|
||||
'aliases' =>
|
||||
array (
|
||||
0 => 'web_ViewpageView',
|
||||
),
|
||||
'routes' =>
|
||||
array (
|
||||
'_default' =>
|
||||
array (
|
||||
'target' => 'TYPO3\\CMS\\Viewpage\\Controller\\ViewModuleController::handleRequest',
|
||||
),
|
||||
),
|
||||
'moduleData' =>
|
||||
array (
|
||||
'language' => 0,
|
||||
),
|
||||
'packageName' => 'typo3/cms-viewpage',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-viewpage/',
|
||||
),
|
||||
'fontmaker' =>
|
||||
array (
|
||||
'parent' => 'tools',
|
||||
'position' =>
|
||||
array (
|
||||
),
|
||||
'access' => 'user,group',
|
||||
'workspaces' => '*',
|
||||
'identifier' => 'fontmaker',
|
||||
'isStandalone' => false,
|
||||
'path' => '/module/tools/fontmaker',
|
||||
'iconIdentifier' => 'sr-freecap-icon',
|
||||
'labels' => 'LLL:EXT:sr_freecap/Resources/Private/Language/locallang_mod.xlf',
|
||||
'extensionName' => 'SrFreecap',
|
||||
'controllerActions' =>
|
||||
array (
|
||||
'SJBR\\SrFreecap\\Controller\\FontMakerController' =>
|
||||
array (
|
||||
0 => 'new',
|
||||
1 => 'create',
|
||||
),
|
||||
),
|
||||
'packageName' => 'sjbr/sr-freecap',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/sjbr/sr-freecap/',
|
||||
),
|
||||
'user_lfeditor' =>
|
||||
array (
|
||||
'parent' => 'user',
|
||||
'position' =>
|
||||
array (
|
||||
'after' => '',
|
||||
),
|
||||
'access' => 'user',
|
||||
'workspaces' => 'live',
|
||||
'path' => '/module/user/lfeditor',
|
||||
'labels' => 'LLL:EXT:lfeditor/Resources/Private/Language/locallang_mod.xml',
|
||||
'iconIdentifier' => 'extension-lf_editor-ext-icon',
|
||||
'extensionName' => 'Lfeditor',
|
||||
'controllerActions' =>
|
||||
array (
|
||||
'SGalinski\\Lfeditor\\Controller\\GeneralController' =>
|
||||
array (
|
||||
0 => 'index',
|
||||
1 => 'general',
|
||||
2 => 'changeSelection',
|
||||
3 => 'generalSave',
|
||||
4 => 'goToEditFile',
|
||||
5 => 'switchEditingMode',
|
||||
6 => 'refreshLanguageFileList',
|
||||
),
|
||||
'SGalinski\\Lfeditor\\Controller\\EditFileController' =>
|
||||
array (
|
||||
0 => 'editFile',
|
||||
1 => 'changeSelection',
|
||||
2 => 'editFileSave',
|
||||
3 => 'refreshLanguageFileList',
|
||||
),
|
||||
'SGalinski\\Lfeditor\\Controller\\EditConstantController' =>
|
||||
array (
|
||||
0 => 'editConstant',
|
||||
1 => 'changeSelection',
|
||||
2 => 'editConstantSave',
|
||||
3 => 'prepareEditConstant',
|
||||
4 => 'refreshLanguageFileList',
|
||||
),
|
||||
'SGalinski\\Lfeditor\\Controller\\AddConstantController' =>
|
||||
array (
|
||||
0 => 'addConstant',
|
||||
1 => 'changeSelection',
|
||||
2 => 'addConstantSave',
|
||||
3 => 'refreshLanguageFileList',
|
||||
),
|
||||
'SGalinski\\Lfeditor\\Controller\\DeleteConstantController' =>
|
||||
array (
|
||||
0 => 'deleteConstant',
|
||||
1 => 'changeSelection',
|
||||
2 => 'deleteConstantSave',
|
||||
3 => 'refreshLanguageFileList',
|
||||
),
|
||||
'SGalinski\\Lfeditor\\Controller\\RenameConstantController' =>
|
||||
array (
|
||||
0 => 'renameConstant',
|
||||
1 => 'changeSelection',
|
||||
2 => 'renameConstantSave',
|
||||
3 => 'refreshLanguageFileList',
|
||||
),
|
||||
'SGalinski\\Lfeditor\\Controller\\SearchConstantController' =>
|
||||
array (
|
||||
0 => 'searchConstant',
|
||||
1 => 'changeSelection',
|
||||
2 => 'searchConstantSearch',
|
||||
3 => 'refreshLanguageFileList',
|
||||
4 => 'searchGlobal',
|
||||
5 => 'searchGlobalSearch',
|
||||
6 => 'globalSearchToEditConstant',
|
||||
),
|
||||
),
|
||||
'packageName' => 'sgalinski/lfeditor',
|
||||
'absolutePackagePath' => 'C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/sgalinski/lfeditor/',
|
||||
),
|
||||
);
|
||||
#
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,13 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
'typoscript' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ExpressionLanguage\\TypoScriptConditionProvider',
|
||||
),
|
||||
'form' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ExpressionLanguage\\TypoScriptConditionProvider',
|
||||
1 => 'TYPO3\\CMS\\Form\\Domain\\Condition\\ConditionProvider',
|
||||
),
|
||||
);
|
||||
#
|
||||
@@ -1,234 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
'module-install-environment' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:install/Resources/Public/Icons/module-install-environment.svg',
|
||||
),
|
||||
'module-install-maintenance' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:install/Resources/Public/Icons/module-install-maintenance.svg',
|
||||
),
|
||||
'module-install-settings' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:install/Resources/Public/Icons/module-install-settings.svg',
|
||||
),
|
||||
'module-install-upgrade' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:install/Resources/Public/Icons/module-install-upgrade.svg',
|
||||
),
|
||||
'status-edit-read-only' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\BitmapIconProvider',
|
||||
'source' => 'EXT:backend/Resources/Public/Icons/status-edit-read-only.png',
|
||||
),
|
||||
'warning-in-use' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\BitmapIconProvider',
|
||||
'source' => 'EXT:backend/Resources/Public/Icons/warning-in-use.png',
|
||||
),
|
||||
'warning-lock' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\BitmapIconProvider',
|
||||
'source' => 'EXT:backend/Resources/Public/Icons/warning-lock.png',
|
||||
),
|
||||
'apps-pagetree-folder-contains-news' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/ext-news-folder-tree.svg',
|
||||
),
|
||||
'apps-pagetree-page-contains-news' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/ext-news-page-tree.svg',
|
||||
),
|
||||
'ext-news-wizard-icon' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/plugin-list-with-detail.svg',
|
||||
),
|
||||
'ext-news-plugin-news-list' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/plugin-list-with-detail.svg',
|
||||
),
|
||||
'ext-news-plugin-news-list-sticky' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/plugin-list.svg',
|
||||
),
|
||||
'ext-news-plugin-detail' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/plugin-detail.svg',
|
||||
),
|
||||
'ext-news-plugin-news-date-menu' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/plugin-date-menu.svg',
|
||||
),
|
||||
'ext-news-plugin-news-search-form' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/plugin-search-form.svg',
|
||||
),
|
||||
'ext-news-plugin-news-search-result' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/plugin-search-results.svg',
|
||||
),
|
||||
'ext-news-plugin-news-selected-list' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/plugin-selected-list.svg',
|
||||
),
|
||||
'ext-news-plugin-category-list' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/plugin-category-menu.svg',
|
||||
),
|
||||
'ext-news-plugin-tag-list' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/plugin-tag-menu.svg',
|
||||
),
|
||||
'ext-news-type-default' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/news_domain_model_news.svg',
|
||||
),
|
||||
'ext-news-type-internal' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/news_domain_model_news_internal.svg',
|
||||
),
|
||||
'ext-news-type-external' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/news_domain_model_news_external.svg',
|
||||
),
|
||||
'ext-news-tag' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/news_domain_model_tag.svg',
|
||||
),
|
||||
'ext-news-link' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/news_domain_model_link.svg',
|
||||
),
|
||||
'ext-news-donation' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/donation.svg',
|
||||
),
|
||||
'ext-news-paypal' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/donation_paypal.svg',
|
||||
),
|
||||
'ext-news-patreon' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/donation_patreon.svg',
|
||||
),
|
||||
'ext-news-amazon' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/donation_amazon.svg',
|
||||
),
|
||||
'ext-news-doublecheck' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:news/Resources/Public/Icons/double_check.svg',
|
||||
),
|
||||
'apps-pagetree-folder-contains-tt-address' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:tt_address/Resources/Public/Icons/page-tree-module.svg',
|
||||
),
|
||||
'tt-address-plugin' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:tt_address/Resources/Public/Icons/ContentElementWizard.svg',
|
||||
),
|
||||
'location-map-wizard' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:tt_address/Resources/Public/Icons/actions-geo.svg',
|
||||
),
|
||||
'coordinate-picker-wizard' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\BitmapIconProvider',
|
||||
'source' => 'EXT:ods_osm/Resources/Public/Icons/ce_wiz.png',
|
||||
),
|
||||
'vectordraw-wizard' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\BitmapIconProvider',
|
||||
'source' => 'EXT:ods_osm/Resources/Public/Icons/vector.png',
|
||||
),
|
||||
'ods_osm' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\BitmapIconProvider',
|
||||
'source' => 'EXT:ods_osm/Resources/Public/Icons/osm.png',
|
||||
),
|
||||
'sr-freecap-icon' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:sr_freecap/Resources/Public/Icons/Extension.svg',
|
||||
),
|
||||
'static-info-tables-icon' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:static_info_tables/Resources/Public/Icons/Extension.svg',
|
||||
),
|
||||
'youtubevideo_icon' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:youtubevideo/Resources/Public/Icons/ext_icon_content.svg',
|
||||
),
|
||||
'apps-pagetree-folder-contains-mediagal' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:fs_media_gallery/Resources/Public/Icons/mediagallery.svg',
|
||||
),
|
||||
'tcarecords-sys_file_collection-folder' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:fs_media_gallery/Resources/Public/Icons/mediagallery.svg',
|
||||
),
|
||||
'action-edit-album' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:fs_media_gallery/Resources/Public/Icons/mediagallery-edit.svg',
|
||||
),
|
||||
'action-add-album' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:fs_media_gallery/Resources/Public/Icons/mediagallery-add.svg',
|
||||
),
|
||||
'content-mediagallery' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:fs_media_gallery/Resources/Public/Icons/mediagallery.svg',
|
||||
),
|
||||
'apps-cookie-folder-contains' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:dp_cookieconsent/Resources/Public/Icons/ext-dp-cookie-folder.svg',
|
||||
),
|
||||
'apps-cookie-content-item' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:dp_cookieconsent/Resources/Public/Icons/ext-dp-cookie-content.svg',
|
||||
),
|
||||
'extension-lf_editor-ext-icon' =>
|
||||
array (
|
||||
'provider' => 'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider',
|
||||
'source' => 'EXT:lfeditor/Resources/Public/Icons/Extension.svg',
|
||||
),
|
||||
);
|
||||
#
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,275 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* Compiled ext_tables.php cache file
|
||||
*/
|
||||
|
||||
/**
|
||||
* Extension: setup
|
||||
* File: C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-setup/ext_tables.php
|
||||
*/
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
|
||||
|
||||
use TYPO3\CMS\Setup\Controller\SetupModuleController;
|
||||
|
||||
defined('TYPO3') or die();
|
||||
|
||||
$GLOBALS['TYPO3_USER_SETTINGS'] = [
|
||||
'columns' => [
|
||||
'realName' => [
|
||||
'type' => 'text',
|
||||
'label' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:beUser_realName',
|
||||
'table' => 'be_users',
|
||||
'max' => 80,
|
||||
],
|
||||
'email' => [
|
||||
'type' => 'email',
|
||||
'label' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:beUser_email',
|
||||
'table' => 'be_users',
|
||||
'max' => 255,
|
||||
],
|
||||
'emailMeAtLogin' => [
|
||||
'type' => 'check',
|
||||
'label' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:emailMeAtLogin',
|
||||
],
|
||||
'password' => [
|
||||
'type' => 'password',
|
||||
'label' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:newPassword',
|
||||
'table' => 'be_users',
|
||||
],
|
||||
'password2' => [
|
||||
'type' => 'password',
|
||||
'label' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:newPasswordAgain',
|
||||
'table' => 'be_users',
|
||||
],
|
||||
'avatar' => [
|
||||
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:be_users.avatar',
|
||||
'type' => 'avatar',
|
||||
'table' => 'be_users',
|
||||
],
|
||||
'lang' => [
|
||||
'type' => 'language',
|
||||
'table' => 'be_users',
|
||||
'label' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:language',
|
||||
],
|
||||
'startModule' => [
|
||||
'type' => 'select',
|
||||
'itemsProcFunc' => SetupModuleController::class . '->renderStartModuleSelect',
|
||||
'label' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:startModule',
|
||||
],
|
||||
'titleLen' => [
|
||||
'type' => 'number',
|
||||
'class' => 'form-control-adapt',
|
||||
'label' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:maxTitleLen',
|
||||
],
|
||||
'edit_docModuleUpload' => [
|
||||
'type' => 'check',
|
||||
'label' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:edit_docModuleUpload',
|
||||
],
|
||||
'showHiddenFilesAndFolders' => [
|
||||
'type' => 'check',
|
||||
'label' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:showHiddenFilesAndFolders',
|
||||
],
|
||||
'copyLevels' => [
|
||||
'type' => 'number',
|
||||
'class' => 'form-control-adapt',
|
||||
'label' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:copyLevels',
|
||||
],
|
||||
'resetConfiguration' => [
|
||||
'type' => 'button',
|
||||
'label' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:resetConfiguration',
|
||||
'buttonlabel' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:resetConfigurationButton',
|
||||
'confirm' => true,
|
||||
'confirmData' => [
|
||||
'message' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:setToStandardQuestion',
|
||||
'eventName' => 'setup:confirmation:response',
|
||||
],
|
||||
],
|
||||
'mfaProviders' => [
|
||||
'type' => 'mfa',
|
||||
'label' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:mfaProviders',
|
||||
],
|
||||
'backendTitleFormat' => [
|
||||
'type' => 'select',
|
||||
'label' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:backendTitleFormat',
|
||||
'items' => [
|
||||
'titleFirst' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:backendTitleFormat.titleFirst',
|
||||
'sitenameFirst' => 'LLL:EXT:setup/Resources/Private/Language/locallang.xlf:backendTitleFormat.sitenameFirst',
|
||||
],
|
||||
],
|
||||
],
|
||||
'showitem' => '--div--;LLL:EXT:setup/Resources/Private/Language/locallang.xlf:personal_data,realName,email,emailMeAtLogin,avatar,lang,
|
||||
--div--;LLL:EXT:setup/Resources/Private/Language/locallang.xlf:accountSecurity,password,password2,mfaProviders,
|
||||
--div--;LLL:EXT:setup/Resources/Private/Language/locallang.xlf:opening,startModule,backendTitleFormat,
|
||||
--div--;LLL:EXT:setup/Resources/Private/Language/locallang.xlf:editFunctionsTab,titleLen,edit_docModuleUpload,showHiddenFilesAndFolders,copyLevels,
|
||||
--div--;LLL:EXT:setup/Resources/Private/Language/locallang.xlf:resetTab,resetConfiguration',
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* Extension: news
|
||||
* File: C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/georgringer/news/ext_tables.php
|
||||
*/
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
use TYPO3\CMS\Core\Information\Typo3Version;
|
||||
use TYPO3\CMS\Core\Utility\GeneralUtility;
|
||||
|
||||
$boot = static function (): void {
|
||||
$versionInformation = GeneralUtility::makeInstance(Typo3Version::class);
|
||||
if ($versionInformation->getMajorVersion() < 12) {
|
||||
// CSH - context sensitive help
|
||||
foreach (['news', 'tag', 'link'] as $table) {
|
||||
// @extensionScannerIgnoreLine
|
||||
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_news_domain_model_' . $table);
|
||||
|
||||
// @extensionScannerIgnoreLine
|
||||
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr(
|
||||
'tx_news_domain_model_' . $table,
|
||||
'EXT:news/Resources/Private/Language/locallang_csh_' . $table . '.xlf'
|
||||
);
|
||||
}
|
||||
|
||||
// @extensionScannerIgnoreLine
|
||||
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr(
|
||||
'tt_content.pi_flexform.news_pi1.list',
|
||||
'EXT:news/Resources/Private/Language/locallang_csh_flexforms.xlf'
|
||||
);
|
||||
|
||||
// @extensionScannerIgnoreLine
|
||||
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr(
|
||||
'sys_file_reference',
|
||||
'EXT:news/Resources/Private/Language/locallang_csh_sys_file_reference.xlf'
|
||||
);
|
||||
}
|
||||
|
||||
$configuration = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\GeorgRinger\News\Domain\Model\Dto\EmConfiguration::class);
|
||||
|
||||
// Extend user settings
|
||||
$GLOBALS['TYPO3_USER_SETTINGS']['columns']['newsoverlay'] = [
|
||||
'label' => 'LLL:EXT:news/Resources/Private/Language/locallang_be.xlf:usersettings.overlay',
|
||||
'type' => 'select',
|
||||
'itemsProcFunc' => \GeorgRinger\News\Hooks\ItemsProcFunc::class . '->user_categoryOverlay',
|
||||
];
|
||||
if (!isset($GLOBALS['TYPO3_USER_SETTINGS']['showitem'])) {
|
||||
$GLOBALS['TYPO3_USER_SETTINGS']['showitem'] = '';
|
||||
}
|
||||
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addFieldsToUserSettings('--div--;LLL:EXT:news/Resources/Private/Language/locallang_be.xlf:pi1_title,newsoverlay');
|
||||
|
||||
// Add tables to livesearch (e.g. "#news:fo" or "#newscat:fo")
|
||||
$GLOBALS['TYPO3_CONF_VARS']['SYS']['livesearch']['news'] = 'tx_news_domain_model_news';
|
||||
$GLOBALS['TYPO3_CONF_VARS']['SYS']['livesearch']['newstag'] = 'tx_news_domain_model_tag';
|
||||
|
||||
/* ===========================================================================
|
||||
Register BE-Module for Administration
|
||||
=========================================================================== */
|
||||
if ($configuration->getShowAdministrationModule()) {
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerModule(
|
||||
'News',
|
||||
'web',
|
||||
'administration',
|
||||
'',
|
||||
[\GeorgRinger\News\Controller\AdministrationController::class => 'index,newNews,newCategory,newTag,newsPidListing,donate'],
|
||||
[
|
||||
'access' => 'user,group',
|
||||
'icon' => 'EXT:news/Resources/Public/Icons/module_administration.svg',
|
||||
'labels' => 'LLL:EXT:news/Resources/Private/Language/locallang_modadministration.xlf',
|
||||
'navigationComponentId' => $configuration->getHidePageTreeForAdministrationModule() ? '' : 'TYPO3/CMS/Backend/PageTree/PageTreeElement',
|
||||
'inheritNavigationComponentFromMainModule' => false,
|
||||
'path' => '/module/web/NewsAdministration/',
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
/* ===========================================================================
|
||||
Default configuration
|
||||
=========================================================================== */
|
||||
$GLOBALS['TYPO3_CONF_VARS']['EXT']['news']['orderByCategory'] = 'uid,title,tstamp,sorting';
|
||||
$GLOBALS['TYPO3_CONF_VARS']['EXT']['news']['orderByNews'] = 'tstamp,datetime,crdate,title' . ($configuration->getManualSorting() ? ',sorting' : '');
|
||||
$GLOBALS['TYPO3_CONF_VARS']['EXT']['news']['orderByTag'] = 'tstamp,crdate,title';
|
||||
};
|
||||
|
||||
$boot();
|
||||
unset($boot);
|
||||
}
|
||||
|
||||
/**
|
||||
* Extension: youtubevideo
|
||||
* File: C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/t3brightside/youtubevideo/ext_tables.php
|
||||
*/
|
||||
|
||||
namespace {
|
||||
|
||||
defined('TYPO3') || die('Access denied.');
|
||||
|
||||
(function () {
|
||||
$GLOBALS['TYPO3_CONF_VARS']['BE']['stylesheets']['youtubevideo'] =
|
||||
'EXT:youtubevideo/Resources/Public/Css/Backend/';
|
||||
})();
|
||||
}
|
||||
|
||||
/**
|
||||
* Extension: fs_media_gallery
|
||||
* File: C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/minifranske/fs-media-gallery/ext_tables.php
|
||||
*/
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
/*
|
||||
* Copyright (C) 2024 Christian Racan
|
||||
* ----------------------------------------------
|
||||
* new version of sf_media_gallery for TYPO3 v12
|
||||
* The TYPO3 project - inspiring people to share!
|
||||
* ----------------------------------------------
|
||||
*/
|
||||
|
||||
defined('TYPO3') || die('not TYPO3 env');
|
||||
|
||||
$boot = function ($packageKey) {
|
||||
// Add CSH
|
||||
// \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr(
|
||||
// 'tt_content.pi_flexform.fsmediagallery_mediagallery.list',
|
||||
// 'EXT:' . $packageKey . '/Resources/Private/Language/locallang_csh_flexforms.xlf'
|
||||
// );
|
||||
|
||||
/** @var \TYPO3\CMS\Core\Imaging\IconRegistry $iconRegistry */
|
||||
$iconRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Imaging\IconRegistry::class);
|
||||
};
|
||||
$boot('fs_media_gallery');
|
||||
unset($boot);
|
||||
}
|
||||
|
||||
/**
|
||||
* Extension: dp_cookieconsent
|
||||
* File: C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/dirkpersky/typo3-dp_cookieconsent/ext_tables.php
|
||||
*/
|
||||
|
||||
namespace {
|
||||
|
||||
/**
|
||||
* Copyright (c) 2020.
|
||||
*
|
||||
* @category TYPO3
|
||||
*
|
||||
* @copyright 2020 Dirk Persky
|
||||
* @author Dirk Persky <info@dp-wired.de>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
defined('TYPO3') or die();
|
||||
|
||||
$boot = static function (): void {
|
||||
|
||||
};
|
||||
|
||||
$boot();
|
||||
unset($boot);
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,19 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
'typo3/cms-core/response-propagation' => 'TYPO3\\CMS\\Core\\Middleware\\ResponsePropagation',
|
||||
'typo3/cms-backend/site-resolver' => 'TYPO3\\CMS\\Backend\\Middleware\\SiteResolver',
|
||||
'typo3/cms-backend/sudo-mode-interceptor' => 'TYPO3\\CMS\\Backend\\Middleware\\SudoModeInterceptor',
|
||||
'typo3/cms-backend/response-headers' => 'TYPO3\\CMS\\Backend\\Middleware\\AdditionalResponseHeaders',
|
||||
'typo3/cms-backend/csp-headers' => 'TYPO3\\CMS\\Backend\\Middleware\\ContentSecurityPolicyHeaders',
|
||||
'typo3/cms-backend/output-compression' => 'TYPO3\\CMS\\Backend\\Middleware\\OutputCompression',
|
||||
'typo3/cms-backend/backend-module-validator' => 'TYPO3\\CMS\\Backend\\Middleware\\BackendModuleValidator',
|
||||
'typo3/cms-backend/authentication' => 'TYPO3\\CMS\\Backend\\Middleware\\BackendUserAuthenticator',
|
||||
'typo3/cms-core/request-token-middleware' => 'TYPO3\\CMS\\Core\\Middleware\\RequestTokenMiddleware',
|
||||
'typo3/cms-backend/backend-routing' => 'TYPO3\\CMS\\Backend\\Middleware\\BackendRouteInitialization',
|
||||
'typo3/cms-backend/csp-report' => 'TYPO3\\CMS\\Backend\\Middleware\\ContentSecurityPolicyReporter',
|
||||
'typo3/cms-backend/https-redirector' => 'TYPO3\\CMS\\Backend\\Middleware\\ForcedHttpsBackendRedirector',
|
||||
'typo3/cms-backend/locked-backend' => 'TYPO3\\CMS\\Backend\\Middleware\\LockedBackendGuard',
|
||||
'typo3/cms-core/normalized-params-attribute' => 'TYPO3\\CMS\\Core\\Middleware\\NormalizedParamsAttribute',
|
||||
'typo3/cms-core/verify-host-header' => 'TYPO3\\CMS\\Core\\Middleware\\VerifyHostHeader',
|
||||
);
|
||||
#
|
||||
@@ -1,28 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
'dirkpersky/plain-rendering-handler' => 'DirkPersky\\DpCookieconsent\\Middleware\\PlainRenderingMiddleware',
|
||||
'typo3/cms-frontend/content-length-headers' => 'TYPO3\\CMS\\Frontend\\Middleware\\ContentLengthResponseHeader',
|
||||
'typo3/cms-frontend/shortcut-and-mountpoint-redirect' => 'TYPO3\\CMS\\Frontend\\Middleware\\ShortcutAndMountPointRedirect',
|
||||
'typo3/cms-core/response-propagation' => 'TYPO3\\CMS\\Core\\Middleware\\ResponsePropagation',
|
||||
'typo3/cms-frontend/output-compression' => 'TYPO3\\CMS\\Frontend\\Middleware\\OutputCompression',
|
||||
'typo3/cms-frontend/csp-headers' => 'TYPO3\\CMS\\Frontend\\Middleware\\ContentSecurityPolicyHeaders',
|
||||
'sjbr/sr-freecap/captcha-request-handler' => 'SJBR\\SrFreecap\\Middleware\\CaptchaRequestHandler',
|
||||
'typo3/cms-frontend/prepare-tsfe-rendering' => 'TYPO3\\CMS\\Frontend\\Middleware\\PrepareTypoScriptFrontendRendering',
|
||||
'typo3/cms-frontend/tsfe' => 'TYPO3\\CMS\\Frontend\\Middleware\\TypoScriptFrontendInitialization',
|
||||
'typo3/cms-frontend/page-argument-validator' => 'TYPO3\\CMS\\Frontend\\Middleware\\PageArgumentValidator',
|
||||
'typo3/cms-frontend/preview-simulator' => 'TYPO3\\CMS\\Frontend\\Middleware\\PreviewSimulator',
|
||||
'typo3/cms-frontend/page-resolver' => 'TYPO3\\CMS\\Frontend\\Middleware\\PageResolver',
|
||||
'typo3/cms-frontend/static-route-resolver' => 'TYPO3\\CMS\\Frontend\\Middleware\\StaticRouteResolver',
|
||||
'typo3/cms-frontend/csp-report' => 'TYPO3\\CMS\\Frontend\\Middleware\\ContentSecurityPolicyReporter',
|
||||
'typo3/cms-frontend/base-redirect-resolver' => 'TYPO3\\CMS\\Frontend\\Middleware\\SiteBaseRedirectResolver',
|
||||
'typo3/cms-frontend/authentication' => 'TYPO3\\CMS\\Frontend\\Middleware\\FrontendUserAuthenticator',
|
||||
'typo3/cms-frontend/backend-user-authentication' => 'TYPO3\\CMS\\Frontend\\Middleware\\BackendUserAuthenticator',
|
||||
'typo3/cms-core/request-token-middleware' => 'TYPO3\\CMS\\Core\\Middleware\\RequestTokenMiddleware',
|
||||
'typo3/cms-frontend/maintenance-mode' => 'TYPO3\\CMS\\Frontend\\Middleware\\MaintenanceMode',
|
||||
'typo3/cms-frontend/site' => 'TYPO3\\CMS\\Frontend\\Middleware\\SiteResolver',
|
||||
'typo3/cms-frontend/eid' => 'TYPO3\\CMS\\Frontend\\Middleware\\EidHandler',
|
||||
'typo3/cms-core/normalized-params-attribute' => 'TYPO3\\CMS\\Core\\Middleware\\NormalizedParamsAttribute',
|
||||
'typo3/cms-core/verify-host-header' => 'TYPO3\\CMS\\Core\\Middleware\\VerifyHostHeader',
|
||||
'typo3/cms-frontend/timetracker' => 'TYPO3\\CMS\\Frontend\\Middleware\\TimeTrackerInitialization',
|
||||
);
|
||||
#
|
||||
28
var/cache/code/core/sites-configuration.php
vendored
28
var/cache/code/core/sites-configuration.php
vendored
@@ -1,28 +0,0 @@
|
||||
<?php
|
||||
return array (
|
||||
'cartedalegare' =>
|
||||
array (
|
||||
'base' => 'https://localhost/carte/',
|
||||
'languages' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'title' => 'Italiano',
|
||||
'enabled' => true,
|
||||
'base' => '/',
|
||||
'typo3Language' => 'it',
|
||||
'locale' => 'it_IT.utf8',
|
||||
'iso-639-1' => 'it',
|
||||
'websiteTitle' => '',
|
||||
'navigationTitle' => 'Italian',
|
||||
'hreflang' => 'it-IT',
|
||||
'direction' => '',
|
||||
'flag' => 'it',
|
||||
'languageId' => 0,
|
||||
),
|
||||
),
|
||||
'rootPageId' => 1,
|
||||
'websiteTitle' => 'Carte da legare',
|
||||
),
|
||||
);
|
||||
#
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,262 +0,0 @@
|
||||
<?php
|
||||
class Default_action_Backend_Main_b9de0ba48bf53fff extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array3 = [
|
||||
'0' => 'bootstrap',
|
||||
'1' => '@typo3/backend/module/router.js',
|
||||
'2' => '@typo3/backend/module-menu.js',
|
||||
'3' => '@typo3/backend/java-script-module-import-event-handler.js',
|
||||
'4' => '@typo3/backend/storage/module-state-storage.js',
|
||||
'5' => '@typo3/backend/toolbar.js',
|
||||
'6' => '@typo3/backend/notification.js',
|
||||
'7' => '@typo3/backend/modal.js',
|
||||
'8' => '@typo3/backend/info-window.js',
|
||||
'9' => '@typo3/backend/viewport/resizable-navigation.js',
|
||||
'10' => '@typo3/backend/context-menu.js',
|
||||
'11' => '@typo3/backend/global-event-handler.js',
|
||||
'12' => '@typo3/backend/action-dispatcher.js',
|
||||
'13' => '@typo3/backend/element/immediate-action-element.js',
|
||||
'14' => '@typo3/backend/toolbar/live-search.js',
|
||||
'15' => '@typo3/backend/live-search/element/backend-search.js',
|
||||
];
|
||||
|
||||
$arguments1 = [
|
||||
'pageTitle' => '',
|
||||
'includeCssFiles' => NULL,
|
||||
'includeJsFiles' => NULL,
|
||||
'addJsInlineLabels' => NULL,
|
||||
'includeRequireJsModules' => NULL,
|
||||
'addInlineSettings' => NULL,
|
||||
'includeJavaScriptModules' => $array3,
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
|
||||
<div class="scaffold t3js-scaffold';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array5 = [
|
||||
'0' => '!',
|
||||
'1' => $renderingContext->getVariableProvider()->getByPath('modulesCollapsed'),
|
||||
'2' => ' && ',
|
||||
'3' => $renderingContext->getVariableProvider()->getByPath('modules'),
|
||||
];
|
||||
|
||||
$expression6 = function($context) {return (!(TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node1"])) && TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node3"]));};
|
||||
|
||||
$arguments4 = [
|
||||
'then' => ' scaffold-modulemenu-expanded',
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression6(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array5)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '">
|
||||
<div class="scaffold-header t3js-scaffold-header">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure8 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments7 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'Backend/Topbar',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</div>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array10 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('hasModules'),
|
||||
];
|
||||
|
||||
$expression11 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments9 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression11(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array10)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output12 = '';
|
||||
|
||||
$output12 .= '
|
||||
<div class="scaffold-modulemenu t3js-scaffold-modulemenu">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure14 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array15 = [
|
||||
'modules' => $renderingContext->getVariableProvider()->getByPath('modules'),
|
||||
'modulesInformation' => $renderingContext->getVariableProvider()->getByPath('modulesInformation'),
|
||||
];
|
||||
|
||||
$arguments13 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'Backend/ModuleMenu',
|
||||
'arguments' => $array15,
|
||||
];
|
||||
|
||||
$output12 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments13, $renderChildrenClosure14, $renderingContext);
|
||||
|
||||
$output12 .= '
|
||||
</div>
|
||||
';
|
||||
return $output12;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments9, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
<div class="scaffold-content t3js-scaffold-content ';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array17 = [
|
||||
'0' => '!',
|
||||
'1' => $renderingContext->getVariableProvider()->getByPath('hasModules'),
|
||||
];
|
||||
|
||||
$expression18 = function($context) {return !(TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node1"]));};
|
||||
|
||||
$arguments16 = [
|
||||
'then' => 'scaffold-no-modules',
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression18(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array17)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments16, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '">
|
||||
<div class="scaffold-content-navigation t3js-scaffold-content-navigation"></div>
|
||||
<typo3-backend-navigation-switcher
|
||||
parent=".t3js-scaffold"
|
||||
navigation=".t3js-scaffold-content-navigation"
|
||||
minimum-width="300"
|
||||
persistence-identifier="navigation.width"
|
||||
></typo3-backend-navigation-switcher>
|
||||
<div class="scaffold-content-module t3js-scaffold-content-module">
|
||||
<typo3-backend-module-router module="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('startupModule.0')]);
|
||||
|
||||
$output0 .= '" endpoint="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('startupModule.1')]);
|
||||
|
||||
$output0 .= '" state-tracker="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('stateTracker')]);
|
||||
|
||||
$output0 .= '" sitename="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('sitename')]);
|
||||
|
||||
$output0 .= '"';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array20 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('sitenameFirstInBackendTitle'),
|
||||
];
|
||||
|
||||
$expression21 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments19 = [
|
||||
'then' => ' sitename-first',
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression21(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array20)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments19, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '></typo3-backend-module-router>
|
||||
</div>
|
||||
<div class="scaffold-content-overlay t3js-scaffold-content-overlay"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,326 +0,0 @@
|
||||
<?php
|
||||
class Default_action_Default_9358c575ef93cad5 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array2 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('rows.above'),
|
||||
];
|
||||
|
||||
$expression3 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments1 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression3(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array2)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output4 = '';
|
||||
|
||||
$output4 .= '
|
||||
<table class="table table-condensed table-hover news-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure6 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('header');
|
||||
};
|
||||
|
||||
$arguments5 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output4 .= isset($arguments5['value']) ? $arguments5['value'] : $renderChildrenClosure6();
|
||||
|
||||
$output4 .= '</th>
|
||||
</tr>
|
||||
</thead>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array8 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('rows.below'),
|
||||
];
|
||||
|
||||
$expression9 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments7 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression9(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array8)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output10 = '';
|
||||
|
||||
$output10 .= '
|
||||
<tfoot class="setting-switcher">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<a href="#" data-identifier="newscollapse-';
|
||||
|
||||
$output10 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('id')]);
|
||||
|
||||
$output10 .= '">
|
||||
<span class="down">';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure12 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments11 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-move-down',
|
||||
];
|
||||
|
||||
$output10 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext);
|
||||
|
||||
$output10 .= '</span>
|
||||
<span class="up">';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure14 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments13 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-move-up',
|
||||
];
|
||||
|
||||
$output10 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments13, $renderChildrenClosure14, $renderingContext);
|
||||
|
||||
$output10 .= '</span>
|
||||
Toggle settings
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
';
|
||||
return $output10;
|
||||
},
|
||||
];
|
||||
|
||||
$output4 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments7, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output4 .= '
|
||||
<tbody>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure16 = function() use ($renderingContext) {
|
||||
$output17 = '';
|
||||
|
||||
$output17 .= '
|
||||
<tr>
|
||||
<th>';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure19 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('item.0');
|
||||
};
|
||||
|
||||
$arguments18 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output17 .= isset($arguments18['value']) ? $arguments18['value'] : $renderChildrenClosure19();
|
||||
|
||||
$output17 .= '</th>
|
||||
<td>';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure21 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('item.1');
|
||||
};
|
||||
|
||||
$arguments20 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output17 .= isset($arguments20['value']) ? $arguments20['value'] : $renderChildrenClosure21();
|
||||
|
||||
$output17 .= '</td>
|
||||
</tr>
|
||||
';
|
||||
return $output17;
|
||||
};
|
||||
|
||||
$arguments15 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('rows.above'),
|
||||
'as' => 'item',
|
||||
];
|
||||
|
||||
$output4 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments15, $renderChildrenClosure16, $renderingContext);
|
||||
|
||||
$output4 .= '
|
||||
</tbody>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array23 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('rows.below'),
|
||||
];
|
||||
|
||||
$expression24 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments22 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression24(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array23)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output25 = '';
|
||||
|
||||
$output25 .= '
|
||||
<tbody class="hidden-settings hidden" id="newscollapse-';
|
||||
|
||||
$output25 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('id')]);
|
||||
|
||||
$output25 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure27 = function() use ($renderingContext) {
|
||||
$output28 = '';
|
||||
|
||||
$output28 .= '
|
||||
<tr>
|
||||
<th>';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure30 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('item.0');
|
||||
};
|
||||
|
||||
$arguments29 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output28 .= isset($arguments29['value']) ? $arguments29['value'] : $renderChildrenClosure30();
|
||||
|
||||
$output28 .= '</th>
|
||||
<td>';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure32 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('item.1');
|
||||
};
|
||||
|
||||
$arguments31 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output28 .= isset($arguments31['value']) ? $arguments31['value'] : $renderChildrenClosure32();
|
||||
|
||||
$output28 .= '</td>
|
||||
</tr>
|
||||
';
|
||||
return $output28;
|
||||
};
|
||||
|
||||
$arguments26 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('rows.below'),
|
||||
'as' => 'item',
|
||||
];
|
||||
|
||||
$output25 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments26, $renderChildrenClosure27, $renderingContext);
|
||||
|
||||
$output25 .= '
|
||||
</tbody>
|
||||
';
|
||||
return $output25;
|
||||
},
|
||||
];
|
||||
|
||||
$output4 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments22, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output4 .= '
|
||||
</table>
|
||||
';
|
||||
return $output4;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output33 = '';
|
||||
|
||||
$output33 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure35 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('header');
|
||||
};
|
||||
|
||||
$arguments34 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output33 .= isset($arguments34['value']) ? $arguments34['value'] : $renderChildrenClosure35();
|
||||
|
||||
$output33 .= '
|
||||
';
|
||||
return $output33;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,108 +0,0 @@
|
||||
<?php
|
||||
class Default_action_Form_EditDocument_b9ef57049607bfcd extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'Module';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return true;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* section Content
|
||||
*/
|
||||
public function section_26298499e77d870c(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array3 = [
|
||||
'0' => '@typo3/backend/context-menu.js',
|
||||
];
|
||||
|
||||
$arguments1 = [
|
||||
'pageTitle' => '',
|
||||
'includeCssFiles' => NULL,
|
||||
'includeJsFiles' => NULL,
|
||||
'addJsInlineLabels' => NULL,
|
||||
'includeRequireJsModules' => NULL,
|
||||
'addInlineSettings' => NULL,
|
||||
'includeJavaScriptModules' => $array3,
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure5 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('bodyHtml');
|
||||
};
|
||||
|
||||
$arguments4 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output0 .= isset($arguments4['value']) ? $arguments4['value'] : $renderChildrenClosure5();
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output6 = '';
|
||||
|
||||
$output6 .= '
|
||||
|
||||
';
|
||||
|
||||
$output6 .= '';
|
||||
|
||||
$output6 .= '
|
||||
|
||||
';
|
||||
|
||||
$output6 .= '';
|
||||
|
||||
$output6 .= '
|
||||
|
||||
|
||||
';
|
||||
|
||||
return $output6;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,558 +0,0 @@
|
||||
<?php
|
||||
class Default_action_PageInformation_d833a700dba5dfbc extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'Module';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return true;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* section Before
|
||||
*/
|
||||
public function section_ed3696630fa71e53(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array3 = [
|
||||
'0' => '@typo3/backend/context-menu.js',
|
||||
'1' => '@typo3/backend/element/immediate-action-element.js',
|
||||
];
|
||||
|
||||
$arguments1 = [
|
||||
'pageTitle' => '',
|
||||
'includeCssFiles' => NULL,
|
||||
'includeJsFiles' => NULL,
|
||||
'addJsInlineLabels' => NULL,
|
||||
'includeRequireJsModules' => NULL,
|
||||
'addInlineSettings' => NULL,
|
||||
'includeJavaScriptModules' => $array3,
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array5 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('accessContent'),
|
||||
];
|
||||
|
||||
$expression6 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments4 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression6(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array5)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output7 = '';
|
||||
|
||||
$output7 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure9 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array10 = [
|
||||
'0' => 'web',
|
||||
'1' => $renderingContext->getVariableProvider()->getByPath('id'),
|
||||
];
|
||||
|
||||
$arguments8 = [
|
||||
'name' => 'args',
|
||||
'value' => $array10,
|
||||
];
|
||||
$renderChildrenClosure9 = ($arguments8['value'] !== null) ? function() use ($arguments8) { return $arguments8['value']; } : $renderChildrenClosure9;
|
||||
$output7 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext)]);
|
||||
|
||||
$output7 .= '
|
||||
<typo3-immediate-action
|
||||
action="TYPO3.Backend.Storage.ModuleStateStorage.update"
|
||||
args="';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\HtmlspecialcharsViewHelper
|
||||
$renderChildrenClosure12 = function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Format\JsonViewHelper
|
||||
$renderChildrenClosure15 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('args');
|
||||
};
|
||||
|
||||
$arguments14 = [
|
||||
'value' => NULL,
|
||||
'forceObject' => false,
|
||||
];
|
||||
$renderChildrenClosure15 = ($arguments14['value'] !== null) ? function() use ($arguments14) { return $arguments14['value']; } : $renderChildrenClosure15;return TYPO3\CMS\Fluid\ViewHelpers\Format\JsonViewHelper::renderStatic($arguments14, $renderChildrenClosure15, $renderingContext);
|
||||
};
|
||||
|
||||
$arguments11 = [
|
||||
'value' => NULL,
|
||||
'keepQuotes' => false,
|
||||
'encoding' => 'UTF-8',
|
||||
'doubleEncode' => true,
|
||||
];
|
||||
$value13 = ($arguments11['value'] !== null ? $arguments11['value'] : $renderChildrenClosure12());
|
||||
|
||||
$output7 .= !is_string($value13) && !(is_object($value13) && method_exists($value13, '__toString')) ? $value13 : htmlspecialchars($value13, ($arguments11['keepQuotes'] ? ENT_NOQUOTES : ENT_QUOTES), $arguments11['encoding'], $arguments11['doubleEncode']);
|
||||
|
||||
$output7 .= '"
|
||||
></typo3-immediate-action>
|
||||
';
|
||||
return $output7;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
/**
|
||||
* section Content
|
||||
*/
|
||||
public function section_26298499e77d870c(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output16 = '';
|
||||
|
||||
$output16 .= '
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array18 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('accessContent'),
|
||||
];
|
||||
|
||||
$expression19 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments17 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression19(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array18)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output20 = '';
|
||||
|
||||
$output20 .= '
|
||||
<h1>';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure22 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments21 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:info/Resources/Private/Language/locallang_webinfo.xlf:page_title',
|
||||
];
|
||||
|
||||
$output20 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments21, $renderChildrenClosure22, $renderingContext)]);
|
||||
|
||||
$output20 .= '</h1>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array24 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('pageUid'),
|
||||
];
|
||||
|
||||
$expression25 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments23 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression25(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array24)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output26 = '';
|
||||
|
||||
$output26 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array28 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('content'),
|
||||
];
|
||||
|
||||
$expression29 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments27 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression29(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array28)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output30 = '';
|
||||
|
||||
$output30 .= '
|
||||
<form action="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\UriViewHelper
|
||||
$renderChildrenClosure32 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array33 = [
|
||||
'id' => $renderingContext->getVariableProvider()->getByPath('pageUid'),
|
||||
];
|
||||
|
||||
$arguments31 = [
|
||||
'referenceType' => 'absolute',
|
||||
'route' => 'web_info_overview',
|
||||
'parameters' => $array33,
|
||||
];
|
||||
|
||||
$output30 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\UriViewHelper::renderStatic($arguments31, $renderChildrenClosure32, $renderingContext)]);
|
||||
|
||||
$output30 .= '" method="post">
|
||||
<div class="form-row">
|
||||
<div class="form-group">
|
||||
<label class="form-label" for="depth">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure35 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments34 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:info/Resources/Private/Language/locallang_webinfo.xlf:moduleFunctions.depth',
|
||||
];
|
||||
|
||||
$output30 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments34, $renderChildrenClosure35, $renderingContext)]);
|
||||
|
||||
$output30 .= '
|
||||
</label>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure37 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array38 = [
|
||||
'name' => 'depth',
|
||||
'id' => 'depth',
|
||||
'options' => $renderingContext->getVariableProvider()->getByPath('depthDropdownOptions'),
|
||||
'currentValue' => $renderingContext->getVariableProvider()->getByPath('depthDropdownCurrentValue'),
|
||||
];
|
||||
|
||||
$arguments36 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'DropdownMenu',
|
||||
'arguments' => $array38,
|
||||
];
|
||||
|
||||
$output30 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments36, $renderChildrenClosure37, $renderingContext);
|
||||
|
||||
$output30 .= '
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="form-label" for="pages">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure40 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments39 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:info/Resources/Private/Language/locallang_webinfo.xlf:moduleFunctions.type',
|
||||
];
|
||||
|
||||
$output30 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments39, $renderChildrenClosure40, $renderingContext)]);
|
||||
|
||||
$output30 .= '
|
||||
</label>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure42 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array43 = [
|
||||
'name' => 'pages',
|
||||
'id' => 'pages',
|
||||
'options' => $renderingContext->getVariableProvider()->getByPath('pagesDropdownOptions'),
|
||||
'currentValue' => $renderingContext->getVariableProvider()->getByPath('pagesDropdownCurrentValue'),
|
||||
];
|
||||
|
||||
$arguments41 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'DropdownMenu',
|
||||
'arguments' => $array43,
|
||||
];
|
||||
|
||||
$output30 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments41, $renderChildrenClosure42, $renderingContext);
|
||||
|
||||
$output30 .= '
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure45 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('content');
|
||||
};
|
||||
|
||||
$arguments44 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output30 .= isset($arguments44['value']) ? $arguments44['value'] : $renderChildrenClosure45();
|
||||
|
||||
$output30 .= '
|
||||
';
|
||||
return $output30;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output46 = '';
|
||||
|
||||
$output46 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\InfoboxViewHelper
|
||||
$renderChildrenClosure48 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure50 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments49 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:info/Resources/Private/Language/locallang_webinfo.xlf:info.noContent.message',
|
||||
];
|
||||
|
||||
$arguments47 = [
|
||||
'title' => NULL,
|
||||
'iconName' => NULL,
|
||||
'disableIcon' => false,
|
||||
'message' => call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments49, $renderChildrenClosure50, $renderingContext)]),
|
||||
'state' => -2,
|
||||
];
|
||||
$renderChildrenClosure48 = ($arguments47['message'] !== null) ? function() use ($arguments47) { return $arguments47['message']; } : $renderChildrenClosure48;
|
||||
$output46 .= TYPO3\CMS\Fluid\ViewHelpers\Be\InfoboxViewHelper::renderStatic($arguments47, $renderChildrenClosure48, $renderingContext);
|
||||
|
||||
$output46 .= '
|
||||
';
|
||||
return $output46;
|
||||
},
|
||||
];
|
||||
|
||||
$output26 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments27, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output26 .= '
|
||||
';
|
||||
return $output26;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output51 = '';
|
||||
|
||||
$output51 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\InfoboxViewHelper
|
||||
$renderChildrenClosure53 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure55 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments54 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:info/Resources/Private/Language/locallang_webinfo.xlf:info.noPageSelected.message',
|
||||
];
|
||||
|
||||
$arguments52 = [
|
||||
'title' => NULL,
|
||||
'iconName' => NULL,
|
||||
'disableIcon' => false,
|
||||
'message' => call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments54, $renderChildrenClosure55, $renderingContext)]),
|
||||
'state' => -1,
|
||||
];
|
||||
$renderChildrenClosure53 = ($arguments52['message'] !== null) ? function() use ($arguments52) { return $arguments52['message']; } : $renderChildrenClosure53;
|
||||
$output51 .= TYPO3\CMS\Fluid\ViewHelpers\Be\InfoboxViewHelper::renderStatic($arguments52, $renderChildrenClosure53, $renderingContext);
|
||||
|
||||
$output51 .= '
|
||||
';
|
||||
return $output51;
|
||||
},
|
||||
];
|
||||
|
||||
$output20 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments23, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output20 .= '
|
||||
';
|
||||
return $output20;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output56 = '';
|
||||
|
||||
$output56 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\InfoboxViewHelper
|
||||
$renderChildrenClosure58 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure60 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments59 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:info/Resources/Private/Language/locallang_webinfo.xlf:error.noAccess.title',
|
||||
];
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure62 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments61 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:info/Resources/Private/Language/locallang_webinfo.xlf:error.noAccess.message',
|
||||
];
|
||||
|
||||
$arguments57 = [
|
||||
'iconName' => NULL,
|
||||
'disableIcon' => false,
|
||||
'title' => TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments59, $renderChildrenClosure60, $renderingContext),
|
||||
'message' => call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments61, $renderChildrenClosure62, $renderingContext)]),
|
||||
'state' => 2,
|
||||
];
|
||||
$renderChildrenClosure58 = ($arguments57['message'] !== null) ? function() use ($arguments57) { return $arguments57['message']; } : $renderChildrenClosure58;
|
||||
$output56 .= TYPO3\CMS\Fluid\ViewHelpers\Be\InfoboxViewHelper::renderStatic($arguments57, $renderChildrenClosure58, $renderingContext);
|
||||
|
||||
$output56 .= '
|
||||
';
|
||||
return $output56;
|
||||
},
|
||||
];
|
||||
|
||||
$output16 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments17, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output16 .= '
|
||||
|
||||
';
|
||||
|
||||
return $output16;
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output63 = '';
|
||||
|
||||
$output63 .= '
|
||||
|
||||
';
|
||||
|
||||
$output63 .= '';
|
||||
|
||||
$output63 .= '
|
||||
|
||||
';
|
||||
|
||||
$output63 .= '';
|
||||
|
||||
$output63 .= '
|
||||
|
||||
';
|
||||
|
||||
$output63 .= '';
|
||||
|
||||
$output63 .= '
|
||||
|
||||
|
||||
';
|
||||
|
||||
return $output63;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,124 +0,0 @@
|
||||
<?php
|
||||
class Default_action_PageLayout_PageLayout_18fdfcc16dbf5c86 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
'be' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Backend\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array2 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('context.drawingConfiguration.languageMode'),
|
||||
];
|
||||
|
||||
$expression3 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments1 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression3(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array2)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output4 = '';
|
||||
|
||||
$output4 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure6 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments5 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'PageLayout/LanguageColumns',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
];
|
||||
|
||||
$output4 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext);
|
||||
|
||||
$output4 .= '
|
||||
';
|
||||
return $output4;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output7 = '';
|
||||
|
||||
$output7 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure9 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments8 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'PageLayout/Grid',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
];
|
||||
|
||||
$output7 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);
|
||||
|
||||
$output7 .= '
|
||||
';
|
||||
return $output7;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,172 +0,0 @@
|
||||
<?php
|
||||
class Default_action_PageLayout_PageModuleNoAccess_ad6c20ef873e8a73 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'Module';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return true;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* section Before
|
||||
*/
|
||||
public function section_ed3696630fa71e53(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array3 = [
|
||||
'0' => 'web',
|
||||
'1' => $renderingContext->getVariableProvider()->getByPath('pageId'),
|
||||
];
|
||||
|
||||
$arguments1 = [
|
||||
'name' => 'immediateActionArgs',
|
||||
'value' => $array3,
|
||||
];
|
||||
$renderChildrenClosure2 = ($arguments1['value'] !== null) ? function() use ($arguments1) { return $arguments1['value']; } : $renderChildrenClosure2;
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
<typo3-immediate-action
|
||||
action="TYPO3.Backend.Storage.ModuleStateStorage.update"
|
||||
args="';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\HtmlspecialcharsViewHelper
|
||||
$renderChildrenClosure5 = function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Format\JsonViewHelper
|
||||
$renderChildrenClosure8 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('immediateActionArgs');
|
||||
};
|
||||
|
||||
$arguments7 = [
|
||||
'value' => NULL,
|
||||
'forceObject' => false,
|
||||
];
|
||||
$renderChildrenClosure8 = ($arguments7['value'] !== null) ? function() use ($arguments7) { return $arguments7['value']; } : $renderChildrenClosure8;return TYPO3\CMS\Fluid\ViewHelpers\Format\JsonViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);
|
||||
};
|
||||
|
||||
$arguments4 = [
|
||||
'value' => NULL,
|
||||
'keepQuotes' => false,
|
||||
'encoding' => 'UTF-8',
|
||||
'doubleEncode' => true,
|
||||
];
|
||||
$value6 = ($arguments4['value'] !== null ? $arguments4['value'] : $renderChildrenClosure5());
|
||||
|
||||
$output0 .= !is_string($value6) && !(is_object($value6) && method_exists($value6, '__toString')) ? $value6 : htmlspecialchars($value6, ($arguments4['keepQuotes'] ? ENT_NOQUOTES : ENT_QUOTES), $arguments4['encoding'], $arguments4['doubleEncode']);
|
||||
|
||||
$output0 .= '"
|
||||
></typo3-immediate-action>
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
/**
|
||||
* section Content
|
||||
*/
|
||||
public function section_26298499e77d870c(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output9 = '';
|
||||
|
||||
$output9 .= '
|
||||
|
||||
<h1>';
|
||||
|
||||
$output9 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('siteName')]);
|
||||
|
||||
$output9 .= '</h1>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\InfoboxViewHelper
|
||||
$renderChildrenClosure11 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure13 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments12 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:clickAPage_content',
|
||||
];
|
||||
|
||||
$arguments10 = [
|
||||
'title' => NULL,
|
||||
'iconName' => NULL,
|
||||
'disableIcon' => false,
|
||||
'message' => call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments12, $renderChildrenClosure13, $renderingContext)]),
|
||||
'state' => -1,
|
||||
];
|
||||
$renderChildrenClosure11 = ($arguments10['message'] !== null) ? function() use ($arguments10) { return $arguments10['message']; } : $renderChildrenClosure11;
|
||||
$output9 .= TYPO3\CMS\Fluid\ViewHelpers\Be\InfoboxViewHelper::renderStatic($arguments10, $renderChildrenClosure11, $renderingContext);
|
||||
|
||||
$output9 .= '
|
||||
|
||||
';
|
||||
|
||||
return $output9;
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output14 = '';
|
||||
|
||||
$output14 .= '
|
||||
|
||||
';
|
||||
|
||||
$output14 .= '';
|
||||
|
||||
$output14 .= '
|
||||
|
||||
';
|
||||
|
||||
$output14 .= '';
|
||||
|
||||
$output14 .= '
|
||||
|
||||
';
|
||||
|
||||
$output14 .= '';
|
||||
|
||||
$output14 .= '
|
||||
|
||||
|
||||
';
|
||||
|
||||
return $output14;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,420 +0,0 @@
|
||||
<?php
|
||||
class Default_action_PageLayout_PageModule_d530bcb8dac3c754 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'Module';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return true;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* section Before
|
||||
*/
|
||||
public function section_ed3696630fa71e53(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array3 = [
|
||||
'0' => '@typo3/backend/clear-cache.js',
|
||||
'1' => '@typo3/backend/new-content-element-wizard-button.js',
|
||||
'2' => '@typo3/backend/context-menu.js',
|
||||
'3' => '@typo3/backend/localization.js',
|
||||
'4' => '@typo3/backend/layout-module/drag-drop.js',
|
||||
'5' => '@typo3/backend/modal.js',
|
||||
'6' => '@typo3/backend/element/editable-page-title.js',
|
||||
];
|
||||
|
||||
$array4 = [
|
||||
'editablePageTitle.input.field.label' => 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:editPageTitle.input.field.label',
|
||||
'editablePageTitle.button.edit.label' => 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:editPageTitle',
|
||||
'editablePageTitle.button.save.label' => 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:save',
|
||||
'editablePageTitle.button.cancel.label' => 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:cancel',
|
||||
];
|
||||
|
||||
$arguments1 = [
|
||||
'pageTitle' => '',
|
||||
'includeCssFiles' => NULL,
|
||||
'includeJsFiles' => NULL,
|
||||
'includeRequireJsModules' => NULL,
|
||||
'addInlineSettings' => NULL,
|
||||
'includeJavaScriptModules' => $array3,
|
||||
'addJsInlineLabels' => $array4,
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure6 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array7 = [
|
||||
'0' => 'web',
|
||||
'1' => $renderingContext->getVariableProvider()->getByPath('pageId'),
|
||||
'2' => 1,
|
||||
];
|
||||
|
||||
$arguments5 = [
|
||||
'name' => 'immediateActionArgs',
|
||||
'value' => $array7,
|
||||
];
|
||||
$renderChildrenClosure6 = ($arguments5['value'] !== null) ? function() use ($arguments5) { return $arguments5['value']; } : $renderChildrenClosure6;
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
<typo3-immediate-action
|
||||
action="TYPO3.Backend.Storage.ModuleStateStorage.updateWithCurrentMount"
|
||||
args="';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\HtmlspecialcharsViewHelper
|
||||
$renderChildrenClosure9 = function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Format\JsonViewHelper
|
||||
$renderChildrenClosure12 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('immediateActionArgs');
|
||||
};
|
||||
|
||||
$arguments11 = [
|
||||
'value' => NULL,
|
||||
'forceObject' => false,
|
||||
];
|
||||
$renderChildrenClosure12 = ($arguments11['value'] !== null) ? function() use ($arguments11) { return $arguments11['value']; } : $renderChildrenClosure12;return TYPO3\CMS\Fluid\ViewHelpers\Format\JsonViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext);
|
||||
};
|
||||
|
||||
$arguments8 = [
|
||||
'value' => NULL,
|
||||
'keepQuotes' => false,
|
||||
'encoding' => 'UTF-8',
|
||||
'doubleEncode' => true,
|
||||
];
|
||||
$value10 = ($arguments8['value'] !== null ? $arguments8['value'] : $renderChildrenClosure9());
|
||||
|
||||
$output0 .= !is_string($value10) && !(is_object($value10) && method_exists($value10, '__toString')) ? $value10 : htmlspecialchars($value10, ($arguments8['keepQuotes'] ? ENT_NOQUOTES : ENT_QUOTES), $arguments8['encoding'], $arguments8['doubleEncode']);
|
||||
|
||||
$output0 .= '"
|
||||
></typo3-immediate-action>
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
/**
|
||||
* section Content
|
||||
*/
|
||||
public function section_26298499e77d870c(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output13 = '';
|
||||
|
||||
$output13 .= '
|
||||
|
||||
<typo3-backend-editable-page-title
|
||||
pageTitle="';
|
||||
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('localizedPageTitle')]);
|
||||
|
||||
$output13 .= '"
|
||||
pageId="';
|
||||
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('pageId')]);
|
||||
|
||||
$output13 .= '"
|
||||
localizedPageId="';
|
||||
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('localizedPageId')]);
|
||||
|
||||
$output13 .= '"
|
||||
';
|
||||
// Rendering TernaryExpression node
|
||||
$array14 = array (
|
||||
0 => '{isPageEditable ? \'editable\' : \'\'}',
|
||||
1 => '{isPageEditable ? \'editable\' : \'\'}',
|
||||
);
|
||||
$ternaryExpression15 = function($context, $renderingContext) {
|
||||
$check = 'isPageEditable';
|
||||
$parser = new \TYPO3Fluid\Fluid\Core\Parser\BooleanParser();
|
||||
$checkResult = $parser->evaluate($check, $context);
|
||||
if ($checkResult) {
|
||||
return TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\Expression\TernaryExpressionNode::getTemplateVariableOrValueItself('\'editable\'', $renderingContext);
|
||||
}
|
||||
return TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\Expression\TernaryExpressionNode::getTemplateVariableOrValueItself('\'\'', $renderingContext);
|
||||
};
|
||||
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$ternaryExpression15(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\Expression\TernaryExpressionNode::gatherContext($renderingContext, $array14[1]), $renderingContext)]);
|
||||
|
||||
$output13 .= '
|
||||
>
|
||||
';
|
||||
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('localizedPageTitle')]);
|
||||
|
||||
$output13 .= '
|
||||
</typo3-backend-editable-page-title>
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure17 = function() use ($renderingContext) {
|
||||
$output18 = '';
|
||||
|
||||
$output18 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\InfoboxViewHelper
|
||||
$renderChildrenClosure20 = function() use ($renderingContext) {
|
||||
$output21 = '';
|
||||
|
||||
$output21 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure23 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('infoBox.message');
|
||||
};
|
||||
|
||||
$arguments22 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output21 .= isset($arguments22['value']) ? $arguments22['value'] : $renderChildrenClosure23();
|
||||
|
||||
$output21 .= '
|
||||
';
|
||||
return $output21;
|
||||
};
|
||||
|
||||
$arguments19 = [
|
||||
'message' => NULL,
|
||||
'title' => NULL,
|
||||
'iconName' => NULL,
|
||||
'disableIcon' => false,
|
||||
'state' => $renderingContext->getVariableProvider()->getByPath('infoBox.state'),
|
||||
];
|
||||
$renderChildrenClosure20 = ($arguments19['message'] !== null) ? function() use ($arguments19) { return $arguments19['message']; } : $renderChildrenClosure20;
|
||||
$output18 .= TYPO3\CMS\Fluid\ViewHelpers\Be\InfoboxViewHelper::renderStatic($arguments19, $renderChildrenClosure20, $renderingContext);
|
||||
|
||||
$output18 .= '
|
||||
';
|
||||
return $output18;
|
||||
};
|
||||
|
||||
$arguments16 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('infoBoxes'),
|
||||
'as' => 'infoBox',
|
||||
];
|
||||
|
||||
$output13 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments16, $renderChildrenClosure17, $renderingContext);
|
||||
|
||||
$output13 .= '
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure25 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('eventContentHtmlTop');
|
||||
};
|
||||
|
||||
$arguments24 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output13 .= isset($arguments24['value']) ? $arguments24['value'] : $renderChildrenClosure25();
|
||||
|
||||
$output13 .= '
|
||||
|
||||
<form action="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\UriViewHelper
|
||||
$renderChildrenClosure27 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array28 = [
|
||||
'id' => $renderingContext->getVariableProvider()->getByPath('pageId'),
|
||||
];
|
||||
|
||||
$arguments26 = [
|
||||
'referenceType' => 'absolute',
|
||||
'route' => 'web_layout',
|
||||
'parameters' => $array28,
|
||||
];
|
||||
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\UriViewHelper::renderStatic($arguments26, $renderChildrenClosure27, $renderingContext)]);
|
||||
|
||||
$output13 .= '" id="PageLayoutController" method="post">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure30 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('mainContentHtml');
|
||||
};
|
||||
|
||||
$arguments29 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output13 .= isset($arguments29['value']) ? $arguments29['value'] : $renderChildrenClosure30();
|
||||
|
||||
$output13 .= '
|
||||
</form>
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array32 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('hiddenElementsShowToggle'),
|
||||
];
|
||||
|
||||
$expression33 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments31 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression33(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array32)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output34 = '';
|
||||
|
||||
$output34 .= '
|
||||
<div class="form-check form-switch">
|
||||
<input
|
||||
type="checkbox"
|
||||
id="checkShowHidden"
|
||||
class="form-check-input"
|
||||
name="showHidden"
|
||||
value="1"
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array36 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('hiddenElementsState'),
|
||||
'1' => ' == 1',
|
||||
];
|
||||
|
||||
$expression37 = function($context) {return (TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]) == 1);};
|
||||
|
||||
$arguments35 = [
|
||||
'then' => 'checked="checked"',
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression37(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array36)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output34 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments35, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output34 .= '
|
||||
/>
|
||||
<label class="form-check-label" for="checkShowHidden">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure39 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments38 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:hiddenCE',
|
||||
];
|
||||
|
||||
$output34 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments38, $renderChildrenClosure39, $renderingContext)]);
|
||||
|
||||
$output34 .= ' (';
|
||||
|
||||
$output34 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('hiddenElementsCount')]);
|
||||
|
||||
$output34 .= ')
|
||||
</label>
|
||||
</div>
|
||||
';
|
||||
return $output34;
|
||||
},
|
||||
];
|
||||
|
||||
$output13 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments31, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output13 .= '
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure41 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('eventContentHtmlBottom');
|
||||
};
|
||||
|
||||
$arguments40 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output13 .= isset($arguments40['value']) ? $arguments40['value'] : $renderChildrenClosure41();
|
||||
|
||||
$output13 .= '
|
||||
|
||||
';
|
||||
|
||||
return $output13;
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output42 = '';
|
||||
|
||||
$output42 .= '
|
||||
|
||||
';
|
||||
|
||||
$output42 .= '';
|
||||
|
||||
$output42 .= '
|
||||
|
||||
';
|
||||
|
||||
$output42 .= '';
|
||||
|
||||
$output42 .= '
|
||||
|
||||
';
|
||||
|
||||
$output42 .= '';
|
||||
|
||||
$output42 .= '
|
||||
|
||||
|
||||
';
|
||||
|
||||
return $output42;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,65 +0,0 @@
|
||||
<?php
|
||||
class Default_action_PageLayout_UnusedRecords_973ecf91498a073a extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
'be' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Backend\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments1 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'PageLayout/Grid',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,304 +0,0 @@
|
||||
<?php
|
||||
class Default_action_RecordList_728fbd34492060f3 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'Module';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return true;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* section Before
|
||||
*/
|
||||
public function section_ed3696630fa71e53(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array3 = [
|
||||
'0' => '@typo3/backend/recordlist.js',
|
||||
'1' => '@typo3/backend/record-download-button.js',
|
||||
'2' => '@typo3/backend/clear-cache.js',
|
||||
'3' => '@typo3/backend/record-search.js',
|
||||
'4' => '@typo3/backend/ajax-data-handler.js',
|
||||
'5' => '@typo3/backend/column-selector-button.js',
|
||||
'6' => '@typo3/backend/multi-record-selection.js',
|
||||
'8' => '@typo3/backend/multi-record-selection-delete-action.js',
|
||||
'9' => '@typo3/backend/clipboard-panel.js',
|
||||
'10' => '@typo3/backend/new-content-element-wizard-button.js',
|
||||
'11' => '@typo3/backend/element/immediate-action-element.js',
|
||||
'12' => '@typo3/backend/context-menu.js',
|
||||
'13' => '@typo3/backend/element/editable-page-title.js',
|
||||
];
|
||||
|
||||
$array4 = [
|
||||
'editablePageTitle.input.field.label' => 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:editPageTitle.input.field.label',
|
||||
'editablePageTitle.button.edit.label' => 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:editPageTitle',
|
||||
'editablePageTitle.button.save.label' => 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:save',
|
||||
'editablePageTitle.button.cancel.label' => 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:cancel',
|
||||
];
|
||||
|
||||
$arguments1 = [
|
||||
'pageTitle' => '',
|
||||
'includeCssFiles' => NULL,
|
||||
'includeJsFiles' => NULL,
|
||||
'includeRequireJsModules' => NULL,
|
||||
'addInlineSettings' => NULL,
|
||||
'includeJavaScriptModules' => $array3,
|
||||
'addJsInlineLabels' => $array4,
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure6 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array7 = [
|
||||
'0' => 'web',
|
||||
'1' => $renderingContext->getVariableProvider()->getByPath('pageId'),
|
||||
];
|
||||
|
||||
$arguments5 = [
|
||||
'name' => 'immediateActionArgs',
|
||||
'value' => $array7,
|
||||
];
|
||||
$renderChildrenClosure6 = ($arguments5['value'] !== null) ? function() use ($arguments5) { return $arguments5['value']; } : $renderChildrenClosure6;
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
<typo3-immediate-action
|
||||
action="TYPO3.Backend.Storage.ModuleStateStorage.update"
|
||||
args="';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\HtmlspecialcharsViewHelper
|
||||
$renderChildrenClosure9 = function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Format\JsonViewHelper
|
||||
$renderChildrenClosure12 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('immediateActionArgs');
|
||||
};
|
||||
|
||||
$arguments11 = [
|
||||
'value' => NULL,
|
||||
'forceObject' => false,
|
||||
];
|
||||
$renderChildrenClosure12 = ($arguments11['value'] !== null) ? function() use ($arguments11) { return $arguments11['value']; } : $renderChildrenClosure12;return TYPO3\CMS\Fluid\ViewHelpers\Format\JsonViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext);
|
||||
};
|
||||
|
||||
$arguments8 = [
|
||||
'value' => NULL,
|
||||
'keepQuotes' => false,
|
||||
'encoding' => 'UTF-8',
|
||||
'doubleEncode' => true,
|
||||
];
|
||||
$value10 = ($arguments8['value'] !== null ? $arguments8['value'] : $renderChildrenClosure9());
|
||||
|
||||
$output0 .= !is_string($value10) && !(is_object($value10) && method_exists($value10, '__toString')) ? $value10 : htmlspecialchars($value10, ($arguments8['keepQuotes'] ? ENT_NOQUOTES : ENT_QUOTES), $arguments8['encoding'], $arguments8['doubleEncode']);
|
||||
|
||||
$output0 .= '"
|
||||
></typo3-immediate-action>
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
/**
|
||||
* section Content
|
||||
*/
|
||||
public function section_26298499e77d870c(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output13 = '';
|
||||
|
||||
$output13 .= '
|
||||
<typo3-backend-editable-page-title
|
||||
pageTitle="';
|
||||
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('pageTitle')]);
|
||||
|
||||
$output13 .= '"
|
||||
pageId="';
|
||||
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('pageId')]);
|
||||
|
||||
$output13 .= '"
|
||||
';
|
||||
// Rendering TernaryExpression node
|
||||
$array14 = array (
|
||||
0 => '{isPageEditable ? \'editable\' : \'\'}',
|
||||
1 => '{isPageEditable ? \'editable\' : \'\'}',
|
||||
);
|
||||
$ternaryExpression15 = function($context, $renderingContext) {
|
||||
$check = 'isPageEditable';
|
||||
$parser = new \TYPO3Fluid\Fluid\Core\Parser\BooleanParser();
|
||||
$checkResult = $parser->evaluate($check, $context);
|
||||
if ($checkResult) {
|
||||
return TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\Expression\TernaryExpressionNode::getTemplateVariableOrValueItself('\'editable\'', $renderingContext);
|
||||
}
|
||||
return TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\Expression\TernaryExpressionNode::getTemplateVariableOrValueItself('\'\'', $renderingContext);
|
||||
};
|
||||
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$ternaryExpression15(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\Expression\TernaryExpressionNode::gatherContext($renderingContext, $array14[1]), $renderingContext)]);
|
||||
|
||||
$output13 .= '
|
||||
>
|
||||
';
|
||||
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('pageTitle')]);
|
||||
|
||||
$output13 .= '
|
||||
</typo3-backend-editable-page-title>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure17 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('additionalContentTop');
|
||||
};
|
||||
|
||||
$arguments16 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output13 .= isset($arguments16['value']) ? $arguments16['value'] : $renderChildrenClosure17();
|
||||
|
||||
$output13 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure19 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('languageSelectorHtml');
|
||||
};
|
||||
|
||||
$arguments18 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output13 .= isset($arguments18['value']) ? $arguments18['value'] : $renderChildrenClosure19();
|
||||
|
||||
$output13 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure21 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('searchBoxHtml');
|
||||
};
|
||||
|
||||
$arguments20 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output13 .= isset($arguments20['value']) ? $arguments20['value'] : $renderChildrenClosure21();
|
||||
|
||||
$output13 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure23 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('pageTranslationsHtml');
|
||||
};
|
||||
|
||||
$arguments22 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output13 .= isset($arguments22['value']) ? $arguments22['value'] : $renderChildrenClosure23();
|
||||
|
||||
$output13 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure25 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('tableListHtml');
|
||||
};
|
||||
|
||||
$arguments24 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output13 .= isset($arguments24['value']) ? $arguments24['value'] : $renderChildrenClosure25();
|
||||
|
||||
$output13 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure27 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('clipboardHtml');
|
||||
};
|
||||
|
||||
$arguments26 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output13 .= isset($arguments26['value']) ? $arguments26['value'] : $renderChildrenClosure27();
|
||||
|
||||
$output13 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure29 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('additionalContentBottom');
|
||||
};
|
||||
|
||||
$arguments28 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output13 .= isset($arguments28['value']) ? $arguments28['value'] : $renderChildrenClosure29();
|
||||
|
||||
$output13 .= '
|
||||
';
|
||||
|
||||
return $output13;
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output30 = '';
|
||||
|
||||
$output30 .= '
|
||||
|
||||
';
|
||||
|
||||
$output30 .= '';
|
||||
|
||||
$output30 .= '
|
||||
|
||||
';
|
||||
|
||||
$output30 .= '';
|
||||
|
||||
$output30 .= '
|
||||
|
||||
';
|
||||
|
||||
$output30 .= '';
|
||||
|
||||
$output30 .= '
|
||||
|
||||
|
||||
';
|
||||
|
||||
return $output30;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,698 +0,0 @@
|
||||
<?php
|
||||
class Default_action_Show_e5a8b7c022b99b7d extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'Module';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return true;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* section Content
|
||||
*/
|
||||
public function section_26298499e77d870c(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array3 = [
|
||||
'0' => '@typo3/viewpage/main.js',
|
||||
];
|
||||
|
||||
$arguments1 = [
|
||||
'pageTitle' => '',
|
||||
'includeCssFiles' => NULL,
|
||||
'includeJsFiles' => NULL,
|
||||
'addJsInlineLabels' => NULL,
|
||||
'includeRequireJsModules' => NULL,
|
||||
'addInlineSettings' => NULL,
|
||||
'includeJavaScriptModules' => $array3,
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
|
||||
<div class="viewpage-item">
|
||||
<div class="viewpage-topbar t3js-viewpage-topbar">
|
||||
<div class="viewpage-topbar-orientation t3js-viewpage-topbar-orientation">
|
||||
<a href="#" class="t3js-change-orientation">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure5 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments4 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-device-orientation-change',
|
||||
'size' => 'small',
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</a>
|
||||
</div>
|
||||
<div class="viewpage-topbar-preset">
|
||||
<span class="dropdown">
|
||||
<button type="button" id="viewpage-topbar-preset-button" class="btn btn-dark dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
||||
<span class="t3js-viewpage-current-label">
|
||||
';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('current.label')]);
|
||||
|
||||
$output0 .= '
|
||||
</span>
|
||||
</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="viewpage-topbar-preset-button">
|
||||
<li>
|
||||
<a href="#" class="dropdown-item t3js-preset-maximized t3js-change-preset" data-key="maximized" data-label="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure7 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments6 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:maximized',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments6, $renderChildrenClosure7, $renderingContext)]);
|
||||
|
||||
$output0 .= '" data-width data-height>
|
||||
<span class="dropdown-item-columns">
|
||||
<span class="dropdown-item-column dropdown-item-column-icon" aria-hidden="true">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure9 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments8 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-fullscreen',
|
||||
'size' => 'small',
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</span>
|
||||
<span class="dropdown-item-column dropdown-item-column-title">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure11 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments10 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:maximized',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments10, $renderChildrenClosure11, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
</span>
|
||||
<span class="dropdown-item-column dropdown-item-column-value">
|
||||
100%/100%
|
||||
</span>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="dropdown-item t3js-preset-custom t3js-change-preset" data-key="custom" data-label="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure13 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments12 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:custom',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments12, $renderChildrenClosure13, $renderingContext)]);
|
||||
|
||||
$output0 .= '" data-width="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('custom.width')]);
|
||||
|
||||
$output0 .= '" data-height="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('custom.height')]);
|
||||
|
||||
$output0 .= '">
|
||||
<span class="dropdown-item-columns">
|
||||
<span class="dropdown-item-column dropdown-item-column-icon" aria-hidden="true">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure15 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments14 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-expand',
|
||||
'size' => 'small',
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments14, $renderChildrenClosure15, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</span>
|
||||
<span class="dropdown-item-column dropdown-item-column-title t3js-preset-custom-label">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure17 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments16 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:custom',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments16, $renderChildrenClosure17, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
</span>
|
||||
<span class="dropdown-item-column dropdown-item-column-value">
|
||||
<span class="t3js-preset-custom-width">';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('custom.width')]);
|
||||
|
||||
$output0 .= '</span>px/<span class="t3js-preset-custom-height">';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('custom.height')]);
|
||||
|
||||
$output0 .= '</span>px
|
||||
</span>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure19 = function() use ($renderingContext) {
|
||||
$output20 = '';
|
||||
|
||||
$output20 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array22 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('presetGroup'),
|
||||
];
|
||||
|
||||
$expression23 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments21 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression23(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array22)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output24 = '';
|
||||
|
||||
$output24 .= '
|
||||
<li><hr class="dropdown-divider"></li>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure26 = function() use ($renderingContext) {
|
||||
$output27 = '';
|
||||
|
||||
$output27 .= '
|
||||
<li>
|
||||
<a href="#" class="dropdown-item t3js-change-preset" data-key="';
|
||||
|
||||
$output27 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('preset.key')]);
|
||||
|
||||
$output27 .= '" data-label="';
|
||||
|
||||
$output27 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('preset.label')]);
|
||||
|
||||
$output27 .= '" data-width="';
|
||||
|
||||
$output27 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('preset.width')]);
|
||||
|
||||
$output27 .= '" data-height="';
|
||||
|
||||
$output27 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('preset.height')]);
|
||||
|
||||
$output27 .= '">
|
||||
|
||||
|
||||
<span class="dropdown-item-columns">
|
||||
<span class="dropdown-item-column dropdown-item-column-icon" aria-hidden="true">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\SwitchViewHelper
|
||||
$renderChildrenClosure29 = function() use ($renderingContext) {
|
||||
$output38 = '';
|
||||
|
||||
$output38 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\CaseViewHelper
|
||||
$renderChildrenClosure40 = function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure42 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments41 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-device-desktop',
|
||||
'size' => 'small',
|
||||
];
|
||||
return TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments41, $renderChildrenClosure42, $renderingContext);
|
||||
};
|
||||
|
||||
$arguments39 = [
|
||||
'value' => 'desktop',
|
||||
];
|
||||
|
||||
$output38 .= '';
|
||||
|
||||
$output38 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\CaseViewHelper
|
||||
$renderChildrenClosure44 = function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure46 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments45 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-device-tablet',
|
||||
'size' => 'small',
|
||||
];
|
||||
return TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments45, $renderChildrenClosure46, $renderingContext);
|
||||
};
|
||||
|
||||
$arguments43 = [
|
||||
'value' => 'tablet',
|
||||
];
|
||||
|
||||
$output38 .= '';
|
||||
|
||||
$output38 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\CaseViewHelper
|
||||
$renderChildrenClosure48 = function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure50 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments49 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-device-mobile',
|
||||
'size' => 'small',
|
||||
];
|
||||
return TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments49, $renderChildrenClosure50, $renderingContext);
|
||||
};
|
||||
|
||||
$arguments47 = [
|
||||
'value' => 'mobile',
|
||||
];
|
||||
|
||||
$output38 .= '';
|
||||
|
||||
$output38 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\DefaultCaseViewHelper
|
||||
$renderChildrenClosure52 = function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure54 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments53 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-device-unidentified',
|
||||
'size' => 'small',
|
||||
];
|
||||
return TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments53, $renderChildrenClosure54, $renderingContext);
|
||||
};
|
||||
|
||||
$arguments51 = [
|
||||
];
|
||||
|
||||
$output38 .= '';
|
||||
|
||||
$output38 .= '
|
||||
';
|
||||
return $output38;
|
||||
};
|
||||
|
||||
$arguments28 = [
|
||||
'expression' => $renderingContext->getVariableProvider()->getByPath('preset.type'),
|
||||
];
|
||||
|
||||
$output27 .= call_user_func_array(function($arguments) use ($renderingContext) {
|
||||
switch ($arguments['expression']) {
|
||||
case call_user_func(function() use ($renderingContext) {
|
||||
|
||||
return 'desktop';
|
||||
}): return call_user_func(function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure31 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments30 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-device-desktop',
|
||||
'size' => 'small',
|
||||
];
|
||||
return TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments30, $renderChildrenClosure31, $renderingContext);
|
||||
});
|
||||
case call_user_func(function() use ($renderingContext) {
|
||||
|
||||
return 'tablet';
|
||||
}): return call_user_func(function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure33 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments32 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-device-tablet',
|
||||
'size' => 'small',
|
||||
];
|
||||
return TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments32, $renderChildrenClosure33, $renderingContext);
|
||||
});
|
||||
case call_user_func(function() use ($renderingContext) {
|
||||
|
||||
return 'mobile';
|
||||
}): return call_user_func(function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure35 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments34 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-device-mobile',
|
||||
'size' => 'small',
|
||||
];
|
||||
return TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments34, $renderChildrenClosure35, $renderingContext);
|
||||
});
|
||||
default: return call_user_func(function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure37 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments36 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-device-unidentified',
|
||||
'size' => 'small',
|
||||
];
|
||||
return TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments36, $renderChildrenClosure37, $renderingContext);
|
||||
});
|
||||
}
|
||||
}, array($arguments28));
|
||||
|
||||
$output27 .= '
|
||||
</span>
|
||||
<span class="dropdown-item-column dropdown-item-column-title">
|
||||
';
|
||||
|
||||
$output27 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('preset.label')]);
|
||||
|
||||
$output27 .= '
|
||||
</span>
|
||||
<span class="dropdown-item-column dropdown-item-column-value">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
$output56 = '';
|
||||
|
||||
$output56 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('preset.width')]);
|
||||
|
||||
$output56 .= 'px';
|
||||
|
||||
$array57 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('preset.width'),
|
||||
];
|
||||
|
||||
$expression58 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments55 = [
|
||||
'then' => $output56,
|
||||
'else' => '100%',
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression58(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array57)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output27 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments55, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output27 .= '/';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
$output60 = '';
|
||||
|
||||
$output60 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('preset.height')]);
|
||||
|
||||
$output60 .= 'px';
|
||||
|
||||
$array61 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('preset.height'),
|
||||
];
|
||||
|
||||
$expression62 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments59 = [
|
||||
'then' => $output60,
|
||||
'else' => '100%',
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression62(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array61)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output27 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments59, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output27 .= '
|
||||
</span>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
';
|
||||
return $output27;
|
||||
};
|
||||
|
||||
$arguments25 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('presetGroup'),
|
||||
'as' => 'preset',
|
||||
];
|
||||
|
||||
$output24 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments25, $renderChildrenClosure26, $renderingContext);
|
||||
|
||||
$output24 .= '
|
||||
';
|
||||
return $output24;
|
||||
},
|
||||
];
|
||||
|
||||
$output20 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments21, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output20 .= '
|
||||
';
|
||||
return $output20;
|
||||
};
|
||||
|
||||
$arguments18 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('presetGroups'),
|
||||
'as' => 'presetGroup',
|
||||
'iteration' => 'presetGroupIteration',
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments18, $renderChildrenClosure19, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</ul>
|
||||
</span>
|
||||
</div>
|
||||
<div class="viewpage-topbar-size">
|
||||
<input class="t3js-viewpage-input-width" type="number" name="width" min="300" max="9999" value="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('current.width')]);
|
||||
|
||||
$output0 .= '">
|
||||
x
|
||||
<input class="t3js-viewpage-input-height" type="number" name="height" min="300" max="9999" value="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('current.height')]);
|
||||
|
||||
$output0 .= '">
|
||||
</div>
|
||||
</div>
|
||||
<div class="viewpage-resizeable t3js-viewpage-resizeable" style="width:';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('current.width')]);
|
||||
|
||||
$output0 .= 'px;height:';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('current.height')]);
|
||||
|
||||
$output0 .= 'px;">
|
||||
<iframe src="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('url')]);
|
||||
|
||||
$output0 .= '" width="100%" height="100%" id="tx_viewpage_iframe" frameborder="0" border="0" title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure64 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments63 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:iframe.title',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments63, $renderChildrenClosure64, $renderingContext)]);
|
||||
|
||||
$output0 .= '"></iframe>
|
||||
';
|
||||
|
||||
$output0 .= '';
|
||||
|
||||
$output0 .= '
|
||||
<div class="resizable-w"></div>
|
||||
<div class="resizable-s"></div>
|
||||
<div class="resizable-e"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output65 = '';
|
||||
|
||||
$output65 .= '
|
||||
|
||||
';
|
||||
|
||||
$output65 .= '';
|
||||
|
||||
$output65 .= '
|
||||
|
||||
';
|
||||
|
||||
$output65 .= '';
|
||||
|
||||
$output65 .= '
|
||||
|
||||
|
||||
';
|
||||
|
||||
return $output65;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,222 +0,0 @@
|
||||
<?php
|
||||
class Default_action_ToolbarItems_ClearCacheToolbarItemDropDown_0e19084898d6a294 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
<p class="h3 dropdown-headline">';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments1 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:rm.clearCache_clearCache',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '</p>
|
||||
<ul class="dropdown-list">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure4 = function() use ($renderingContext) {
|
||||
$output5 = '';
|
||||
|
||||
$output5 .= '
|
||||
<li>
|
||||
<a href="';
|
||||
|
||||
$output5 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('cacheAction.href')]);
|
||||
|
||||
$output5 .= '" class="dropdown-item t3js-toolbar-cache-flush-action" aria-describedby="';
|
||||
|
||||
$output5 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('cacheAction.id')]);
|
||||
|
||||
$output5 .= '-description">
|
||||
<span class="dropdown-item-columns">
|
||||
<span class="dropdown-item-column dropdown-item-column-icon text-';
|
||||
|
||||
$output5 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('cacheAction.severity')]);
|
||||
|
||||
$output5 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure7 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments6 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => $renderingContext->getVariableProvider()->getByPath('cacheAction.iconIdentifier'),
|
||||
'size' => 'small',
|
||||
];
|
||||
|
||||
$output5 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments6, $renderChildrenClosure7, $renderingContext);
|
||||
|
||||
$output5 .= '
|
||||
</span>
|
||||
<span class="dropdown-item-column dropdown-item-column-text">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure9 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments8 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => $renderingContext->getVariableProvider()->getByPath('cacheAction.title'),
|
||||
];
|
||||
|
||||
$output5 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext)]);
|
||||
|
||||
$output5 .= '<br>
|
||||
<small class="text-body-secondary" aria-hidden="true">';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure11 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array13 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('cacheAction.description'),
|
||||
];
|
||||
|
||||
$expression14 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments12 = [
|
||||
'then' => $renderingContext->getVariableProvider()->getByPath('cacheAction.description'),
|
||||
'else' => $renderingContext->getVariableProvider()->getByPath('cacheAction.title'),
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression14(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array13)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$arguments10 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments12, static fn() => '', $renderingContext)
|
||||
,
|
||||
];
|
||||
|
||||
$output5 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments10, $renderChildrenClosure11, $renderingContext)]);
|
||||
|
||||
$output5 .= '</small>
|
||||
</span>
|
||||
</span>
|
||||
</a>
|
||||
<span id="';
|
||||
|
||||
$output5 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('cacheAction.id')]);
|
||||
|
||||
$output5 .= '-description" class="visually-hidden">';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure16 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array18 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('cacheAction.description'),
|
||||
];
|
||||
|
||||
$expression19 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments17 = [
|
||||
'then' => $renderingContext->getVariableProvider()->getByPath('cacheAction.description'),
|
||||
'else' => $renderingContext->getVariableProvider()->getByPath('cacheAction.title'),
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression19(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array18)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$arguments15 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments17, static fn() => '', $renderingContext)
|
||||
,
|
||||
];
|
||||
|
||||
$output5 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments15, $renderChildrenClosure16, $renderingContext)]);
|
||||
|
||||
$output5 .= '</span>
|
||||
</li>
|
||||
';
|
||||
return $output5;
|
||||
};
|
||||
|
||||
$arguments3 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('cacheActions'),
|
||||
'as' => 'cacheAction',
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</ul>
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,106 +0,0 @@
|
||||
<?php
|
||||
class Default_action_ToolbarItems_ClearCacheToolbarItem_f93bb657bcd336d1 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array3 = [
|
||||
'0' => '@typo3/backend/toolbar/clear-cache-menu.js',
|
||||
];
|
||||
|
||||
$arguments1 = [
|
||||
'pageTitle' => '',
|
||||
'includeCssFiles' => NULL,
|
||||
'includeJsFiles' => NULL,
|
||||
'addJsInlineLabels' => NULL,
|
||||
'includeRequireJsModules' => NULL,
|
||||
'addInlineSettings' => NULL,
|
||||
'includeJavaScriptModules' => $array3,
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure5 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure8 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments7 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => 'apps-toolbar-menu-cache',
|
||||
'size' => 'small',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$array6 = [
|
||||
'title' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:rm.clearCache_clearCache',
|
||||
'icon' => TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext),
|
||||
];
|
||||
|
||||
$arguments4 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'ToolbarItems/ToolbarItem',
|
||||
'arguments' => $array6,
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,312 +0,0 @@
|
||||
<?php
|
||||
class Default_action_ToolbarItems_HelpToolbarItemDropDown_123e41186f4e402e extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
<p class="h3 dropdown-headline" id="help-dropdown-headline">';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments1 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.help',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '</p>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array4 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('modules'),
|
||||
];
|
||||
|
||||
$expression5 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments3 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression5(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array4)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output6 = '';
|
||||
|
||||
$output6 .= '
|
||||
<hr class="dropdown-divider" aria-hidden="true">
|
||||
<nav class="t3js-helpmenu">
|
||||
<ul class="dropdown-list" role="menu" aria-labelledby="help-dropdown-headline">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure8 = function() use ($renderingContext) {
|
||||
$output9 = '';
|
||||
|
||||
$output9 .= '
|
||||
<li>
|
||||
<a
|
||||
href="';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\UriViewHelper
|
||||
$renderChildrenClosure12 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments11 = [
|
||||
'parameters' => [],
|
||||
'referenceType' => 'absolute',
|
||||
'route' => $renderingContext->getVariableProvider()->getByPath('module.identifier'),
|
||||
];
|
||||
|
||||
$array13 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('module.path'),
|
||||
];
|
||||
|
||||
$expression14 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments10 = [
|
||||
'then' => call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\UriViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext)]),
|
||||
'else' => '#',
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression14(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array13)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output9 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments10, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output9 .= '"
|
||||
title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure16 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments15 = [
|
||||
'id' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => $renderingContext->getVariableProvider()->getByPath('module.description'),
|
||||
'default' => $renderingContext->getVariableProvider()->getByPath('module.description'),
|
||||
];
|
||||
|
||||
$output9 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments15, $renderChildrenClosure16, $renderingContext)]);
|
||||
|
||||
$output9 .= '"
|
||||
class="dropdown-item"
|
||||
role="menuitem"
|
||||
data-moduleroute-identifier="';
|
||||
|
||||
$output9 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('module.identifier')]);
|
||||
|
||||
$output9 .= '"
|
||||
>
|
||||
<span class="dropdown-item-columns">
|
||||
<span class="dropdown-item-column dropdown-item-column-icon" aria-hidden="true">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure18 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments17 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => $renderingContext->getVariableProvider()->getByPath('module.iconIdentifier'),
|
||||
'size' => 'small',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$output9 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments17, $renderChildrenClosure18, $renderingContext);
|
||||
|
||||
$output9 .= '
|
||||
</span>
|
||||
<span class="dropdown-item-column dropdown-item-column-title">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure20 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('module.title');
|
||||
};
|
||||
|
||||
$arguments19 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => $renderingContext->getVariableProvider()->getByPath('module.title'),
|
||||
];
|
||||
|
||||
$output9 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments19, $renderChildrenClosure20, $renderingContext)]);
|
||||
|
||||
$output9 .= '
|
||||
</span>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
';
|
||||
return $output9;
|
||||
};
|
||||
|
||||
$arguments7 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('modules'),
|
||||
'as' => 'module',
|
||||
];
|
||||
|
||||
$output6 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);
|
||||
|
||||
$output6 .= '
|
||||
<li>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
role="menuitem"
|
||||
href="https://docs.typo3.org/" target="_blank" rel="noreferrer">
|
||||
<span class="dropdown-item-columns">
|
||||
<span class="dropdown-item-column dropdown-item-column-icon" aria-hidden="true">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure22 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments21 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => 'module-cshmanual',
|
||||
'size' => 'small',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$output6 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments21, $renderChildrenClosure22, $renderingContext);
|
||||
|
||||
$output6 .= '
|
||||
</span>
|
||||
<span class="dropdown-item-column dropdown-item-column-title">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure24 = function() use ($renderingContext) {
|
||||
return 'TYPO3 Online Documentation';
|
||||
};
|
||||
|
||||
$arguments23 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang.xlf:onlineDocumentation',
|
||||
];
|
||||
|
||||
$output6 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments23, $renderChildrenClosure24, $renderingContext)]);
|
||||
|
||||
$output6 .= '
|
||||
<span class="visually-hidden">(';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure26 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments25 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang.xlf:opensInANewWindow',
|
||||
];
|
||||
|
||||
$output6 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments25, $renderChildrenClosure26, $renderingContext)]);
|
||||
|
||||
$output6 .= ')</span>
|
||||
</span>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure28 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments27 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-window-open',
|
||||
];
|
||||
|
||||
$output6 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments27, $renderChildrenClosure28, $renderingContext);
|
||||
|
||||
$output6 .= '
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
';
|
||||
return $output6;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments3, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,83 +0,0 @@
|
||||
<?php
|
||||
class Default_action_ToolbarItems_HelpToolbarItem_5d75068e543a34ac extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure5 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments4 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => 'apps-toolbar-menu-help',
|
||||
'size' => 'small',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$array3 = [
|
||||
'title' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.help',
|
||||
'icon' => TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext),
|
||||
];
|
||||
|
||||
$arguments1 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'ToolbarItems/ToolbarItem',
|
||||
'arguments' => $array3,
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,104 +0,0 @@
|
||||
<?php
|
||||
class Default_action_ToolbarItems_LiveSearchToolbarItem_996441839197c55c extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
|
||||
<a href="#" class="toolbar-item-link t3js-topbar-button-search" title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments1 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.search',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure4 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure7 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments6 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => 'apps-toolbar-menu-search',
|
||||
'size' => 'small',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$array5 = [
|
||||
'title' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.search',
|
||||
'icon' => TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments6, $renderChildrenClosure7, $renderingContext),
|
||||
];
|
||||
|
||||
$arguments3 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'ToolbarItems/ToolbarItem',
|
||||
'arguments' => $array5,
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</a>
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,466 +0,0 @@
|
||||
<?php
|
||||
class Default_action_ToolbarItems_ShortcutToolbarItemDropDown_1faa61dd2692e9a9 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '<p class="h3 dropdown-headline">';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments1 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.bookmarks',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '</p>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\CountViewHelper
|
||||
$renderChildrenClosure6 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments5 = [
|
||||
'subject' => $renderingContext->getVariableProvider()->getByPath('shortcutMenu'),
|
||||
];
|
||||
$renderChildrenClosure6 = ($arguments5['subject'] !== null) ? function() use ($arguments5) { return $arguments5['subject']; } : $renderChildrenClosure6;
|
||||
$array4 = [
|
||||
'0' => TYPO3Fluid\Fluid\ViewHelpers\CountViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext),
|
||||
'1' => ' == 0',
|
||||
];
|
||||
|
||||
$expression7 = function($context) {return (TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]) == 0);};
|
||||
|
||||
$arguments3 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression7(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array4)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output8 = '';
|
||||
|
||||
$output8 .= '
|
||||
';
|
||||
|
||||
$output8 .= '';
|
||||
|
||||
$output8 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\AliasViewHelper
|
||||
$renderChildrenClosure10 = function() use ($renderingContext) {
|
||||
$output16 = '';
|
||||
|
||||
$output16 .= '
|
||||
<p class="dropdown-item-text">';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure18 = function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure20 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
$output22 = '';
|
||||
|
||||
$output22 .= '<span title="';
|
||||
|
||||
$output22 .= $renderingContext->getVariableProvider()->getByPath('inlineIconTitle');
|
||||
|
||||
$output22 .= '">';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure24 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('inlineIcon');
|
||||
};
|
||||
|
||||
$arguments23 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output22 .= isset($arguments23['value']) ? $arguments23['value'] : $renderChildrenClosure24();
|
||||
|
||||
$output22 .= '</span>';
|
||||
|
||||
$array21 = [
|
||||
'0' => $output22,
|
||||
];
|
||||
|
||||
$arguments19 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_misc.xlf:bookmark_description',
|
||||
'arguments' => $array21,
|
||||
];
|
||||
return TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments19, $renderChildrenClosure20, $renderingContext);
|
||||
};
|
||||
|
||||
$arguments17 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output16 .= isset($arguments17['value']) ? $arguments17['value'] : $renderChildrenClosure18();
|
||||
|
||||
$output16 .= '</p>
|
||||
';
|
||||
return $output16;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure13 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments12 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-share-alt',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure15 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments14 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.bookmarks',
|
||||
];
|
||||
|
||||
$array11 = [
|
||||
'inlineIcon' => TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments12, $renderChildrenClosure13, $renderingContext),
|
||||
'inlineIconTitle' => TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments14, $renderChildrenClosure15, $renderingContext),
|
||||
];
|
||||
|
||||
$arguments9 = [
|
||||
'map' => $array11,
|
||||
];
|
||||
|
||||
$output8 .= TYPO3Fluid\Fluid\ViewHelpers\AliasViewHelper::renderStatic($arguments9, $renderChildrenClosure10, $renderingContext);
|
||||
|
||||
$output8 .= '
|
||||
';
|
||||
return $output8;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output25 = '';
|
||||
|
||||
$output25 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure27 = function() use ($renderingContext) {
|
||||
$output28 = '';
|
||||
|
||||
$output28 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array30 = [
|
||||
'0' => '!',
|
||||
'1' => $renderingContext->getVariableProvider()->getByPath('iterator.isFirst'),
|
||||
];
|
||||
|
||||
$expression31 = function($context) {return !(TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node1"]));};
|
||||
|
||||
$arguments29 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression31(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array30)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
return '
|
||||
<hr class="dropdown-divider" aria-hidden="true">
|
||||
';
|
||||
},
|
||||
];
|
||||
|
||||
$output28 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments29, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output28 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array33 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('group.title'),
|
||||
];
|
||||
|
||||
$expression34 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments32 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression34(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array33)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output35 = '';
|
||||
|
||||
$output35 .= '
|
||||
<p class="h3 dropdown-headline" id="shortcut-group-';
|
||||
|
||||
$output35 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('group.id')]);
|
||||
|
||||
$output35 .= '">';
|
||||
|
||||
$output35 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('group.title')]);
|
||||
|
||||
$output35 .= '</p>
|
||||
';
|
||||
return $output35;
|
||||
},
|
||||
];
|
||||
|
||||
$output28 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments32, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output28 .= '
|
||||
<ul class="dropdown-list" data-shortcutgroup="';
|
||||
|
||||
$output28 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('group.id')]);
|
||||
|
||||
$output28 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure37 = function() use ($renderingContext) {
|
||||
$output38 = '';
|
||||
|
||||
$output38 .= '
|
||||
<li class="t3js-topbar-shortcut" data-shortcutid="';
|
||||
|
||||
$output38 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('shortcut.raw.uid')]);
|
||||
|
||||
$output38 .= '" data-shortcutgroup="';
|
||||
|
||||
$output38 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('group.id')]);
|
||||
|
||||
$output38 .= '">
|
||||
<a href="';
|
||||
|
||||
$output38 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('shortcut.href')]);
|
||||
|
||||
$output38 .= '" class="dropdown-item dropdown-item-title t3js-shortcut-jump"
|
||||
title="';
|
||||
|
||||
$output38 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('shortcut.label')]);
|
||||
|
||||
$output38 .= '"
|
||||
data-module="';
|
||||
|
||||
$output38 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('shortcut.module')]);
|
||||
|
||||
$output38 .= '"
|
||||
data-route="';
|
||||
|
||||
$output38 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('shortcut.route')]);
|
||||
|
||||
$output38 .= '"
|
||||
data-pageid="';
|
||||
|
||||
$output38 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('shortcut.pageId')]);
|
||||
|
||||
$output38 .= '"
|
||||
>
|
||||
<span class="dropdown-item-columns">
|
||||
<span class="dropdown-item-column dropdown-item-column-icon" aria-hidden="true">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure40 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('shortcut.icon');
|
||||
};
|
||||
|
||||
$arguments39 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output38 .= isset($arguments39['value']) ? $arguments39['value'] : $renderChildrenClosure40();
|
||||
|
||||
$output38 .= '
|
||||
</span>
|
||||
<span class="dropdown-item-column dropdown-item-column-title">
|
||||
';
|
||||
|
||||
$output38 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('shortcut.label')]);
|
||||
|
||||
$output38 .= '
|
||||
</span>
|
||||
</span>
|
||||
</a>
|
||||
<a href="#" class="dropdown-item dropdown-item-action t3js-shortcut-edit"
|
||||
title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure42 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments41 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.bookmarksEdit',
|
||||
];
|
||||
|
||||
$output38 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments41, $renderChildrenClosure42, $renderingContext)]);
|
||||
|
||||
$output38 .= '"
|
||||
>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure44 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments43 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-open',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$output38 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments43, $renderChildrenClosure44, $renderingContext);
|
||||
|
||||
$output38 .= '
|
||||
</a>
|
||||
<a href="#" class="dropdown-item dropdown-item-action t3js-shortcut-delete"
|
||||
title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure46 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments45 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.bookmarksDelete',
|
||||
];
|
||||
|
||||
$output38 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments45, $renderChildrenClosure46, $renderingContext)]);
|
||||
|
||||
$output38 .= '"
|
||||
>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure48 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments47 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-delete',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$output38 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments47, $renderChildrenClosure48, $renderingContext);
|
||||
|
||||
$output38 .= '
|
||||
</a>
|
||||
</li>
|
||||
';
|
||||
return $output38;
|
||||
};
|
||||
|
||||
$arguments36 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('group.shortcuts'),
|
||||
'as' => 'shortcut',
|
||||
];
|
||||
|
||||
$output28 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments36, $renderChildrenClosure37, $renderingContext);
|
||||
|
||||
$output28 .= '
|
||||
</ul>
|
||||
';
|
||||
return $output28;
|
||||
};
|
||||
|
||||
$arguments26 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('shortcutMenu'),
|
||||
'as' => 'group',
|
||||
'iteration' => 'iterator',
|
||||
];
|
||||
|
||||
$output25 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments26, $renderChildrenClosure27, $renderingContext);
|
||||
|
||||
$output25 .= '
|
||||
';
|
||||
return $output25;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments3, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,138 +0,0 @@
|
||||
<?php
|
||||
class Default_action_ToolbarItems_ShortcutToolbarItemItem_565b4deaef611e6d extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array3 = [
|
||||
'0' => '@typo3/backend/toolbar/shortcut-menu.js',
|
||||
];
|
||||
|
||||
$array4 = [
|
||||
'bookmark.delete' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.bookmarksDelete',
|
||||
'bookmark.confirmDelete' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.confirmBookmarksDelete',
|
||||
'bookmark.savedTitle' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.bookmarkSavedTitle',
|
||||
'bookmark.savedMessage' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.bookmarkSavedMessage',
|
||||
'bookmark.alreadyExistsTitle' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.bookmarkAlreadyExistsTitle',
|
||||
'bookmark.alreadyExistsMessage' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.bookmarkAlreadyExistsMessage',
|
||||
'bookmark.failedTitle' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.bookmarkFailedTitle',
|
||||
'bookmark.failedMessage' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.bookmarkFailedMessage',
|
||||
];
|
||||
|
||||
$arguments1 = [
|
||||
'pageTitle' => '',
|
||||
'includeCssFiles' => NULL,
|
||||
'includeJsFiles' => NULL,
|
||||
'includeRequireJsModules' => NULL,
|
||||
'addInlineSettings' => NULL,
|
||||
'includeJavaScriptModules' => $array3,
|
||||
'addJsInlineLabels' => $array4,
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
<span class="toolbar-item-icon" title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure6 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments5 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.bookmarks',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext)]);
|
||||
|
||||
$output0 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure8 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments7 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => 'apps-toolbar-menu-shortcut',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</span>
|
||||
<span class="toolbar-item-title">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure10 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments9 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.bookmarks',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments9, $renderChildrenClosure10, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
</span>
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,533 +0,0 @@
|
||||
<?php
|
||||
class Default_action_ToolbarItems_SystemInformationDropDown_8e3fb09cbf0e63af extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
<span data-systeminformation-data
|
||||
data-systeminformation-data-count="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('count')]);
|
||||
|
||||
$output0 .= '"
|
||||
data-systeminformation-data-severitybadgeclass="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('severityBadgeClass')]);
|
||||
|
||||
$output0 .= '"
|
||||
></span>
|
||||
|
||||
<p class="h3 dropdown-headline">';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments1 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang.xlf:systemInformation.header',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '</p>
|
||||
<p class="dropdown-item-text">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure4 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments3 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang.xlf:systemmessage.intro.text',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
<a href="#" data-moduleroute-identifier="tools_toolsenvironment">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure6 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments5 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang.xlf:systemmessage.intro.link',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
</a>
|
||||
</p>
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array8 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('systemInformation'),
|
||||
];
|
||||
|
||||
$expression9 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments7 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression9(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array8)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output10 = '';
|
||||
|
||||
$output10 .= '
|
||||
<table class="dropdown-table">
|
||||
<caption class="hidden">System overview</caption>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure12 = function() use ($renderingContext) {
|
||||
$output13 = '';
|
||||
|
||||
$output13 .= '
|
||||
<tr>
|
||||
<th data-type="title" scope="row">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array15 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('info.iconIdentifier'),
|
||||
];
|
||||
|
||||
$expression16 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments14 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression16(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array15)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output17 = '';
|
||||
|
||||
$output17 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure19 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments18 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => $renderingContext->getVariableProvider()->getByPath('info.iconIdentifier'),
|
||||
'size' => 'small',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$output17 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments18, $renderChildrenClosure19, $renderingContext);
|
||||
|
||||
$output17 .= '
|
||||
';
|
||||
return $output17;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output24 = '';
|
||||
|
||||
$output24 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure26 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments25 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => 'empty-empty',
|
||||
'size' => 'small',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$output24 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments25, $renderChildrenClosure26, $renderingContext);
|
||||
|
||||
$output24 .= '
|
||||
';
|
||||
return $output24;
|
||||
},
|
||||
'__elseIf' => [
|
||||
0 => [
|
||||
'condition' => function() use ($renderingContext) {
|
||||
|
||||
$array20 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('info.icon'),
|
||||
];
|
||||
|
||||
$expression21 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
return TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression21(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array20)),
|
||||
$renderingContext
|
||||
);
|
||||
},
|
||||
'body' => function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure23 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('info.icon');
|
||||
};
|
||||
|
||||
$arguments22 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
return isset($arguments22['value']) ? $arguments22['value'] : $renderChildrenClosure23();
|
||||
}
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
$output13 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments14, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output13 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure28 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments27 = [
|
||||
'id' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => $renderingContext->getVariableProvider()->getByPath('info.title'),
|
||||
'default' => $renderingContext->getVariableProvider()->getByPath('info.title'),
|
||||
];
|
||||
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments27, $renderChildrenClosure28, $renderingContext)]);
|
||||
|
||||
$output13 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array30 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('info.titleAddition'),
|
||||
];
|
||||
|
||||
$expression31 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments29 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression31(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array30)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output32 = '';
|
||||
|
||||
$output32 .= ' (';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\HtmlspecialcharsViewHelper
|
||||
$renderChildrenClosure34 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('info.titleAddition');
|
||||
};
|
||||
|
||||
$arguments33 = [
|
||||
'value' => NULL,
|
||||
'keepQuotes' => false,
|
||||
'encoding' => 'UTF-8',
|
||||
'doubleEncode' => true,
|
||||
];
|
||||
$value35 = ($arguments33['value'] !== null ? $arguments33['value'] : $renderChildrenClosure34());
|
||||
|
||||
$output32 .= !is_string($value35) && !(is_object($value35) && method_exists($value35, '__toString')) ? $value35 : htmlspecialchars($value35, ($arguments33['keepQuotes'] ? ENT_NOQUOTES : ENT_QUOTES), $arguments33['encoding'], $arguments33['doubleEncode']);
|
||||
|
||||
$output32 .= ')';
|
||||
return $output32;
|
||||
},
|
||||
];
|
||||
|
||||
$output13 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments29, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output13 .= '
|
||||
</th>
|
||||
<td data-type="value">
|
||||
';
|
||||
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('info.value')]);
|
||||
|
||||
$output13 .= '
|
||||
</td>
|
||||
</tr>
|
||||
';
|
||||
return $output13;
|
||||
};
|
||||
|
||||
$arguments11 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('systemInformation'),
|
||||
'as' => 'info',
|
||||
];
|
||||
|
||||
$output10 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext);
|
||||
|
||||
$output10 .= '
|
||||
</table>
|
||||
';
|
||||
return $output10;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments7, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
|
||||
<hr class="dropdown-divider" aria-hidden="true">
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\CountViewHelper
|
||||
$renderChildrenClosure39 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('messages');
|
||||
};
|
||||
|
||||
$arguments38 = [
|
||||
'subject' => NULL,
|
||||
];
|
||||
$renderChildrenClosure39 = ($arguments38['subject'] !== null) ? function() use ($arguments38) { return $arguments38['subject']; } : $renderChildrenClosure39;
|
||||
$array37 = [
|
||||
'0' => TYPO3Fluid\Fluid\ViewHelpers\CountViewHelper::renderStatic($arguments38, $renderChildrenClosure39, $renderingContext),
|
||||
'1' => ' > 0',
|
||||
];
|
||||
|
||||
$expression40 = function($context) {return (TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]) > 0);};
|
||||
|
||||
$arguments36 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression40(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array37)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output41 = '';
|
||||
|
||||
$output41 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure43 = function() use ($renderingContext) {
|
||||
$output44 = '';
|
||||
|
||||
$output44 .= '
|
||||
<div class="dropdown-row"
|
||||
data-systeminformation-message-module="';
|
||||
|
||||
$output44 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('message.module')]);
|
||||
|
||||
$output44 .= '"
|
||||
data-systeminformation-message-params="';
|
||||
|
||||
$output44 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('message.params')]);
|
||||
|
||||
$output44 .= '"
|
||||
data-systeminformation-message-count="';
|
||||
|
||||
$output44 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('message.count')]);
|
||||
|
||||
$output44 .= '"
|
||||
data-systeminformation-message-status="';
|
||||
|
||||
$output44 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('message.status')]);
|
||||
|
||||
$output44 .= '"
|
||||
>
|
||||
<div>
|
||||
<span class="text-';
|
||||
|
||||
$output44 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('message.status')]);
|
||||
|
||||
$output44 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure46 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments45 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-exclamation-circle-alt',
|
||||
];
|
||||
|
||||
$output44 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments45, $renderChildrenClosure46, $renderingContext);
|
||||
|
||||
$output44 .= '
|
||||
</span>
|
||||
</div>
|
||||
<div>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure48 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('message.text');
|
||||
};
|
||||
|
||||
$arguments47 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output44 .= isset($arguments47['value']) ? $arguments47['value'] : $renderChildrenClosure48();
|
||||
|
||||
$output44 .= '
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
return $output44;
|
||||
};
|
||||
|
||||
$arguments42 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('messages'),
|
||||
'as' => 'message',
|
||||
];
|
||||
|
||||
$output41 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments42, $renderChildrenClosure43, $renderingContext);
|
||||
|
||||
$output41 .= '
|
||||
';
|
||||
return $output41;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output49 = '';
|
||||
|
||||
$output49 .= '
|
||||
<div class="dropdown-row">
|
||||
<div>
|
||||
<span class="text-success">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure51 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments50 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-check-circle-alt',
|
||||
];
|
||||
|
||||
$output49 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments50, $renderChildrenClosure51, $renderingContext);
|
||||
|
||||
$output49 .= '
|
||||
</span>
|
||||
</div>
|
||||
<div>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Format\Nl2brViewHelper
|
||||
$renderChildrenClosure53 = function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure55 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments54 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang.xlf:systemmessage.allgood',
|
||||
];
|
||||
return call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments54, $renderChildrenClosure55, $renderingContext)]);
|
||||
};
|
||||
|
||||
$arguments52 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
$renderChildrenClosure53 = ($arguments52['value'] !== null) ? function() use ($arguments52) { return $arguments52['value']; } : $renderChildrenClosure53;
|
||||
$output49 .= TYPO3\CMS\Fluid\ViewHelpers\Format\Nl2brViewHelper::renderStatic($arguments52, $renderChildrenClosure53, $renderingContext);
|
||||
|
||||
$output49 .= '
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
return $output49;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments36, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,107 +0,0 @@
|
||||
<?php
|
||||
class Default_action_ToolbarItems_SystemInformationToolbarItem_0ddc107bc51d734c extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array3 = [
|
||||
'0' => '@typo3/backend/toolbar/system-information-menu.js',
|
||||
];
|
||||
|
||||
$arguments1 = [
|
||||
'pageTitle' => '',
|
||||
'includeCssFiles' => NULL,
|
||||
'includeJsFiles' => NULL,
|
||||
'addJsInlineLabels' => NULL,
|
||||
'includeRequireJsModules' => NULL,
|
||||
'addInlineSettings' => NULL,
|
||||
'includeJavaScriptModules' => $array3,
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure5 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure8 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments7 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-system-list-open',
|
||||
'size' => 'small',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$array6 = [
|
||||
'title' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.sysinfo',
|
||||
'icon' => TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext),
|
||||
];
|
||||
|
||||
$arguments4 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'ToolbarItems/ToolbarItem',
|
||||
'arguments' => $array6,
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
<span class="toolbar-item-badge badge badge-warning" data-systeminformation-badge></span>
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,570 +0,0 @@
|
||||
<?php
|
||||
class Default_action_ToolbarItems_UserToolbarItemDropDown_5c6ced0d547cb08a extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
'be' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Backend\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array3 = [
|
||||
'0' => '@typo3/backend/switch-user.js',
|
||||
];
|
||||
|
||||
$arguments1 = [
|
||||
'pageTitle' => '',
|
||||
'includeCssFiles' => NULL,
|
||||
'includeJsFiles' => NULL,
|
||||
'addJsInlineLabels' => NULL,
|
||||
'includeRequireJsModules' => NULL,
|
||||
'addInlineSettings' => NULL,
|
||||
'includeJavaScriptModules' => $array3,
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\PageRendererViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
<p class="h3 dropdown-headline">';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure5 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments4 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.user',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext)]);
|
||||
|
||||
$output0 .= '</p>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array7 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('modules'),
|
||||
];
|
||||
|
||||
$expression8 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments6 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression8(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array7)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output9 = '';
|
||||
|
||||
$output9 .= '
|
||||
<ul class="dropdown-list">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure11 = function() use ($renderingContext) {
|
||||
$output12 = '';
|
||||
|
||||
$output12 .= '
|
||||
<li>
|
||||
<a
|
||||
href="';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\UriViewHelper
|
||||
$renderChildrenClosure15 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments14 = [
|
||||
'parameters' => [],
|
||||
'referenceType' => 'absolute',
|
||||
'route' => $renderingContext->getVariableProvider()->getByPath('module.identifier'),
|
||||
];
|
||||
|
||||
$array16 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('module.path'),
|
||||
];
|
||||
|
||||
$expression17 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments13 = [
|
||||
'then' => call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\UriViewHelper::renderStatic($arguments14, $renderChildrenClosure15, $renderingContext)]),
|
||||
'else' => '#',
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression17(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array16)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output12 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments13, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output12 .= '"
|
||||
title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure19 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments18 = [
|
||||
'id' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => $renderingContext->getVariableProvider()->getByPath('module.description'),
|
||||
'default' => $renderingContext->getVariableProvider()->getByPath('module.description'),
|
||||
];
|
||||
|
||||
$output12 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments18, $renderChildrenClosure19, $renderingContext)]);
|
||||
|
||||
$output12 .= '"
|
||||
class="dropdown-item"
|
||||
role="menuitem"
|
||||
data-moduleroute-identifier="';
|
||||
|
||||
$output12 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('module.identifier')]);
|
||||
|
||||
$output12 .= '"
|
||||
>
|
||||
<span class="dropdown-item-columns">
|
||||
<span class="dropdown-item-column dropdown-item-column-icon" aria-hidden="true">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure21 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments20 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => $renderingContext->getVariableProvider()->getByPath('module.iconIdentifier'),
|
||||
'size' => 'small',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$output12 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments20, $renderChildrenClosure21, $renderingContext);
|
||||
|
||||
$output12 .= '
|
||||
</span>
|
||||
<span class="dropdown-item-column dropdown-item-column-title">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure23 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('module.title');
|
||||
};
|
||||
|
||||
$arguments22 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => $renderingContext->getVariableProvider()->getByPath('module.title'),
|
||||
];
|
||||
|
||||
$output12 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments22, $renderChildrenClosure23, $renderingContext)]);
|
||||
|
||||
$output12 .= '
|
||||
</span>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
';
|
||||
return $output12;
|
||||
};
|
||||
|
||||
$arguments10 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('modules'),
|
||||
'as' => 'module',
|
||||
];
|
||||
|
||||
$output9 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments10, $renderChildrenClosure11, $renderingContext);
|
||||
|
||||
$output9 .= '
|
||||
</ul>
|
||||
';
|
||||
return $output9;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments6, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\CountViewHelper
|
||||
$renderChildrenClosure27 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments26 = [
|
||||
'subject' => $renderingContext->getVariableProvider()->getByPath('recentUsers'),
|
||||
];
|
||||
$renderChildrenClosure27 = ($arguments26['subject'] !== null) ? function() use ($arguments26) { return $arguments26['subject']; } : $renderChildrenClosure27;
|
||||
$array25 = [
|
||||
'0' => TYPO3Fluid\Fluid\ViewHelpers\CountViewHelper::renderStatic($arguments26, $renderChildrenClosure27, $renderingContext),
|
||||
'1' => ' > 0',
|
||||
];
|
||||
|
||||
$expression28 = function($context) {return (TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]) > 0);};
|
||||
|
||||
$arguments24 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression28(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array25)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output29 = '';
|
||||
|
||||
$output29 .= '
|
||||
<hr class="dropdown-divider" aria-hidden="true">
|
||||
<p class="h3 dropdown-headline">';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure31 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments30 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang.xlf:usermodule.su.list',
|
||||
];
|
||||
|
||||
$output29 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments30, $renderChildrenClosure31, $renderingContext)]);
|
||||
|
||||
$output29 .= '</p>
|
||||
<ul class="modulemenu-group-container">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure33 = function() use ($renderingContext) {
|
||||
$output34 = '';
|
||||
|
||||
$output34 .= '
|
||||
<li>
|
||||
<typo3-backend-switch-user
|
||||
class="dropdown-item"
|
||||
mode="switch"
|
||||
targetUser="';
|
||||
|
||||
$output34 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('user.uid')]);
|
||||
|
||||
$output34 .= '"
|
||||
title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure36 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array37 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('user.username'),
|
||||
];
|
||||
|
||||
$arguments35 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang.xlf:usermodule.su.tooltip',
|
||||
'arguments' => $array37,
|
||||
];
|
||||
|
||||
$output34 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments35, $renderChildrenClosure36, $renderingContext)]);
|
||||
|
||||
$output34 .= '"
|
||||
>
|
||||
<span class="dropdown-item-columns">
|
||||
<span class="dropdown-item-column dropdown-item-column-icon" aria-hidden="true">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Backend\ViewHelpers\AvatarViewHelper
|
||||
$renderChildrenClosure39 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments38 = [
|
||||
'showIcon' => false,
|
||||
'backendUser' => $renderingContext->getVariableProvider()->getByPath('user.uid'),
|
||||
'size' => 16,
|
||||
];
|
||||
|
||||
$output34 .= TYPO3\CMS\Backend\ViewHelpers\AvatarViewHelper::renderStatic($arguments38, $renderChildrenClosure39, $renderingContext);
|
||||
|
||||
$output34 .= '
|
||||
</span>
|
||||
<span class="dropdown-item-column dropdown-item-column-title">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array41 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('user.realName'),
|
||||
];
|
||||
|
||||
$expression42 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments40 = [
|
||||
'then' => call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('user.realName')]),
|
||||
'else' => call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('user.username')]),
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression42(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array41)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output34 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments40, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output34 .= '
|
||||
</span>
|
||||
</span>
|
||||
</typo3-backend-switch-user>
|
||||
</li>
|
||||
';
|
||||
return $output34;
|
||||
};
|
||||
|
||||
$arguments32 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('recentUsers'),
|
||||
'as' => 'user',
|
||||
];
|
||||
|
||||
$output29 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments32, $renderChildrenClosure33, $renderingContext);
|
||||
|
||||
$output29 .= '
|
||||
</ul>
|
||||
<hr class="dropdown-divider" aria-hidden="true">
|
||||
';
|
||||
return $output29;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments24, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array44 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('switchUserMode'),
|
||||
];
|
||||
|
||||
$expression45 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments43 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression45(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array44)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output46 = '';
|
||||
|
||||
$output46 .= '
|
||||
<typo3-backend-switch-user
|
||||
class="dropdown-item"
|
||||
mode="exit">
|
||||
<span class="dropdown-item-columns">
|
||||
<span class="dropdown-item-column dropdown-item-column-icon" aria-hidden="true">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure48 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments47 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-logout',
|
||||
'size' => 'small',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$output46 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments47, $renderChildrenClosure48, $renderingContext);
|
||||
|
||||
$output46 .= '
|
||||
</span>
|
||||
<span class="dropdown-item-column dropdown-item-column-title">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure50 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments49 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:buttons.exitSwitchUser',
|
||||
];
|
||||
|
||||
$output46 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments49, $renderChildrenClosure50, $renderingContext)]);
|
||||
|
||||
$output46 .= '
|
||||
</span>
|
||||
</span>
|
||||
</typo3-backend-switch-user>
|
||||
';
|
||||
return $output46;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output51 = '';
|
||||
|
||||
$output51 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\LinkViewHelper
|
||||
$renderChildrenClosure53 = function() use ($renderingContext) {
|
||||
$output54 = '';
|
||||
|
||||
$output54 .= '
|
||||
<span class="dropdown-item-columns">
|
||||
<span class="dropdown-item-column dropdown-item-column-icon" aria-hidden="true">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure56 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments55 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-logout',
|
||||
'size' => 'small',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$output54 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments55, $renderChildrenClosure56, $renderingContext);
|
||||
|
||||
$output54 .= '
|
||||
</span>
|
||||
<span class="dropdown-item-column dropdown-item-column-title">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure58 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments57 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:buttons.logout',
|
||||
];
|
||||
|
||||
$output54 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments57, $renderChildrenClosure58, $renderingContext)]);
|
||||
|
||||
$output54 .= '
|
||||
</span>
|
||||
</span>
|
||||
';
|
||||
return $output54;
|
||||
};
|
||||
|
||||
$arguments52 = [
|
||||
'additionalAttributes' => NULL,
|
||||
'data' => NULL,
|
||||
'aria' => NULL,
|
||||
'parameters' => [],
|
||||
'referenceType' => 'absolute',
|
||||
'name' => NULL,
|
||||
'rel' => NULL,
|
||||
'rev' => NULL,
|
||||
'dir' => NULL,
|
||||
'id' => NULL,
|
||||
'lang' => NULL,
|
||||
'style' => NULL,
|
||||
'title' => NULL,
|
||||
'accesskey' => NULL,
|
||||
'tabindex' => NULL,
|
||||
'onclick' => NULL,
|
||||
'route' => 'logout',
|
||||
'class' => 'dropdown-item',
|
||||
'target' => '_top',
|
||||
];
|
||||
|
||||
$output51 .= TYPO3\CMS\Fluid\ViewHelpers\Be\LinkViewHelper::renderStatic($arguments52, $renderChildrenClosure53, $renderingContext);
|
||||
|
||||
$output51 .= '
|
||||
';
|
||||
return $output51;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments43, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,205 +0,0 @@
|
||||
<?php
|
||||
class Default_action_ToolbarItems_UserToolbarItem_9e6c8c10b4758ac8 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
'be' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Backend\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
<span class="toolbar-item-avatar">';
|
||||
// Rendering ViewHelper TYPO3\CMS\Backend\ViewHelpers\AvatarViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments1 = [
|
||||
'showIcon' => false,
|
||||
'backendUser' => $renderingContext->getVariableProvider()->getByPath('currentUser.uid'),
|
||||
'size' => 24,
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Backend\ViewHelpers\AvatarViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
|
||||
|
||||
$output0 .= '</span>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array4 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('switchUserMode'),
|
||||
];
|
||||
|
||||
$expression5 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments3 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression5(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array4)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output6 = '';
|
||||
|
||||
$output6 .= '
|
||||
<span
|
||||
class="toolbar-item-name"
|
||||
title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure8 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments7 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_misc.xlf:switchtouser',
|
||||
];
|
||||
|
||||
$output6 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext)]);
|
||||
|
||||
$output6 .= ' ';
|
||||
|
||||
$output6 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('currentUser.username')]);
|
||||
|
||||
$output6 .= '"
|
||||
>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure10 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments9 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_misc.xlf:switchtousershort',
|
||||
];
|
||||
|
||||
$output6 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments9, $renderChildrenClosure10, $renderingContext)]);
|
||||
|
||||
$output6 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
$output12 = '';
|
||||
|
||||
$output12 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('currentUser.realName')]);
|
||||
|
||||
$output12 .= ' (';
|
||||
|
||||
$output12 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('currentUser.username')]);
|
||||
|
||||
$output12 .= ')';
|
||||
|
||||
$array13 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('currentUser.realName'),
|
||||
];
|
||||
|
||||
$expression14 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments11 = [
|
||||
'then' => $output12,
|
||||
'else' => call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('currentUser.username')]),
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression14(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array13)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output6 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments11, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output6 .= '
|
||||
</span>
|
||||
';
|
||||
return $output6;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output15 = '';
|
||||
|
||||
$output15 .= '
|
||||
<span class="toolbar-item-name" title="';
|
||||
|
||||
$output15 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('username')]);
|
||||
|
||||
$output15 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array17 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('currentUser.realName'),
|
||||
];
|
||||
|
||||
$expression18 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments16 = [
|
||||
'then' => call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('currentUser.realName')]),
|
||||
'else' => call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('currentUser.username')]),
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression18(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array17)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output15 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments16, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output15 .= '
|
||||
</span>
|
||||
';
|
||||
return $output15;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments3, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,339 +0,0 @@
|
||||
<?php
|
||||
class layout_Module_html_5514fa1feb2b0c40 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array3 = [
|
||||
'0' => 'true',
|
||||
];
|
||||
|
||||
$expression4 = function($context) {return TRUE;};
|
||||
|
||||
$arguments1 = [
|
||||
'partial' => NULL,
|
||||
'delegate' => NULL,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'section' => 'Before',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
'optional' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression4(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array3)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
|
||||
<div class="module ';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('moduleClass')]);
|
||||
|
||||
$output0 .= '" data-module-id="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('moduleId')]);
|
||||
|
||||
$output0 .= '" data-module-name="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('moduleName')]);
|
||||
|
||||
$output0 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array6 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('formTag'),
|
||||
];
|
||||
|
||||
$expression7 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments5 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression7(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array6)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output8 = '';
|
||||
|
||||
$output8 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure10 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('formTag');
|
||||
};
|
||||
|
||||
$arguments9 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output8 .= isset($arguments9['value']) ? $arguments9['value'] : $renderChildrenClosure10();
|
||||
|
||||
$output8 .= '
|
||||
';
|
||||
return $output8;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments5, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array12 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('docHeader.enabled'),
|
||||
];
|
||||
|
||||
$expression13 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments11 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression13(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array12)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output14 = '';
|
||||
|
||||
$output14 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure16 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array17 = [
|
||||
'docHeader' => $renderingContext->getVariableProvider()->getByPath('docHeader'),
|
||||
];
|
||||
|
||||
$arguments15 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'DocHeader',
|
||||
'arguments' => $array17,
|
||||
];
|
||||
|
||||
$output14 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments15, $renderChildrenClosure16, $renderingContext);
|
||||
|
||||
$output14 .= '
|
||||
';
|
||||
return $output14;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments11, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
<div class="module-body t3js-module-body">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array19 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('uiBlock'),
|
||||
];
|
||||
|
||||
$expression20 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments18 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression20(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array19)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output21 = '';
|
||||
|
||||
$output21 .= '
|
||||
<div id="t3js-ui-block" class="ui-block">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure23 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments22 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'spinner-circle',
|
||||
'size' => 'large',
|
||||
];
|
||||
|
||||
$output21 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments22, $renderChildrenClosure23, $renderingContext);
|
||||
|
||||
$output21 .= '
|
||||
</div>
|
||||
';
|
||||
return $output21;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments18, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\FlashMessagesViewHelper
|
||||
$renderChildrenClosure25 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments24 = [
|
||||
'as' => NULL,
|
||||
'queueIdentifier' => $renderingContext->getVariableProvider()->getByPath('flashMessageQueueIdentifier'),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\FlashMessagesViewHelper::renderStatic($arguments24, $renderChildrenClosure25, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure27 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array28 = [
|
||||
'0' => 'true',
|
||||
];
|
||||
|
||||
$expression29 = function($context) {return TRUE;};
|
||||
|
||||
$arguments26 = [
|
||||
'partial' => NULL,
|
||||
'delegate' => NULL,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'section' => 'Content',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
'optional' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression29(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array28)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments26, $renderChildrenClosure27, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
|
||||
</div>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array31 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('formTag'),
|
||||
];
|
||||
|
||||
$expression32 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments30 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression32(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array31)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
return '
|
||||
</form>
|
||||
';
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments30, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
</div>
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure34 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array35 = [
|
||||
'0' => 'true',
|
||||
];
|
||||
|
||||
$expression36 = function($context) {return TRUE;};
|
||||
|
||||
$arguments33 = [
|
||||
'partial' => NULL,
|
||||
'delegate' => NULL,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'section' => 'After',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
'optional' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression36(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array35)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments33, $renderChildrenClosure34, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,294 +0,0 @@
|
||||
<?php
|
||||
class layout_Module_html_c10fe31814de3265 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array3 = [
|
||||
'0' => 'true',
|
||||
];
|
||||
|
||||
$expression4 = function($context) {return TRUE;};
|
||||
|
||||
$arguments1 = [
|
||||
'partial' => NULL,
|
||||
'delegate' => NULL,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'section' => 'Before',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
'optional' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression4(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array3)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
|
||||
<div class="module ';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('moduleClass')]);
|
||||
|
||||
$output0 .= '" data-module-id="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('moduleId')]);
|
||||
|
||||
$output0 .= '" data-module-name="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('moduleName')]);
|
||||
|
||||
$output0 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array6 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('docHeader.enabled'),
|
||||
];
|
||||
|
||||
$expression7 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments5 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression7(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array6)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output8 = '';
|
||||
|
||||
$output8 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure10 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array11 = [
|
||||
'docHeader' => $renderingContext->getVariableProvider()->getByPath('docHeader'),
|
||||
];
|
||||
|
||||
$arguments9 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'DocHeader',
|
||||
'arguments' => $array11,
|
||||
];
|
||||
|
||||
$output8 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments9, $renderChildrenClosure10, $renderingContext);
|
||||
|
||||
$output8 .= '
|
||||
';
|
||||
return $output8;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments5, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
<div class="module-body t3js-module-body">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array13 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('uiBlock'),
|
||||
];
|
||||
|
||||
$expression14 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments12 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression14(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array13)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output15 = '';
|
||||
|
||||
$output15 .= '
|
||||
<div id="t3js-ui-block" class="ui-block">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure17 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments16 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'spinner-circle',
|
||||
'size' => 'large',
|
||||
];
|
||||
|
||||
$output15 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments16, $renderChildrenClosure17, $renderingContext);
|
||||
|
||||
$output15 .= '
|
||||
</div>
|
||||
';
|
||||
return $output15;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments12, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\FlashMessagesViewHelper
|
||||
$renderChildrenClosure19 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments18 = [
|
||||
'as' => NULL,
|
||||
'queueIdentifier' => $renderingContext->getVariableProvider()->getByPath('flashMessageQueueIdentifier'),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\FlashMessagesViewHelper::renderStatic($arguments18, $renderChildrenClosure19, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure21 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('headerContent');
|
||||
};
|
||||
|
||||
$arguments20 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output0 .= isset($arguments20['value']) ? $arguments20['value'] : $renderChildrenClosure21();
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure23 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array24 = [
|
||||
'0' => 'true',
|
||||
];
|
||||
|
||||
$expression25 = function($context) {return TRUE;};
|
||||
|
||||
$arguments22 = [
|
||||
'partial' => NULL,
|
||||
'delegate' => NULL,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'section' => 'Content',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
'optional' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression25(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array24)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments22, $renderChildrenClosure23, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure27 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('footerContent');
|
||||
};
|
||||
|
||||
$arguments26 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output0 .= isset($arguments26['value']) ? $arguments26['value'] : $renderChildrenClosure27();
|
||||
|
||||
$output0 .= '
|
||||
</div>
|
||||
</div>
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure29 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array30 = [
|
||||
'0' => 'true',
|
||||
];
|
||||
|
||||
$expression31 = function($context) {return TRUE;};
|
||||
|
||||
$arguments28 = [
|
||||
'partial' => NULL,
|
||||
'delegate' => NULL,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'section' => 'After',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
'optional' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression31(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array30)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments28, $renderChildrenClosure29, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,818 +0,0 @@
|
||||
<?php
|
||||
class partial_Backend_ModuleMenu_abd71cae766370cc extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
'be' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Backend\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* section Menubar
|
||||
*/
|
||||
public function section_0ad4855ab1331bc4(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
<ul
|
||||
role="menubar"
|
||||
aria-orientation="vertical"
|
||||
aria-label="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments1 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang.xlf:modulemenu.label',
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '"
|
||||
class="modulemenu-group-container"
|
||||
>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure4 = function() use ($renderingContext) {
|
||||
$output5 = '';
|
||||
|
||||
$output5 .= '
|
||||
<li
|
||||
role="menuitem"
|
||||
data-modulemenu-level="1"
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
$output7 = '';
|
||||
|
||||
$output7 .= 'class="modulemenu-group modulemenu-group-';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array9 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('module.collapsed'),
|
||||
];
|
||||
|
||||
$expression10 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments8 = [
|
||||
'then' => 'collapsed',
|
||||
'else' => 'expanded',
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression10(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array9)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output7 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments8, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output7 .= '"';
|
||||
|
||||
$array11 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('module.subModules'),
|
||||
];
|
||||
|
||||
$expression12 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments6 = [
|
||||
'then' => $output7,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression12(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array11)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output5 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments6, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output5 .= '
|
||||
>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure14 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array17 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('iterator.isFirst'),
|
||||
];
|
||||
|
||||
$expression18 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments16 = [
|
||||
'then' => 0,
|
||||
'else' => -1,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression18(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array17)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$array15 = [
|
||||
'module' => $renderingContext->getVariableProvider()->getByPath('module'),
|
||||
'showChildren' => $renderingContext->getVariableProvider()->getByPath('module.subModules'),
|
||||
'tabIndex' => TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments16, static fn() => '', $renderingContext)
|
||||
,
|
||||
];
|
||||
|
||||
$arguments13 = [
|
||||
'partial' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'section' => 'Button',
|
||||
'arguments' => $array15,
|
||||
];
|
||||
|
||||
$output5 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments13, $renderChildrenClosure14, $renderingContext);
|
||||
|
||||
$output5 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array20 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('module.subModules'),
|
||||
];
|
||||
|
||||
$expression21 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments19 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression21(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array20)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output22 = '';
|
||||
|
||||
$output22 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure24 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array25 = [
|
||||
'modules' => $renderingContext->getVariableProvider()->getByPath('module.subModules'),
|
||||
'parent' => $renderingContext->getVariableProvider()->getByPath('module'),
|
||||
];
|
||||
|
||||
$arguments23 = [
|
||||
'partial' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'section' => 'Menu',
|
||||
'arguments' => $array25,
|
||||
];
|
||||
|
||||
$output22 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments23, $renderChildrenClosure24, $renderingContext);
|
||||
|
||||
$output22 .= '
|
||||
';
|
||||
return $output22;
|
||||
},
|
||||
];
|
||||
|
||||
$output5 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments19, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output5 .= '
|
||||
</li>
|
||||
';
|
||||
return $output5;
|
||||
};
|
||||
|
||||
$arguments3 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('modules'),
|
||||
'as' => 'module',
|
||||
'iteration' => 'iterator',
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</ul>
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
/**
|
||||
* section Menu
|
||||
*/
|
||||
public function section_6c179d8fa93a09ae(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output26 = '';
|
||||
|
||||
$output26 .= '
|
||||
<ul
|
||||
role="menu"
|
||||
aria-orientation="vertical"
|
||||
class="modulemenu-group-container"
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array29 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('parent.collapsed'),
|
||||
];
|
||||
|
||||
$expression30 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments28 = [
|
||||
'then' => 'style="display: none"',
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression30(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array29)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$array31 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('parent'),
|
||||
];
|
||||
|
||||
$expression32 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments27 = [
|
||||
'then' => TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments28, static fn() => '', $renderingContext)
|
||||
,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression32(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array31)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output26 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments27, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output26 .= '
|
||||
>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure34 = function() use ($renderingContext) {
|
||||
$output35 = '';
|
||||
|
||||
$output35 .= '
|
||||
<li role="menuitem" data-modulemenu-level="2">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure37 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array38 = [
|
||||
'module' => $renderingContext->getVariableProvider()->getByPath('module'),
|
||||
'tabIndex' => -1,
|
||||
];
|
||||
|
||||
$arguments36 = [
|
||||
'partial' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'section' => 'Button',
|
||||
'arguments' => $array38,
|
||||
];
|
||||
|
||||
$output35 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments36, $renderChildrenClosure37, $renderingContext);
|
||||
|
||||
$output35 .= '
|
||||
</li>
|
||||
';
|
||||
return $output35;
|
||||
};
|
||||
|
||||
$arguments33 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('modules'),
|
||||
'as' => 'module',
|
||||
];
|
||||
|
||||
$output26 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments33, $renderChildrenClosure34, $renderingContext);
|
||||
|
||||
$output26 .= '
|
||||
</ul>
|
||||
';
|
||||
|
||||
return $output26;
|
||||
}
|
||||
/**
|
||||
* section Button
|
||||
*/
|
||||
public function section_896c94ff41e887f0(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output39 = '';
|
||||
|
||||
$output39 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure41 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments40 = [
|
||||
'name' => 'moduleTitle',
|
||||
'value' => '',
|
||||
];
|
||||
$renderChildrenClosure41 = ($arguments40['value'] !== null) ? function() use ($arguments40) { return $arguments40['value']; } : $renderChildrenClosure41;
|
||||
$output39 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments40, $renderChildrenClosure41, $renderingContext)]);
|
||||
|
||||
$output39 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array43 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('module.title'),
|
||||
];
|
||||
|
||||
$expression44 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments42 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression44(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array43)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output45 = '';
|
||||
|
||||
$output45 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure47 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure49 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments48 = [
|
||||
'id' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => $renderingContext->getVariableProvider()->getByPath('module.title'),
|
||||
'default' => $renderingContext->getVariableProvider()->getByPath('module.title'),
|
||||
];
|
||||
|
||||
$arguments46 = [
|
||||
'name' => 'moduleTitle',
|
||||
'value' => TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments48, $renderChildrenClosure49, $renderingContext),
|
||||
];
|
||||
$renderChildrenClosure47 = ($arguments46['value'] !== null) ? function() use ($arguments46) { return $arguments46['value']; } : $renderChildrenClosure47;
|
||||
$output45 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments46, $renderChildrenClosure47, $renderingContext)]);
|
||||
|
||||
$output45 .= '
|
||||
';
|
||||
return $output45;
|
||||
},
|
||||
];
|
||||
|
||||
$output39 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments42, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output39 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure51 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments50 = [
|
||||
'name' => 'buttonTitle',
|
||||
'value' => $renderingContext->getVariableProvider()->getByPath('moduleTitle'),
|
||||
];
|
||||
$renderChildrenClosure51 = ($arguments50['value'] !== null) ? function() use ($arguments50) { return $arguments50['value']; } : $renderChildrenClosure51;
|
||||
$output39 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments50, $renderChildrenClosure51, $renderingContext)]);
|
||||
|
||||
$output39 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array53 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('module.shortDescription'),
|
||||
];
|
||||
|
||||
$expression54 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments52 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression54(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array53)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output55 = '';
|
||||
|
||||
$output55 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure57 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure59 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments58 = [
|
||||
'id' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => $renderingContext->getVariableProvider()->getByPath('module.shortDescription'),
|
||||
'default' => $renderingContext->getVariableProvider()->getByPath('module.shortDescription'),
|
||||
];
|
||||
|
||||
$arguments56 = [
|
||||
'name' => 'buttonTitle',
|
||||
'value' => TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments58, $renderChildrenClosure59, $renderingContext),
|
||||
];
|
||||
$renderChildrenClosure57 = ($arguments56['value'] !== null) ? function() use ($arguments56) { return $arguments56['value']; } : $renderChildrenClosure57;
|
||||
$output55 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments56, $renderChildrenClosure57, $renderingContext)]);
|
||||
|
||||
$output55 .= '
|
||||
';
|
||||
return $output55;
|
||||
},
|
||||
];
|
||||
|
||||
$output39 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments52, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output39 .= '
|
||||
<';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array61 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('module.shouldBeLinked'),
|
||||
];
|
||||
|
||||
$expression62 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments60 = [
|
||||
'then' => 'a',
|
||||
'else' => 'button',
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression62(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array61)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output39 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments60, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output39 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array64 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('module.shouldBeLinked'),
|
||||
];
|
||||
|
||||
$expression65 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments63 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression65(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array64)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output66 = '';
|
||||
|
||||
$output66 .= '
|
||||
href="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Be\UriViewHelper
|
||||
$renderChildrenClosure68 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments67 = [
|
||||
'parameters' => [],
|
||||
'referenceType' => 'absolute',
|
||||
'route' => $renderingContext->getVariableProvider()->getByPath('module.identifier'),
|
||||
];
|
||||
|
||||
$output66 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\Be\UriViewHelper::renderStatic($arguments67, $renderChildrenClosure68, $renderingContext)]);
|
||||
|
||||
$output66 .= '"
|
||||
data-moduleroute-identifier="';
|
||||
|
||||
$output66 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('module.identifier')]);
|
||||
|
||||
$output66 .= '"
|
||||
';
|
||||
return $output66;
|
||||
},
|
||||
];
|
||||
|
||||
$output39 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments63, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output39 .= '
|
||||
role="menuitem"
|
||||
title="';
|
||||
|
||||
$output39 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('buttonTitle')]);
|
||||
|
||||
$output39 .= '"
|
||||
class="modulemenu-action"
|
||||
tabindex="';
|
||||
|
||||
$output39 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('tabIndex')]);
|
||||
|
||||
$output39 .= '"
|
||||
data-modulemenu-identifier="';
|
||||
|
||||
$output39 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('module.identifier')]);
|
||||
|
||||
$output39 .= '"
|
||||
data-modulemenu-collapsible="';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array70 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('showChildren'),
|
||||
];
|
||||
|
||||
$expression71 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments69 = [
|
||||
'then' => 'true',
|
||||
'else' => 'false',
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression71(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array70)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output39 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments69, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output39 .= '"
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
$output73 = '';
|
||||
|
||||
$output73 .= 'aria-haspopup="true" aria-expanded="';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array75 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('module.collapsed'),
|
||||
];
|
||||
|
||||
$expression76 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments74 = [
|
||||
'then' => 'false',
|
||||
'else' => 'true',
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression76(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array75)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output73 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments74, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output73 .= '"';
|
||||
|
||||
$array77 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('showChildren'),
|
||||
];
|
||||
|
||||
$expression78 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments72 = [
|
||||
'then' => $output73,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression78(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array77)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output39 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments72, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output39 .= '
|
||||
>
|
||||
<span class="modulemenu-icon" aria-hidden="true">';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure80 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments79 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'size' => 'medium',
|
||||
'identifier' => $renderingContext->getVariableProvider()->getByPath('module.iconIdentifier'),
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$output39 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments79, $renderChildrenClosure80, $renderingContext);
|
||||
|
||||
$output39 .= '</span>
|
||||
<span class="modulemenu-name">';
|
||||
|
||||
$output39 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('moduleTitle')]);
|
||||
|
||||
$output39 .= '</span>
|
||||
<span class="modulemenu-indicator" aria-hidden="true"></span>
|
||||
</';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array82 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('module.shouldBeLinked'),
|
||||
];
|
||||
|
||||
$expression83 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments81 = [
|
||||
'then' => 'a',
|
||||
'else' => 'button',
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression83(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array82)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output39 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments81, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output39 .= '>
|
||||
';
|
||||
|
||||
return $output39;
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output84 = '';
|
||||
|
||||
$output84 .= '
|
||||
|
||||
<nav
|
||||
class="modulemenu"
|
||||
data-role="modulemenu"
|
||||
id="modulemenu"
|
||||
data-modulemenu
|
||||
aria-label="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure86 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments85 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang.xlf:modulemenu.label',
|
||||
];
|
||||
|
||||
$output84 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments85, $renderChildrenClosure86, $renderingContext)]);
|
||||
|
||||
$output84 .= '"
|
||||
data-modules-information="';
|
||||
|
||||
$output84 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('modulesInformation')]);
|
||||
|
||||
$output84 .= '"
|
||||
>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array88 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('modules'),
|
||||
];
|
||||
|
||||
$expression89 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments87 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression89(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array88)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output90 = '';
|
||||
|
||||
$output90 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure92 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array93 = [
|
||||
'modules' => $renderingContext->getVariableProvider()->getByPath('modules'),
|
||||
];
|
||||
|
||||
$arguments91 = [
|
||||
'partial' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'section' => 'Menubar',
|
||||
'arguments' => $array93,
|
||||
];
|
||||
|
||||
$output90 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments91, $renderChildrenClosure92, $renderingContext);
|
||||
|
||||
$output90 .= '
|
||||
';
|
||||
return $output90;
|
||||
},
|
||||
];
|
||||
|
||||
$output84 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments87, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output84 .= '
|
||||
</nav>
|
||||
|
||||
';
|
||||
|
||||
$output84 .= '';
|
||||
|
||||
$output84 .= '
|
||||
|
||||
';
|
||||
|
||||
$output84 .= '';
|
||||
|
||||
$output84 .= '
|
||||
|
||||
';
|
||||
|
||||
$output84 .= '';
|
||||
|
||||
$output84 .= '
|
||||
|
||||
|
||||
';
|
||||
|
||||
return $output84;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,589 +0,0 @@
|
||||
<?php
|
||||
class partial_Backend_Topbar_96d02ae3958bee99 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
'be' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Backend\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* section ToggleButton
|
||||
*/
|
||||
public function section_66660c065b7158e0(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array4 = [
|
||||
'0' => '!',
|
||||
'1' => $renderingContext->getVariableProvider()->getByPath('enabled'),
|
||||
];
|
||||
|
||||
$expression5 = function($context) {return !(TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node1"]));};
|
||||
|
||||
$arguments3 = [
|
||||
'then' => 1,
|
||||
'else' => 0,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression5(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array4)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$arguments1 = [
|
||||
'name' => 'disabled',
|
||||
'value' => TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments3, static fn() => '', $renderingContext)
|
||||
,
|
||||
];
|
||||
$renderChildrenClosure2 = ($arguments1['value'] !== null) ? function() use ($arguments1) { return $arguments1['value']; } : $renderChildrenClosure2;
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure7 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array9 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('disabled'),
|
||||
];
|
||||
|
||||
$expression10 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments8 = [
|
||||
'then' => 'disabled',
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression10(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array9)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$arguments6 = [
|
||||
'name' => 'disabledAttr',
|
||||
'value' => TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments8, static fn() => '', $renderingContext)
|
||||
,
|
||||
];
|
||||
$renderChildrenClosure7 = ($arguments6['value'] !== null) ? function() use ($arguments6) { return $arguments6['value']; } : $renderChildrenClosure7;
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments6, $renderChildrenClosure7, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
|
||||
<button ';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('disabledAttr')]);
|
||||
|
||||
$output0 .= ' class="topbar-button ';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('classes')]);
|
||||
|
||||
$output0 .= '" title="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('title')]);
|
||||
|
||||
$output0 .= '" aria-label="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('title')]);
|
||||
|
||||
$output0 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure12 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array13 = [
|
||||
'identifier' => $renderingContext->getVariableProvider()->getByPath('icon'),
|
||||
'disabled' => $renderingContext->getVariableProvider()->getByPath('disabled'),
|
||||
];
|
||||
|
||||
$arguments11 = [
|
||||
'partial' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'section' => 'Icon',
|
||||
'arguments' => $array13,
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</button>
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
/**
|
||||
* section Icon
|
||||
*/
|
||||
public function section_9bb494f64715d1fe(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output14 = '';
|
||||
|
||||
$output14 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure16 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array18 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('disabled'),
|
||||
];
|
||||
|
||||
$expression19 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments17 = [
|
||||
'then' => 'overlay-readonly',
|
||||
'else' => $renderingContext->getVariableProvider()->getByPath('null'),
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression19(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array18)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$arguments15 = [
|
||||
'name' => 'overlay',
|
||||
'value' => TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments17, static fn() => '', $renderingContext)
|
||||
,
|
||||
];
|
||||
$renderChildrenClosure16 = ($arguments15['value'] !== null) ? function() use ($arguments15) { return $arguments15['value']; } : $renderChildrenClosure16;
|
||||
$output14 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments15, $renderChildrenClosure16, $renderingContext)]);
|
||||
|
||||
$output14 .= '
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure21 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments20 = [
|
||||
'size' => 'small',
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => $renderingContext->getVariableProvider()->getByPath('identifier'),
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
'overlay' => $renderingContext->getVariableProvider()->getByPath('overlay'),
|
||||
];
|
||||
|
||||
$output14 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments20, $renderChildrenClosure21, $renderingContext);
|
||||
|
||||
$output14 .= '
|
||||
';
|
||||
|
||||
return $output14;
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output22 = '';
|
||||
|
||||
$output22 .= '
|
||||
|
||||
<div class="scaffold-topbar t3js-scaffold-topbar" data-topbar-identifier="topbar">
|
||||
<div class="topbar">
|
||||
<div class="topbar-header t3js-topbar-header ';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array24 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('isInWorkspace'),
|
||||
];
|
||||
|
||||
$expression25 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments23 = [
|
||||
'then' => 'typo3-in-workspace',
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression25(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array24)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output22 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments23, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output22 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure27 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure30 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments29 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.minMaxModuleMenu',
|
||||
];
|
||||
|
||||
$array28 = [
|
||||
'icon' => 'actions-menu',
|
||||
'enabled' => $renderingContext->getVariableProvider()->getByPath('hasModules'),
|
||||
'classes' => 'topbar-button-modulemenu t3js-topbar-button-modulemenu',
|
||||
'title' => TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments29, $renderChildrenClosure30, $renderingContext),
|
||||
];
|
||||
|
||||
$arguments26 = [
|
||||
'partial' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'section' => 'ToggleButton',
|
||||
'arguments' => $array28,
|
||||
];
|
||||
|
||||
$output22 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments26, $renderChildrenClosure27, $renderingContext);
|
||||
|
||||
$output22 .= '
|
||||
|
||||
<div class="topbar-header-site">
|
||||
<a href="./" target="_top" title="';
|
||||
|
||||
$output22 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('siteName')]);
|
||||
|
||||
$output22 .= ' - ';
|
||||
|
||||
$output22 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('applicationVersion')]);
|
||||
|
||||
$output22 .= '">
|
||||
<span class="topbar-header-site-logo">
|
||||
<img src="';
|
||||
|
||||
$output22 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('logoUrl')]);
|
||||
|
||||
$output22 .= '" width="';
|
||||
|
||||
$output22 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('logoWidth')]);
|
||||
|
||||
$output22 .= '" height="';
|
||||
|
||||
$output22 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('logoHeight')]);
|
||||
|
||||
$output22 .= '" alt="" aria-hidden="true" />
|
||||
</span>
|
||||
<span class="topbar-header-site-title">
|
||||
<span class="topbar-header-site-name">';
|
||||
|
||||
$output22 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('siteName')]);
|
||||
|
||||
$output22 .= '</span>
|
||||
<span class="topbar-header-site-version">';
|
||||
|
||||
$output22 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('applicationVersion')]);
|
||||
|
||||
$output22 .= '</span>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<button
|
||||
class="topbar-button topbar-button-toolbar t3js-topbar-button-toolbar"
|
||||
title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure32 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments31 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.toolbarOpenClose',
|
||||
];
|
||||
|
||||
$output22 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments31, $renderChildrenClosure32, $renderingContext)]);
|
||||
|
||||
$output22 .= '"
|
||||
aria-label="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure34 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments33 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.toolbarOpenClose',
|
||||
];
|
||||
|
||||
$output22 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments33, $renderChildrenClosure34, $renderingContext)]);
|
||||
|
||||
$output22 .= '"
|
||||
>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure36 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments35 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-system-extension-configure',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$output22 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments35, $renderChildrenClosure36, $renderingContext);
|
||||
|
||||
$output22 .= '
|
||||
</button>
|
||||
<button
|
||||
class="topbar-button topbar-button-search t3js-topbar-button-search"
|
||||
title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure38 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments37 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.searchbarOpenClose',
|
||||
];
|
||||
|
||||
$output22 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments37, $renderChildrenClosure38, $renderingContext)]);
|
||||
|
||||
$output22 .= '"
|
||||
aria-label="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure40 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments39 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:toolbarItems.searchbarOpenClose',
|
||||
];
|
||||
|
||||
$output22 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments39, $renderChildrenClosure40, $renderingContext)]);
|
||||
|
||||
$output22 .= '"
|
||||
>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure42 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments41 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-search',
|
||||
'alternativeMarkupIdentifier' => 'inline',
|
||||
];
|
||||
|
||||
$output22 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments41, $renderChildrenClosure42, $renderingContext);
|
||||
|
||||
$output22 .= '
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="scaffold-toolbar t3js-scaffold-toolbar" data-toolbar-identifier="toolbar">
|
||||
<div class="toolbar">
|
||||
<ul class="toolbar-list" data-typo3-role="typo3-module-menu">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure44 = function() use ($renderingContext) {
|
||||
$output45 = '';
|
||||
|
||||
$output45 .= '
|
||||
<li ';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure47 = function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Backend\ViewHelpers\Toolbar\AttributesViewHelper
|
||||
$renderChildrenClosure49 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments48 = [
|
||||
'class' => $renderingContext->getVariableProvider()->getByPath('toolbarItem'),
|
||||
];
|
||||
return TYPO3\CMS\Backend\ViewHelpers\Toolbar\AttributesViewHelper::renderStatic($arguments48, $renderChildrenClosure49, $renderingContext);
|
||||
};
|
||||
|
||||
$arguments46 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output45 .= isset($arguments46['value']) ? $arguments46['value'] : $renderChildrenClosure47();
|
||||
|
||||
$output45 .= '>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Backend\ViewHelpers\Toolbar\IfHasDropdownViewHelper
|
||||
|
||||
$arguments50 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'class' => $renderingContext->getVariableProvider()->getByPath('toolbarItem'),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output51 = '';
|
||||
|
||||
$output51 .= '
|
||||
<a href="#" class="toolbar-item-link dropdown-toggle" data-bs-toggle="dropdown" data-bs-offset="0,0">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure53 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('toolbarItem.item');
|
||||
};
|
||||
|
||||
$arguments52 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output51 .= isset($arguments52['value']) ? $arguments52['value'] : $renderChildrenClosure53();
|
||||
|
||||
$output51 .= '
|
||||
</a>
|
||||
<div class="dropdown-menu" role="menu">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure55 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('toolbarItem.dropdown');
|
||||
};
|
||||
|
||||
$arguments54 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output51 .= isset($arguments54['value']) ? $arguments54['value'] : $renderChildrenClosure55();
|
||||
|
||||
$output51 .= '
|
||||
</div>
|
||||
';
|
||||
return $output51;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output56 = '';
|
||||
|
||||
$output56 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure58 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('toolbarItem.item');
|
||||
};
|
||||
|
||||
$arguments57 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output56 .= isset($arguments57['value']) ? $arguments57['value'] : $renderChildrenClosure58();
|
||||
|
||||
$output56 .= '
|
||||
';
|
||||
return $output56;
|
||||
},
|
||||
];
|
||||
|
||||
$output45 .= TYPO3\CMS\Backend\ViewHelpers\Toolbar\IfHasDropdownViewHelper::renderStatic($arguments50, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output45 .= '
|
||||
</li>
|
||||
';
|
||||
return $output45;
|
||||
};
|
||||
|
||||
$arguments43 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('toolbarItems'),
|
||||
'as' => 'toolbarItem',
|
||||
];
|
||||
|
||||
$output22 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments43, $renderChildrenClosure44, $renderingContext);
|
||||
|
||||
$output22 .= '
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
';
|
||||
|
||||
$output22 .= '';
|
||||
|
||||
$output22 .= '
|
||||
|
||||
';
|
||||
|
||||
$output22 .= '';
|
||||
|
||||
$output22 .= '
|
||||
|
||||
|
||||
';
|
||||
|
||||
return $output22;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,160 +0,0 @@
|
||||
<?php
|
||||
class partial_ButtonBar_375e5676a2968412 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '<div class="btn-toolbar" role="toolbar" aria-label="">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
$output3 = '';
|
||||
|
||||
$output3 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\CountViewHelper
|
||||
$renderChildrenClosure7 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('buttonGroup');
|
||||
};
|
||||
|
||||
$arguments6 = [
|
||||
'subject' => NULL,
|
||||
];
|
||||
$renderChildrenClosure7 = ($arguments6['subject'] !== null) ? function() use ($arguments6) { return $arguments6['subject']; } : $renderChildrenClosure7;
|
||||
$array5 = [
|
||||
'0' => TYPO3Fluid\Fluid\ViewHelpers\CountViewHelper::renderStatic($arguments6, $renderChildrenClosure7, $renderingContext),
|
||||
'1' => ' > 1',
|
||||
];
|
||||
|
||||
$expression8 = function($context) {return (TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]) > 1);};
|
||||
|
||||
$arguments4 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression8(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array5)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output9 = '';
|
||||
|
||||
$output9 .= '
|
||||
<div class="btn-group" role="group" aria-label="">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure11 = function() use ($renderingContext) {
|
||||
$output12 = '';
|
||||
|
||||
$output12 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure14 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('button');
|
||||
};
|
||||
|
||||
$arguments13 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output12 .= isset($arguments13['value']) ? $arguments13['value'] : $renderChildrenClosure14();
|
||||
|
||||
$output12 .= '
|
||||
';
|
||||
return $output12;
|
||||
};
|
||||
|
||||
$arguments10 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('buttonGroup'),
|
||||
'as' => 'button',
|
||||
];
|
||||
|
||||
$output9 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments10, $renderChildrenClosure11, $renderingContext);
|
||||
|
||||
$output9 .= '
|
||||
</div>
|
||||
';
|
||||
return $output9;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output15 = '';
|
||||
|
||||
$output15 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure17 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('buttonGroup.0');
|
||||
};
|
||||
|
||||
$arguments16 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output15 .= isset($arguments16['value']) ? $arguments16['value'] : $renderChildrenClosure17();
|
||||
|
||||
$output15 .= '
|
||||
';
|
||||
return $output15;
|
||||
},
|
||||
];
|
||||
|
||||
$output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output3 .= '
|
||||
';
|
||||
return $output3;
|
||||
};
|
||||
|
||||
$arguments1 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('buttons'),
|
||||
'as' => 'buttonGroup',
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</div>
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,360 +0,0 @@
|
||||
<?php
|
||||
class partial_DocHeader_b5c1c228a96b901e extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '<div class="module-loading-indicator"></div>
|
||||
<div class="module-docheader t3js-module-docheader">
|
||||
<div class="module-docheader-bar module-docheader-bar-navigation t3js-module-docheader-bar t3js-module-docheader-bar-navigation">
|
||||
<div class="module-docheader-bar-column-left">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array2 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('docHeader.menus'),
|
||||
];
|
||||
|
||||
$expression3 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments1 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression3(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array2)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output4 = '';
|
||||
|
||||
$output4 .= '
|
||||
<div class="module-docheader-bar-container">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure6 = function() use ($renderingContext) {
|
||||
$output7 = '';
|
||||
|
||||
$output7 .= '
|
||||
<div class="form-group form-group-sm">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure9 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array10 = [
|
||||
'menu' => $renderingContext->getVariableProvider()->getByPath('menu'),
|
||||
];
|
||||
|
||||
$arguments8 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'Menus/SelectBoxJumpMenu',
|
||||
'arguments' => $array10,
|
||||
];
|
||||
|
||||
$output7 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);
|
||||
|
||||
$output7 .= '
|
||||
</div>
|
||||
';
|
||||
return $output7;
|
||||
};
|
||||
|
||||
$arguments5 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('docHeader.menus'),
|
||||
'as' => 'menu',
|
||||
];
|
||||
|
||||
$output4 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext);
|
||||
|
||||
$output4 .= '
|
||||
</div>
|
||||
';
|
||||
return $output4;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
</div>
|
||||
<div class="module-docheader-bar-column-right">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array12 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('docHeader.metaInformation.recordInformation'),
|
||||
];
|
||||
|
||||
$expression13 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments11 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression13(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array12)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output14 = '';
|
||||
|
||||
$output14 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array16 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('docHeader.metaInformation.fileOrFolder'),
|
||||
];
|
||||
|
||||
$expression17 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments15 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression17(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array16)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output18 = '';
|
||||
|
||||
$output18 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure20 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('docHeader.metaInformation.path');
|
||||
};
|
||||
|
||||
$arguments19 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output18 .= isset($arguments19['value']) ? $arguments19['value'] : $renderChildrenClosure20();
|
||||
|
||||
$output18 .= '
|
||||
';
|
||||
return $output18;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output21 = '';
|
||||
|
||||
$output21 .= '
|
||||
<span class="typo3-docheader-pagePath">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure23 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments22 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.path',
|
||||
];
|
||||
|
||||
$output21 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments22, $renderChildrenClosure23, $renderingContext)]);
|
||||
|
||||
$output21 .= ': ';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure25 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('docHeader.metaInformation.path');
|
||||
};
|
||||
|
||||
$arguments24 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output21 .= isset($arguments24['value']) ? $arguments24['value'] : $renderChildrenClosure25();
|
||||
|
||||
$output21 .= '
|
||||
</span>
|
||||
';
|
||||
return $output21;
|
||||
},
|
||||
];
|
||||
|
||||
$output14 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments15, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output14 .= '
|
||||
<strong>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure27 = function() use ($renderingContext) {
|
||||
$output28 = '';
|
||||
|
||||
$output28 .= '
|
||||
';
|
||||
|
||||
$output28 .= $renderingContext->getVariableProvider()->getByPath('docHeader.metaInformation.recordInformationIcon');
|
||||
|
||||
$output28 .= ' ';
|
||||
|
||||
$output28 .= $renderingContext->getVariableProvider()->getByPath('docHeader.metaInformation.recordInformationTitle');
|
||||
|
||||
$output28 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array30 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('docHeader.metaInformation.recordInformationUid'),
|
||||
];
|
||||
|
||||
$expression31 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments29 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression31(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array30)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output32 = '';
|
||||
|
||||
$output32 .= '[';
|
||||
|
||||
$output32 .= $renderingContext->getVariableProvider()->getByPath('docHeader.metaInformation.recordInformationUid');
|
||||
|
||||
$output32 .= ']';
|
||||
return $output32;
|
||||
},
|
||||
];
|
||||
|
||||
$output28 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments29, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output28 .= '
|
||||
';
|
||||
return $output28;
|
||||
};
|
||||
|
||||
$arguments26 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output14 .= isset($arguments26['value']) ? $arguments26['value'] : $renderChildrenClosure27();
|
||||
|
||||
$output14 .= '
|
||||
</strong>
|
||||
';
|
||||
|
||||
$output14 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('docHeader.metaInformation.recordInformationAdditionalInfo')]);
|
||||
|
||||
$output14 .= '
|
||||
';
|
||||
return $output14;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments11, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
</div>
|
||||
</div>
|
||||
<div class="module-docheader-bar module-docheader-bar-buttons t3js-module-docheader-bar t3js-module-docheader-bar-buttons">
|
||||
<div class="module-docheader-bar-column-left">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure34 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array35 = [
|
||||
'buttons' => $renderingContext->getVariableProvider()->getByPath('docHeader.buttons.left'),
|
||||
];
|
||||
|
||||
$arguments33 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'ButtonBar',
|
||||
'arguments' => $array35,
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments33, $renderChildrenClosure34, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</div>
|
||||
<div class="module-docheader-bar-column-right">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure37 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$array38 = [
|
||||
'buttons' => $renderingContext->getVariableProvider()->getByPath('docHeader.buttons.right'),
|
||||
];
|
||||
|
||||
$arguments36 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'ButtonBar',
|
||||
'arguments' => $array38,
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments36, $renderChildrenClosure37, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,126 +0,0 @@
|
||||
<?php
|
||||
class partial_DropdownMenu_dbd8955c89c9e139 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '
|
||||
|
||||
<div class="input-group">
|
||||
<select
|
||||
name="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('name')]);
|
||||
|
||||
$output0 .= '"
|
||||
id="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('id')]);
|
||||
|
||||
$output0 .= '"
|
||||
data-global-event="change"
|
||||
data-action-navigate="$data=~s/$value/"
|
||||
data-action-submit="$form"
|
||||
class="form-select"
|
||||
data-menu-identifier="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('id')]);
|
||||
|
||||
$output0 .= '"
|
||||
>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
$output3 = '';
|
||||
|
||||
$output3 .= '
|
||||
<option value="';
|
||||
|
||||
$output3 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('value')]);
|
||||
|
||||
$output3 .= '"
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array5 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('value'),
|
||||
'1' => ' == ',
|
||||
'2' => $renderingContext->getVariableProvider()->getByPath('currentValue'),
|
||||
];
|
||||
|
||||
$expression6 = function($context) {return (TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]) == TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node2"]));};
|
||||
|
||||
$arguments4 = [
|
||||
'then' => 'selected="selected"',
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression6(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array5)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output3 .= '
|
||||
>';
|
||||
|
||||
$output3 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('label')]);
|
||||
|
||||
$output3 .= '</option>
|
||||
';
|
||||
return $output3;
|
||||
};
|
||||
|
||||
$arguments1 = [
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('options'),
|
||||
'as' => 'label',
|
||||
'key' => 'value',
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,187 +0,0 @@
|
||||
<?php
|
||||
class partial_Menus_SelectBoxJumpMenu_5624f3ad184d1ad2 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\CountViewHelper
|
||||
$renderChildrenClosure4 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('menu.menuItems');
|
||||
};
|
||||
|
||||
$arguments3 = [
|
||||
'subject' => NULL,
|
||||
];
|
||||
$renderChildrenClosure4 = ($arguments3['subject'] !== null) ? function() use ($arguments3) { return $arguments3['subject']; } : $renderChildrenClosure4;
|
||||
$array2 = [
|
||||
'0' => TYPO3Fluid\Fluid\ViewHelpers\CountViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext),
|
||||
'1' => ' > 1',
|
||||
];
|
||||
|
||||
$expression5 = function($context) {return (TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]) > 1);};
|
||||
|
||||
$arguments1 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression5(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array2)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output6 = '';
|
||||
|
||||
$output6 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array8 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('menu.label'),
|
||||
];
|
||||
|
||||
$expression9 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments7 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression9(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array8)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output10 = '';
|
||||
|
||||
$output10 .= '
|
||||
<label class="form-label visually-hidden" for="';
|
||||
|
||||
$output10 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('menu.identifier')]);
|
||||
|
||||
$output10 .= '">';
|
||||
|
||||
$output10 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('menu.label')]);
|
||||
|
||||
$output10 .= '</label>
|
||||
';
|
||||
return $output10;
|
||||
},
|
||||
];
|
||||
|
||||
$output6 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments7, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output6 .= '
|
||||
<select class="form-select form-select-sm t3-js-jumpMenuBox"
|
||||
name="';
|
||||
|
||||
$output6 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('menu.identifier')]);
|
||||
|
||||
$output6 .= '"
|
||||
id="';
|
||||
|
||||
$output6 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('menu.identifier')]);
|
||||
|
||||
$output6 .= '"
|
||||
data-menu-identifier="';
|
||||
|
||||
$output6 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('menu.dataIdentifier')]);
|
||||
|
||||
$output6 .= '"
|
||||
data-global-event="change" data-action-navigate="$value"
|
||||
>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure12 = function() use ($renderingContext) {
|
||||
$output13 = '';
|
||||
|
||||
$output13 .= '
|
||||
<option value="';
|
||||
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('menuItem.href')]);
|
||||
|
||||
$output13 .= '" ';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array15 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('menuItem.active'),
|
||||
];
|
||||
|
||||
$expression16 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments14 = [
|
||||
'then' => ' selected="selected"',
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression16(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array15)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output13 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments14, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output13 .= '>';
|
||||
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('menuItem.title')]);
|
||||
|
||||
$output13 .= '</option>
|
||||
';
|
||||
return $output13;
|
||||
};
|
||||
|
||||
$arguments11 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('menu.menuItems'),
|
||||
'as' => 'menuItem',
|
||||
];
|
||||
|
||||
$output6 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext);
|
||||
|
||||
$output6 .= '
|
||||
</select>
|
||||
';
|
||||
return $output6;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,362 +0,0 @@
|
||||
<?php
|
||||
class partial_PageLayout_Grid_ColumnHeader_fbae72f20df6251c extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
'be' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Backend\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '<div class="t3-page-column-header">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array2 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('column.active'),
|
||||
];
|
||||
|
||||
$expression3 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments1 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression3(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array2)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output4 = '';
|
||||
|
||||
$output4 .= '
|
||||
<div class="t3-page-column-header-icons">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array6 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('allowEditContent'),
|
||||
'1' => ' && ',
|
||||
'2' => $renderingContext->getVariableProvider()->getByPath('column.editUrl'),
|
||||
];
|
||||
|
||||
$expression7 = function($context) {return (TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]) && TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node2"]));};
|
||||
|
||||
$arguments5 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression7(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array6)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output8 = '';
|
||||
|
||||
$output8 .= '
|
||||
<a href="';
|
||||
|
||||
$output8 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.editUrl')]);
|
||||
|
||||
$output8 .= '" title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure10 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments9 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:editColumn',
|
||||
];
|
||||
|
||||
$output8 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments9, $renderChildrenClosure10, $renderingContext)]);
|
||||
|
||||
$output8 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure12 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments11 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-document-open',
|
||||
];
|
||||
|
||||
$output8 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext);
|
||||
|
||||
$output8 .= '
|
||||
</a>
|
||||
';
|
||||
return $output8;
|
||||
},
|
||||
];
|
||||
|
||||
$output4 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments5, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output4 .= '
|
||||
</div>
|
||||
<span id="';
|
||||
|
||||
$output4 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('columnIdentifier')]);
|
||||
|
||||
$output4 .= '">';
|
||||
|
||||
$output4 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.title')]);
|
||||
|
||||
$output4 .= '</span>
|
||||
';
|
||||
return $output4;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output21 = '';
|
||||
|
||||
$output21 .= '
|
||||
<span id="';
|
||||
|
||||
$output21 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('columnIdentifier')]);
|
||||
|
||||
$output21 .= '">';
|
||||
|
||||
$output21 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.titleInaccessible')]);
|
||||
|
||||
$output21 .= '</span>
|
||||
';
|
||||
return $output21;
|
||||
},
|
||||
'__elseIf' => [
|
||||
0 => [
|
||||
'condition' => function() use ($renderingContext) {
|
||||
|
||||
$array13 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('column.unused'),
|
||||
];
|
||||
|
||||
$expression14 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
return TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression14(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array13)),
|
||||
$renderingContext
|
||||
);
|
||||
},
|
||||
'body' => function() use ($renderingContext) {
|
||||
$output15 = '';
|
||||
|
||||
$output15 .= '
|
||||
<span id="';
|
||||
|
||||
$output15 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('columnIdentifier')]);
|
||||
|
||||
$output15 .= '">';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure17 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments16 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:unusedColPos',
|
||||
];
|
||||
|
||||
$output15 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments16, $renderChildrenClosure17, $renderingContext)]);
|
||||
|
||||
$output15 .= '</span>
|
||||
';
|
||||
return $output15;
|
||||
}
|
||||
],
|
||||
1 => [
|
||||
'condition' => function() use ($renderingContext) {
|
||||
|
||||
$array18 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('column.unassigned'),
|
||||
];
|
||||
|
||||
$expression19 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
return TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression19(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array18)),
|
||||
$renderingContext
|
||||
);
|
||||
},
|
||||
'body' => function() use ($renderingContext) {
|
||||
$output20 = '';
|
||||
|
||||
$output20 .= '
|
||||
<span id="';
|
||||
|
||||
$output20 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('columnIdentifier')]);
|
||||
|
||||
$output20 .= '">';
|
||||
|
||||
$output20 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.titleUnassigned')]);
|
||||
|
||||
$output20 .= '</span>
|
||||
';
|
||||
return $output20;
|
||||
}
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
</div>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure23 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('column.beforeSectionMarkup');
|
||||
};
|
||||
|
||||
$arguments22 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output0 .= isset($arguments22['value']) ? $arguments22['value'] : $renderChildrenClosure23();
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array25 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('allowEditContent'),
|
||||
'1' => ' && ',
|
||||
'2' => $renderingContext->getVariableProvider()->getByPath('column.contentEditable'),
|
||||
'3' => ' && ',
|
||||
'4' => $renderingContext->getVariableProvider()->getByPath('column.context.allowNewContent'),
|
||||
'5' => ' && ',
|
||||
'6' => $renderingContext->getVariableProvider()->getByPath('column.active'),
|
||||
];
|
||||
|
||||
$expression26 = function($context) {return (((TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]) && TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node2"])) && TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node4"])) && TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node6"]));};
|
||||
|
||||
$arguments24 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression26(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array25)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output27 = '';
|
||||
|
||||
$output27 .= '
|
||||
<div class="t3-page-ce t3js-page-ce" data-page="';
|
||||
|
||||
$output27 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.context.pageId')]);
|
||||
|
||||
$output27 .= '" id="';
|
||||
|
||||
$output27 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.uniqueId')]);
|
||||
|
||||
$output27 .= '">
|
||||
<div class="t3-page-ce-actions t3js-page-new-ce" id="colpos-';
|
||||
|
||||
$output27 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.columnNumber')]);
|
||||
|
||||
$output27 .= '-page-';
|
||||
|
||||
$output27 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.context.pageId')]);
|
||||
|
||||
$output27 .= '-';
|
||||
|
||||
$output27 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.uniqueId')]);
|
||||
|
||||
$output27 .= '">
|
||||
<typo3-backend-new-content-element-wizard-button class="btn btn-default btn-sm" url="';
|
||||
|
||||
$output27 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.newContentUrl')]);
|
||||
|
||||
$output27 .= '" subject="';
|
||||
|
||||
$output27 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('newContentTitle')]);
|
||||
|
||||
$output27 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure29 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments28 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-plus',
|
||||
];
|
||||
|
||||
$output27 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments28, $renderChildrenClosure29, $renderingContext);
|
||||
|
||||
$output27 .= '
|
||||
';
|
||||
|
||||
$output27 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('newContentTitleShort')]);
|
||||
|
||||
$output27 .= '
|
||||
</typo3-backend-new-content-element-wizard-button>
|
||||
</div>
|
||||
<div class="t3-page-ce-dropzone t3js-page-ce-dropzone-available"></div>
|
||||
</div>
|
||||
';
|
||||
return $output27;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments24, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,431 +0,0 @@
|
||||
<?php
|
||||
class partial_PageLayout_Grid_Column_9b09c26e9c50694d extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
'be' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Backend\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '';
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array4 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('column.unused'),
|
||||
];
|
||||
|
||||
$expression5 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments3 = [
|
||||
'then' => 'unused',
|
||||
'else' => $renderingContext->getVariableProvider()->getByPath('column.columnNumber'),
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression5(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array4)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$arguments1 = [
|
||||
'name' => 'colpos',
|
||||
'value' => TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments3, static fn() => '', $renderingContext)
|
||||
,
|
||||
];
|
||||
$renderChildrenClosure2 = ($arguments1['value'] !== null) ? function() use ($arguments1) { return $arguments1['value']; } : $renderChildrenClosure2;
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array7 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('languageColumns'),
|
||||
];
|
||||
|
||||
$expression8 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments6 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression8(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array7)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output9 = '';
|
||||
|
||||
$output9 .= '
|
||||
';
|
||||
|
||||
$output9 .= '';
|
||||
|
||||
$output9 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure11 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
$output12 = '';
|
||||
|
||||
$output12 .= 'columnIdentifier_language-';
|
||||
|
||||
$output12 .= $renderingContext->getVariableProvider()->getByPath('column.context.siteLanguage.languageId');
|
||||
|
||||
$output12 .= '_column-';
|
||||
|
||||
$output12 .= $renderingContext->getVariableProvider()->getByPath('colpos');
|
||||
|
||||
$arguments10 = [
|
||||
'name' => 'columnIdentifier',
|
||||
'value' => $output12,
|
||||
];
|
||||
$renderChildrenClosure11 = ($arguments10['value'] !== null) ? function() use ($arguments10) { return $arguments10['value']; } : $renderChildrenClosure11;
|
||||
$output9 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments10, $renderChildrenClosure11, $renderingContext)]);
|
||||
|
||||
$output9 .= '
|
||||
';
|
||||
return $output9;
|
||||
},
|
||||
'__else' => function() use ($renderingContext) {
|
||||
$output13 = '';
|
||||
|
||||
$output13 .= '
|
||||
';
|
||||
|
||||
$output13 .= '';
|
||||
|
||||
$output13 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure15 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
$output16 = '';
|
||||
|
||||
$output16 .= 'columnIdentifier_column-';
|
||||
|
||||
$output16 .= $renderingContext->getVariableProvider()->getByPath('colpos');
|
||||
|
||||
$arguments14 = [
|
||||
'name' => 'columnIdentifier',
|
||||
'value' => $output16,
|
||||
];
|
||||
$renderChildrenClosure15 = ($arguments14['value'] !== null) ? function() use ($arguments14) { return $arguments14['value']; } : $renderChildrenClosure15;
|
||||
$output13 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments14, $renderChildrenClosure15, $renderingContext)]);
|
||||
|
||||
$output13 .= '
|
||||
';
|
||||
return $output13;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments6, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
<td valign="top" colspan="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.colSpan')]);
|
||||
|
||||
$output0 .= '" rowspan="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.rowSpan')]);
|
||||
|
||||
$output0 .= '"
|
||||
data-colpos="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('colpos')]);
|
||||
|
||||
$output0 .= '" data-language-uid="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.context.siteLanguage.languageId')]);
|
||||
|
||||
$output0 .= '"
|
||||
class="t3js-page-lang-column-';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.context.siteLanguage.languageId')]);
|
||||
|
||||
$output0 .= ' t3js-page-column t3-grid-cell t3-page-column t3-page-column-';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('colpos')]);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array18 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('column.unassigned'),
|
||||
];
|
||||
|
||||
$expression19 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments17 = [
|
||||
'then' => 't3-grid-cell-unassigned',
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression19(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array18)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments17, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array21 = [
|
||||
'0' => '!',
|
||||
'1' => $renderingContext->getVariableProvider()->getByPath('column.active'),
|
||||
'2' => ' && !',
|
||||
'3' => $renderingContext->getVariableProvider()->getByPath('column.unused'),
|
||||
];
|
||||
|
||||
$expression22 = function($context) {return (!(TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node1"])) && !(TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node3"])));};
|
||||
|
||||
$arguments20 = [
|
||||
'then' => 't3-grid-cell-restricted',
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression22(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array21)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments20, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array24 = [
|
||||
'0' => '!',
|
||||
'1' => $renderingContext->getVariableProvider()->getByPath('column.active'),
|
||||
'2' => ' && ',
|
||||
'3' => $renderingContext->getVariableProvider()->getByPath('hideRestrictedColumns'),
|
||||
'4' => ' && !',
|
||||
'5' => $renderingContext->getVariableProvider()->getByPath('column.unused'),
|
||||
];
|
||||
|
||||
$expression25 = function($context) {return ((!(TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node1"])) && TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node3"])) && !(TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node5"])));};
|
||||
|
||||
$arguments23 = [
|
||||
'then' => 't3-grid-cell-hidden',
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression25(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array24)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments23, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
t3-gridCell-width';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.colSpan')]);
|
||||
|
||||
$output0 .= '
|
||||
t3-gridCell-height';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.rowSpan')]);
|
||||
|
||||
$output0 .= '" role="group" aria-labelledby="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('columnIdentifier')]);
|
||||
|
||||
$output0 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure27 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments26 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'PageLayout/Grid/ColumnHeader',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments26, $renderChildrenClosure27, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array29 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('column.active'),
|
||||
'1' => ' || ',
|
||||
'2' => $renderingContext->getVariableProvider()->getByPath('column.unused'),
|
||||
];
|
||||
|
||||
$expression30 = function($context) {return (TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]) || TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node2"]));};
|
||||
|
||||
$arguments28 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression30(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array29)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output31 = '';
|
||||
|
||||
$output31 .= '
|
||||
<div data-colpos="';
|
||||
|
||||
$output31 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('colpos')]);
|
||||
|
||||
$output31 .= '" data-language-uid="';
|
||||
|
||||
$output31 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.context.siteLanguage.languageId')]);
|
||||
|
||||
$output31 .= '"
|
||||
class="t3js-sortable t3js-sortable-lang t3js-sortable-lang-';
|
||||
|
||||
$output31 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('column.context.siteLanguage.languageId')]);
|
||||
|
||||
$output31 .= ' t3-page-ce-wrapper
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array33 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('column.items'),
|
||||
];
|
||||
|
||||
$expression34 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments32 = [
|
||||
'then' => NULL,
|
||||
'else' => 't3-page-ce-empty',
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression34(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array33)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
return NULL;
|
||||
},
|
||||
];
|
||||
|
||||
$output31 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments32, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output31 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure36 = function() use ($renderingContext) {
|
||||
$output37 = '';
|
||||
|
||||
$output37 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure39 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments38 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'PageLayout/Record',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
];
|
||||
|
||||
$output37 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments38, $renderChildrenClosure39, $renderingContext);
|
||||
|
||||
$output37 .= '
|
||||
';
|
||||
return $output37;
|
||||
};
|
||||
|
||||
$arguments35 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('column.items'),
|
||||
'as' => 'item',
|
||||
];
|
||||
|
||||
$output31 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments35, $renderChildrenClosure36, $renderingContext);
|
||||
|
||||
$output31 .= '
|
||||
</div>
|
||||
';
|
||||
return $output31;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments28, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure41 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('column.afterSectionMarkup');
|
||||
};
|
||||
|
||||
$arguments40 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output0 .= isset($arguments40['value']) ? $arguments40['value'] : $renderChildrenClosure41();
|
||||
|
||||
$output0 .= '
|
||||
</td>
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,203 +0,0 @@
|
||||
<?php
|
||||
class partial_PageLayout_Grid_c075968130104b5e extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
'be' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Backend\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '<div class="t3-grid-container" data-default-language-binding="';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array2 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('context.drawingConfiguration.defaultLanguageBinding'),
|
||||
];
|
||||
|
||||
$expression3 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments1 = [
|
||||
'then' => 1,
|
||||
'else' => 0,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression3(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array2)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '">
|
||||
<div class="t3-grid-container-inner">
|
||||
<table class="t3-page-columns t3-grid-table t3js-page-columns">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array5 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('gridColumns'),
|
||||
];
|
||||
|
||||
$expression6 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments4 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression6(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array5)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output7 = '';
|
||||
|
||||
$output7 .= '
|
||||
<colgroup>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure9 = function() use ($renderingContext) {
|
||||
$output10 = '';
|
||||
|
||||
$output10 .= '
|
||||
<col span="1" style="width: calc(100% / ';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\CountViewHelper
|
||||
$renderChildrenClosure12 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('gridColumns');
|
||||
};
|
||||
|
||||
$arguments11 = [
|
||||
'subject' => NULL,
|
||||
];
|
||||
$renderChildrenClosure12 = ($arguments11['subject'] !== null) ? function() use ($arguments11) { return $arguments11['subject']; } : $renderChildrenClosure12;
|
||||
$output10 .= TYPO3Fluid\Fluid\ViewHelpers\CountViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext);
|
||||
|
||||
$output10 .= ')">
|
||||
';
|
||||
return $output10;
|
||||
};
|
||||
|
||||
$arguments8 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('gridColumns'),
|
||||
'as' => 'tmpColumn',
|
||||
];
|
||||
|
||||
$output7 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);
|
||||
|
||||
$output7 .= '
|
||||
</colgroup>
|
||||
';
|
||||
return $output7;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure14 = function() use ($renderingContext) {
|
||||
$output15 = '';
|
||||
|
||||
$output15 .= '
|
||||
<tr>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper
|
||||
$renderChildrenClosure17 = function() use ($renderingContext) {
|
||||
$output18 = '';
|
||||
|
||||
$output18 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure20 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments19 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'PageLayout/Grid/Column',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
];
|
||||
|
||||
$output18 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments19, $renderChildrenClosure20, $renderingContext);
|
||||
|
||||
$output18 .= '
|
||||
';
|
||||
return $output18;
|
||||
};
|
||||
|
||||
$arguments16 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('row.columns'),
|
||||
'as' => 'column',
|
||||
];
|
||||
|
||||
$output15 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments16, $renderChildrenClosure17, $renderingContext);
|
||||
|
||||
$output15 .= '
|
||||
</tr>
|
||||
';
|
||||
return $output15;
|
||||
};
|
||||
|
||||
$arguments13 = [
|
||||
'key' => NULL,
|
||||
'reverse' => false,
|
||||
'iteration' => NULL,
|
||||
'each' => $renderingContext->getVariableProvider()->getByPath('grid.rows'),
|
||||
'as' => 'row',
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments13, $renderChildrenClosure14, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,91 +0,0 @@
|
||||
<?php
|
||||
class partial_PageLayout_RecordDefault_Footer_d82763fed9f9dae1 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
'be' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Backend\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array2 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('item.footerInfo'),
|
||||
];
|
||||
|
||||
$expression3 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments1 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression3(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array2)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output4 = '';
|
||||
|
||||
$output4 .= '
|
||||
<div class="t3-page-ce-footer">
|
||||
<div class="t3-page-ce-info">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure6 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('item.footerInfo');
|
||||
};
|
||||
|
||||
$arguments5 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output4 .= isset($arguments5['value']) ? $arguments5['value'] : $renderChildrenClosure6();
|
||||
|
||||
$output4 .= '
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
return $output4;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,477 +0,0 @@
|
||||
<?php
|
||||
class partial_PageLayout_RecordDefault_Header_d21f87d157e172e1 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
'be' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Backend\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '<div class="t3-page-ce-header ';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array2 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('allowEditContent'),
|
||||
'1' => ' && ',
|
||||
'2' => $renderingContext->getVariableProvider()->getByPath('item.dragAndDropAllowed'),
|
||||
];
|
||||
|
||||
$expression3 = function($context) {return (TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]) && TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node2"]));};
|
||||
|
||||
$arguments1 = [
|
||||
'then' => 't3-page-ce-header-draggable t3js-page-ce-draghandle',
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression3(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array2)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '">
|
||||
<div class="t3-page-ce-header-left">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure5 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('item.icons');
|
||||
};
|
||||
|
||||
$arguments4 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output0 .= isset($arguments4['value']) ? $arguments4['value'] : $renderChildrenClosure5();
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array7 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('item.siteLanguage.flagIdentifier'),
|
||||
];
|
||||
|
||||
$expression8 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments6 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression8(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array7)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output9 = '';
|
||||
|
||||
$output9 .= '
|
||||
<span class="t3-page-ce-header-icon-flag t3js-flag" title="';
|
||||
|
||||
$output9 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.siteLanguage.title')]);
|
||||
|
||||
$output9 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure11 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments10 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => $renderingContext->getVariableProvider()->getByPath('item.siteLanguage.flagIdentifier'),
|
||||
];
|
||||
|
||||
$output9 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments10, $renderChildrenClosure11, $renderingContext);
|
||||
|
||||
$output9 .= '
|
||||
</span>
|
||||
';
|
||||
return $output9;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments6, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
</div>
|
||||
<div class="t3-page-ce-header-title">
|
||||
';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.contentTypeLabel')]);
|
||||
|
||||
$output0 .= '
|
||||
</div>
|
||||
<div class="t3-page-ce-header-right">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array13 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('item.editable'),
|
||||
'1' => ' && ',
|
||||
'2' => $renderingContext->getVariableProvider()->getByPath('allowEditContent'),
|
||||
];
|
||||
|
||||
$expression14 = function($context) {return (TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]) && TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node2"]));};
|
||||
|
||||
$arguments12 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression14(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array13)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output15 = '';
|
||||
|
||||
$output15 .= '
|
||||
<div class="btn-toolbar">
|
||||
<div class="btn-group btn-group-sm">
|
||||
<a href="';
|
||||
|
||||
$output15 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.editUrl')]);
|
||||
|
||||
$output15 .= '" class="btn btn-default btn-borderless" title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure17 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments16 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:edit',
|
||||
];
|
||||
|
||||
$output15 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments16, $renderChildrenClosure17, $renderingContext)]);
|
||||
|
||||
$output15 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure19 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments18 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-open',
|
||||
];
|
||||
|
||||
$output15 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments18, $renderChildrenClosure19, $renderingContext);
|
||||
|
||||
$output15 .= '
|
||||
</a>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array21 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('item.visibilityToggling'),
|
||||
];
|
||||
|
||||
$expression22 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments20 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression22(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array21)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output23 = '';
|
||||
|
||||
$output23 .= '
|
||||
<a class="btn btn-default btn-borderless" href="';
|
||||
|
||||
$output23 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.visibilityToggleUrl')]);
|
||||
|
||||
$output23 .= '" title="';
|
||||
|
||||
$output23 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.visibilityToggleTitle')]);
|
||||
|
||||
$output23 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure25 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
$output26 = '';
|
||||
|
||||
$output26 .= 'actions-edit-';
|
||||
|
||||
$output26 .= $renderingContext->getVariableProvider()->getByPath('item.visibilityToggleIconName');
|
||||
|
||||
$arguments24 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => $output26,
|
||||
];
|
||||
|
||||
$output23 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments24, $renderChildrenClosure25, $renderingContext);
|
||||
|
||||
$output23 .= '
|
||||
</a>
|
||||
';
|
||||
return $output23;
|
||||
},
|
||||
];
|
||||
|
||||
$output15 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments20, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output15 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array28 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('item.delible'),
|
||||
];
|
||||
|
||||
$expression29 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments27 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression29(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array28)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output30 = '';
|
||||
|
||||
$output30 .= '
|
||||
<a class="btn btn-default btn-borderless t3js-modal-trigger"
|
||||
href="';
|
||||
|
||||
$output30 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.deleteUrl')]);
|
||||
|
||||
$output30 .= '"
|
||||
data-severity="warning"
|
||||
data-title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure32 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments31 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang_alt_doc.xlf:label.confirm.delete_record.title',
|
||||
];
|
||||
|
||||
$output30 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments31, $renderChildrenClosure32, $renderingContext)]);
|
||||
|
||||
$output30 .= '"
|
||||
data-bs-content="';
|
||||
|
||||
$output30 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.deleteMessage')]);
|
||||
|
||||
$output30 .= '"
|
||||
data-button-close-text="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure34 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments33 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:cancel',
|
||||
];
|
||||
|
||||
$output30 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments33, $renderChildrenClosure34, $renderingContext)]);
|
||||
|
||||
$output30 .= '"
|
||||
data-button-ok-text="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure36 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments35 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_web_list.xlf:delete',
|
||||
];
|
||||
|
||||
$output30 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments35, $renderChildrenClosure36, $renderingContext)]);
|
||||
|
||||
$output30 .= '"
|
||||
title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure38 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments37 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:deleteItem',
|
||||
];
|
||||
|
||||
$output30 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments37, $renderChildrenClosure38, $renderingContext)]);
|
||||
|
||||
$output30 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure40 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments39 = [
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-edit-delete',
|
||||
'size' => 'small',
|
||||
];
|
||||
|
||||
$output30 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments39, $renderChildrenClosure40, $renderingContext);
|
||||
|
||||
$output30 .= '
|
||||
</a>
|
||||
';
|
||||
return $output30;
|
||||
},
|
||||
];
|
||||
|
||||
$output15 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments27, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output15 .= '
|
||||
<button type="button"
|
||||
aria-haspopup="true"
|
||||
aria-controls="contentMenu0"
|
||||
aria-label="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure42 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments41 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.contextMenu.open',
|
||||
];
|
||||
|
||||
$output15 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments41, $renderChildrenClosure42, $renderingContext)]);
|
||||
|
||||
$output15 .= '"
|
||||
class="btn btn-link p-0"
|
||||
data-contextmenu-trigger="click"
|
||||
data-contextmenu-table="';
|
||||
|
||||
$output15 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.table')]);
|
||||
|
||||
$output15 .= '"
|
||||
data-contextmenu-uid="';
|
||||
|
||||
$output15 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.record.uid')]);
|
||||
|
||||
$output15 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure44 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments43 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-menu-alternative',
|
||||
];
|
||||
|
||||
$output15 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments43, $renderChildrenClosure44, $renderingContext);
|
||||
|
||||
$output15 .= '
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
return $output15;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments12, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,98 +0,0 @@
|
||||
<?php
|
||||
class partial_PageLayout_RecordDefault_Preview_750df7b68063c960 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
'be' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Backend\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
$output6 = '';
|
||||
|
||||
$output6 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure8 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('item.preview');
|
||||
};
|
||||
|
||||
$arguments7 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output6 .= isset($arguments7['value']) ? $arguments7['value'] : $renderChildrenClosure8();
|
||||
|
||||
$output6 .= '
|
||||
';
|
||||
return $output6;
|
||||
};
|
||||
$output3 = '';
|
||||
|
||||
$output3 .= 'PageLayout/Record/';
|
||||
|
||||
$output3 .= $renderingContext->getVariableProvider()->getByPath('item.record.CType');
|
||||
|
||||
$output3 .= '/Preview';
|
||||
|
||||
$array4 = [
|
||||
'0' => 1,
|
||||
];
|
||||
|
||||
$expression5 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments1 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => $output3,
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
'optional' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression5(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array4)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,495 +0,0 @@
|
||||
<?php
|
||||
class partial_PageLayout_Record_5dac554ae5f99e98 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
'be' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Backend\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array4 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('item.disabled'),
|
||||
'1' => ' && ',
|
||||
'2' => $renderingContext->getVariableProvider()->getByPath('item.context.drawingConfiguration.showHidden'),
|
||||
'3' => ' == 0',
|
||||
];
|
||||
|
||||
$expression5 = function($context) {return (TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]) && (TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node2"]) == 0));};
|
||||
|
||||
$arguments3 = [
|
||||
'then' => 'height: 0; display: none;',
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression5(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array4)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
return TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments3, static fn() => '', $renderingContext)
|
||||
;
|
||||
};
|
||||
|
||||
$arguments1 = [
|
||||
'value' => NULL,
|
||||
'name' => 'style',
|
||||
];
|
||||
$renderChildrenClosure2 = ($arguments1['value'] !== null) ? function() use ($arguments1) { return $arguments1['value']; } : $renderChildrenClosure2;
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3Fluid\Fluid\ViewHelpers\VariableViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '
|
||||
<div
|
||||
role="group"
|
||||
aria-labelledby="element-';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.table')]);
|
||||
|
||||
$output0 .= '-';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.record.uid')]);
|
||||
|
||||
$output0 .= '-label"
|
||||
class="t3-page-ce ';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.wrapperClassName')]);
|
||||
|
||||
$output0 .= ' t3js-page-ce t3js-page-ce-sortable"
|
||||
id="element-';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.table')]);
|
||||
|
||||
$output0 .= '-';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.record.uid')]);
|
||||
|
||||
$output0 .= '"
|
||||
data-table="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.table')]);
|
||||
|
||||
$output0 .= '"
|
||||
data-uid="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.record.uid')]);
|
||||
|
||||
$output0 .= '"
|
||||
data-language-uid="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.record.sys_language_uid')]);
|
||||
|
||||
$output0 .= '"
|
||||
style="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('style')]);
|
||||
|
||||
$output0 .= '"
|
||||
>
|
||||
<span id="element-';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.table')]);
|
||||
|
||||
$output0 .= '-';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.record.uid')]);
|
||||
|
||||
$output0 .= '-label" class="visually-hidden">id=';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.record.uid')]);
|
||||
|
||||
$output0 .= ' - ';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array7 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('item.record.header'),
|
||||
];
|
||||
|
||||
$expression8 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments6 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression8(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array7)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output9 = '';
|
||||
|
||||
$output9 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.record.header')]);
|
||||
|
||||
$output9 .= ' - ';
|
||||
return $output9;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments6, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.contentTypeLabel')]);
|
||||
|
||||
$output0 .= '</span>
|
||||
<div class="t3-page-ce-element t3-page-ce-dragitem" id="';
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.uniqueId')]);
|
||||
|
||||
$output0 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure11 = function() use ($renderingContext) {
|
||||
$output15 = '';
|
||||
|
||||
$output15 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure17 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments16 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'PageLayout/RecordDefault/Header',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
];
|
||||
|
||||
$output15 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments16, $renderChildrenClosure17, $renderingContext);
|
||||
|
||||
$output15 .= '
|
||||
';
|
||||
return $output15;
|
||||
};
|
||||
$output12 = '';
|
||||
|
||||
$output12 .= 'PageLayout/Record/';
|
||||
|
||||
$output12 .= $renderingContext->getVariableProvider()->getByPath('item.record.CType');
|
||||
|
||||
$output12 .= '/Header';
|
||||
|
||||
$array13 = [
|
||||
'0' => 1,
|
||||
];
|
||||
|
||||
$expression14 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments10 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => $output12,
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
'optional' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression14(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array13)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments10, $renderChildrenClosure11, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper
|
||||
$renderChildrenClosure19 = function() use ($renderingContext) {
|
||||
$output20 = '';
|
||||
|
||||
$output20 .= '
|
||||
<div class="t3-page-ce-body">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure22 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments21 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'PageLayout/RecordDefault/Preview',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
];
|
||||
|
||||
$output20 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments21, $renderChildrenClosure22, $renderingContext);
|
||||
|
||||
$output20 .= '
|
||||
</div>
|
||||
';
|
||||
return $output20;
|
||||
};
|
||||
|
||||
$arguments18 = [
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic($arguments18, $renderChildrenClosure19, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure24 = function() use ($renderingContext) {
|
||||
$output28 = '';
|
||||
|
||||
$output28 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
|
||||
$renderChildrenClosure30 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments29 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'optional' => false,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => 'PageLayout/RecordDefault/Footer',
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
];
|
||||
|
||||
$output28 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments29, $renderChildrenClosure30, $renderingContext);
|
||||
|
||||
$output28 .= '
|
||||
';
|
||||
return $output28;
|
||||
};
|
||||
$output25 = '';
|
||||
|
||||
$output25 .= 'PageLayout/Record/';
|
||||
|
||||
$output25 .= $renderingContext->getVariableProvider()->getByPath('item.record.CType');
|
||||
|
||||
$output25 .= '/Footer';
|
||||
|
||||
$array26 = [
|
||||
'0' => 1,
|
||||
];
|
||||
|
||||
$expression27 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments23 = [
|
||||
'section' => NULL,
|
||||
'delegate' => NULL,
|
||||
'default' => NULL,
|
||||
'contentAs' => NULL,
|
||||
'debug' => true,
|
||||
'partial' => $output25,
|
||||
'arguments' => $renderingContext->getVariableProvider()->getAll(),
|
||||
'optional' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression27(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array26)),
|
||||
$renderingContext
|
||||
),
|
||||
];
|
||||
|
||||
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments23, $renderChildrenClosure24, $renderingContext);
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array32 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('item.inconsistentLanguage'),
|
||||
];
|
||||
|
||||
$expression33 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments31 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression33(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array32)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output34 = '';
|
||||
|
||||
$output34 .= '
|
||||
<div class="t3-page-ce-footer">
|
||||
<span class="badge badge-warning">';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure36 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments35 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.inconsistentLanguageWarning',
|
||||
];
|
||||
|
||||
$output34 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments35, $renderChildrenClosure36, $renderingContext)]);
|
||||
|
||||
$output34 .= '</span>
|
||||
</div>
|
||||
';
|
||||
return $output34;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments31, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
</div>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array38 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('allowEditContent'),
|
||||
'1' => ' && ',
|
||||
'2' => $renderingContext->getVariableProvider()->getByPath('item.column.contentEditable'),
|
||||
'3' => ' && ',
|
||||
'4' => $renderingContext->getVariableProvider()->getByPath('column.context.allowNewContent'),
|
||||
'5' => ' && ',
|
||||
'6' => $renderingContext->getVariableProvider()->getByPath('column.active'),
|
||||
];
|
||||
|
||||
$expression39 = function($context) {return (((TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]) && TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node2"])) && TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node4"])) && TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node6"]));};
|
||||
|
||||
$arguments37 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression39(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array38)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output40 = '';
|
||||
|
||||
$output40 .= '
|
||||
<div class="t3-page-ce-actions t3js-page-new-ce" id="colpos-';
|
||||
|
||||
$output40 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.column.columnNumber')]);
|
||||
|
||||
$output40 .= '-page-';
|
||||
|
||||
$output40 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.context.pageId')]);
|
||||
|
||||
$output40 .= '-';
|
||||
|
||||
$output40 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.column.uniqueId')]);
|
||||
|
||||
$output40 .= '">
|
||||
<typo3-backend-new-content-element-wizard-button class="btn btn-default btn-sm" url="';
|
||||
|
||||
$output40 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [$renderingContext->getVariableProvider()->getByPath('item.newContentAfterUrl')]);
|
||||
|
||||
$output40 .= '" subject="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure42 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments41 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:newContentElement',
|
||||
];
|
||||
|
||||
$output40 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments41, $renderChildrenClosure42, $renderingContext)]);
|
||||
|
||||
$output40 .= '">
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Core\ViewHelpers\IconViewHelper
|
||||
$renderChildrenClosure44 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments43 = [
|
||||
'size' => 'small',
|
||||
'overlay' => NULL,
|
||||
'state' => 'default',
|
||||
'alternativeMarkupIdentifier' => NULL,
|
||||
'title' => NULL,
|
||||
'identifier' => 'actions-plus',
|
||||
];
|
||||
|
||||
$output40 .= TYPO3\CMS\Core\ViewHelpers\IconViewHelper::renderStatic($arguments43, $renderChildrenClosure44, $renderingContext);
|
||||
|
||||
$output40 .= '
|
||||
';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure46 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments45 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:createNewContent',
|
||||
];
|
||||
|
||||
$output40 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments45, $renderChildrenClosure46, $renderingContext)]);
|
||||
|
||||
$output40 .= '
|
||||
</typo3-backend-new-content-element-wizard-button>
|
||||
</div>
|
||||
';
|
||||
return $output40;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments37, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
<div class="t3-page-ce-dropzone t3js-page-ce-dropzone-available"></div>
|
||||
</div>
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,143 +0,0 @@
|
||||
<?php
|
||||
class partial_ToolbarItems_ToolbarItem_a0daac787ddf7873 extends \TYPO3Fluid\Fluid\Core\Compiler\AbstractCompiledTemplate {
|
||||
public function getLayoutName(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
return (string)'';
|
||||
}
|
||||
public function hasLayout() {
|
||||
return false;
|
||||
}
|
||||
public function addCompiledNamespaces(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$renderingContext->getViewHelperResolver()->addNamespaces(array (
|
||||
'core' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Core\\ViewHelpers',
|
||||
),
|
||||
'f' =>
|
||||
array (
|
||||
0 => 'TYPO3Fluid\\Fluid\\ViewHelpers',
|
||||
1 => 'TYPO3\\CMS\\Fluid\\ViewHelpers',
|
||||
),
|
||||
'formvh' =>
|
||||
array (
|
||||
0 => 'TYPO3\\CMS\\Form\\ViewHelpers',
|
||||
),
|
||||
'sit' =>
|
||||
array (
|
||||
0 => 'SJBR\\StaticInfoTables\\ViewHelpers',
|
||||
),
|
||||
));
|
||||
}
|
||||
/**
|
||||
* Main Render function
|
||||
*/
|
||||
public function render(\TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) {
|
||||
$output0 = '';
|
||||
|
||||
$output0 .= '<span class="toolbar-item-icon" title="';
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure2 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments1 = [
|
||||
'id' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => $renderingContext->getVariableProvider()->getByPath('title'),
|
||||
'default' => $renderingContext->getVariableProvider()->getByPath('title'),
|
||||
];
|
||||
|
||||
$output0 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext)]);
|
||||
|
||||
$output0 .= '">';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure4 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('icon');
|
||||
};
|
||||
|
||||
$arguments3 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output0 .= isset($arguments3['value']) ? $arguments3['value'] : $renderChildrenClosure4();
|
||||
|
||||
$output0 .= '</span>
|
||||
<span class="toolbar-item-title">';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure6 = function() use ($renderingContext) {
|
||||
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper
|
||||
$renderChildrenClosure8 = function() use ($renderingContext) {
|
||||
return NULL;
|
||||
};
|
||||
|
||||
$arguments7 = [
|
||||
'id' => NULL,
|
||||
'default' => NULL,
|
||||
'arguments' => NULL,
|
||||
'extensionName' => NULL,
|
||||
'languageKey' => NULL,
|
||||
'alternativeLanguageKeys' => NULL,
|
||||
'key' => $renderingContext->getVariableProvider()->getByPath('title'),
|
||||
];
|
||||
return TYPO3\CMS\Fluid\ViewHelpers\TranslateViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);
|
||||
};
|
||||
|
||||
$arguments5 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output0 .= isset($arguments5['value']) ? $arguments5['value'] : $renderChildrenClosure6();
|
||||
|
||||
$output0 .= '</span>
|
||||
';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
|
||||
|
||||
$array10 = [
|
||||
'0' => $renderingContext->getVariableProvider()->getByPath('name'),
|
||||
];
|
||||
|
||||
$expression11 = function($context) {return TYPO3Fluid\Fluid\Core\Parser\BooleanParser::convertNodeToBoolean($context["node0"]);};
|
||||
|
||||
$arguments9 = [
|
||||
'then' => NULL,
|
||||
'else' => NULL,
|
||||
'condition' => TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean(
|
||||
$expression11(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\BooleanNode::gatherContext($renderingContext, $array10)),
|
||||
$renderingContext
|
||||
),
|
||||
'__then' => function() use ($renderingContext) {
|
||||
$output12 = '';
|
||||
|
||||
$output12 .= '
|
||||
<span class="toolbar-item-name">';
|
||||
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\Format\RawViewHelper
|
||||
$renderChildrenClosure14 = function() use ($renderingContext) {
|
||||
return $renderingContext->getVariableProvider()->getByPath('name');
|
||||
};
|
||||
|
||||
$arguments13 = [
|
||||
'value' => NULL,
|
||||
];
|
||||
|
||||
$output12 .= isset($arguments13['value']) ? $arguments13['value'] : $renderChildrenClosure14();
|
||||
|
||||
$output12 .= '</span>
|
||||
';
|
||||
return $output12;
|
||||
},
|
||||
];
|
||||
|
||||
$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments9, static fn() => '', $renderingContext)
|
||||
;
|
||||
|
||||
$output0 .= '
|
||||
';
|
||||
|
||||
return $output0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
@@ -1,621 +0,0 @@
|
||||
<?php
|
||||
/***********************************************************************
|
||||
* this is partial from: C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/sjbr/static-info-tables/Classes/Domain/Model/Country.php
|
||||
***********************************************************************/
|
||||
namespace SJBR\StaticInfoTables\Domain\Model;
|
||||
|
||||
/*
|
||||
* Copyright notice
|
||||
*
|
||||
* (c) 2011-2012 Armin Rüdiger Vieweg <info@professorweb.de>
|
||||
* (c) 2013-2025 Stanislas Rolland <typo3AAAA(arobas)sjbr.ca>
|
||||
* All rights reserved
|
||||
*
|
||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
||||
* free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* The GNU General Public License can be found at
|
||||
* http://www.gnu.org/copyleft/gpl.html.
|
||||
*
|
||||
* This script is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* This copyright notice MUST APPEAR in all copies of the script!
|
||||
*/
|
||||
|
||||
use SJBR\StaticInfoTables\Domain\Model\CountryZone;
|
||||
use TYPO3\CMS\Extbase\Annotation as Extbase;
|
||||
use TYPO3\CMS\Extbase\Persistence\Generic\LazyLoadingProxy;
|
||||
use TYPO3\CMS\Extbase\Persistence\ObjectStorage;
|
||||
|
||||
/**
|
||||
* The Country model
|
||||
*/
|
||||
class Country extends AbstractEntity
|
||||
{
|
||||
protected $tableName = 'static_countries';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $addressFormat = '';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $capitalCity = '';
|
||||
|
||||
/**
|
||||
* Country zones of this country
|
||||
* Needs to be public in some contexts due to the way LazyLoading is handled by Extbase
|
||||
*
|
||||
* @var ObjectStorage<CountryZone>
|
||||
*/
|
||||
#[Extbase\ORM\Lazy()]
|
||||
public ObjectStorage $countryZones;
|
||||
|
||||
/**
|
||||
* Currency code as number (i.e. 978)
|
||||
* ISO 4217 Nr Currency code
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $currencyIsoCodeNumber = 0;
|
||||
|
||||
/**
|
||||
* Currency code as three digit string (i.e. EUR)
|
||||
* ISO 4217 A3 Currency code
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $currencyIsoCodeA3 = '';
|
||||
|
||||
/**
|
||||
* Deletion status of the object
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
protected $deleted = false;
|
||||
|
||||
/**
|
||||
* Whether or not the country is a member of the European Union
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
protected $euMember = false;
|
||||
|
||||
/**
|
||||
* Country code as two digit string (i.e. AT)
|
||||
* ISO 3166-1 A2 Country code
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $isoCodeA2 = '';
|
||||
|
||||
/**
|
||||
* Country code as three digit string (i.e. AUT)
|
||||
* ISO 3166-1 A3 Country code
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $isoCodeA3 = '';
|
||||
|
||||
/**
|
||||
* Country code as number (i.e. 40)
|
||||
* ISO 3166-1 Nr Country code
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $isoCodeNumber = 0;
|
||||
|
||||
/**
|
||||
* The official name of the country in English
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $officialNameEn = '';
|
||||
|
||||
/**
|
||||
* The official name of the country in local language and local script
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $officialNameLocal = '';
|
||||
|
||||
/**
|
||||
* UN number of territory in which the country is located
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $parentTerritoryUnCodeNumber = 0;
|
||||
|
||||
/**
|
||||
* The international phone prefix for the country
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $phonePrefix = 0;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $shortNameEn = '';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $shortNameLocal = '';
|
||||
|
||||
/**
|
||||
* Whether the country is a member of the UNO or not
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
protected $unMember = false;
|
||||
|
||||
/**
|
||||
* The Internet top level domain of the country
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $topLevelDomain = '';
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
protected $zoneFlag = false;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->countryZones = new ObjectStorage();
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the address format.
|
||||
*
|
||||
* @param string $addressFormat
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setAddressFormat($addressFormat)
|
||||
{
|
||||
$this->addressFormat = $addressFormat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the address format.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getAddressFormat()
|
||||
{
|
||||
return $this->addressFormat;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the name of the capital city
|
||||
*
|
||||
* @param string $capitalCity
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCapitalCity($capitalCity)
|
||||
{
|
||||
$this->capitalCity = $capitalCity;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the name of the capital city
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getCapitalCity()
|
||||
{
|
||||
return $this->capitalCity;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the ISO A3 currency code.
|
||||
*
|
||||
* @param string $currencyIsoCodeA3
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCurrencyIsoCodeA3($currencyIsoCodeA3)
|
||||
{
|
||||
$this->currencyIsoCodeA3 = $currencyIsoCodeA3;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the ISO A3 currency code.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getCurrencyIsoCodeA3()
|
||||
{
|
||||
return $this->currencyIsoCodeA3;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the ISO numeric currency code
|
||||
*
|
||||
* @param int $currencyIsoCodeNumber
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCurrencyIsoCodeNumber($currencyIsoCodeNumber)
|
||||
{
|
||||
$this->currencyIsoCodeNumber = $currencyIsoCodeNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the ISO numeric currency code
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getCurrencyIsoCodeNumber()
|
||||
{
|
||||
return $this->currencyIsoCodeNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets whether this country is a member of the European Union.
|
||||
*
|
||||
* @param bool $euMember
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setEuMember($euMember)
|
||||
{
|
||||
$this->euMember = $euMember;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the deletion status of the entity
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function getDeleted()
|
||||
{
|
||||
return $this->deleted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the deletion status of the entity
|
||||
*
|
||||
* @param bool $deleted
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setDeleted($deleted)
|
||||
{
|
||||
$this->deleted = $deleted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets whether this country is a member of the European Union.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function getEuMember()
|
||||
{
|
||||
return $this->euMember;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets whether this country is a member of the European Union.
|
||||
*
|
||||
* This method is a synonym for the getEuMember method.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function isEuMember()
|
||||
{
|
||||
return $this->getEuMember();
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the ISO alpha-2 code.
|
||||
*
|
||||
* @param string $isoCodeA2
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setIsoCodeA2($isoCodeA2)
|
||||
{
|
||||
$this->isoCodeA2 = $isoCodeA2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the ISO alpha-2 code.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getIsoCodeA2()
|
||||
{
|
||||
return $this->isoCodeA2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the ISO alpha-3 code.
|
||||
*
|
||||
* @param string $isoCodeA3
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setIsoCodeA3($isoCodeA3)
|
||||
{
|
||||
$this->isoCodeA3 = $isoCodeA3;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the ISO alpha-3 code.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getIsoCodeA3()
|
||||
{
|
||||
return $this->isoCodeA3;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the ISO code number.
|
||||
*
|
||||
* @param int $isoCodeNumber
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setIsoCodeNumber($isoCodeNumber)
|
||||
{
|
||||
$this->isoCodeNumber = $isoCodeNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the ISO code number.
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getIsoCodeNumber()
|
||||
{
|
||||
return $this->isoCodeNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the official name of the country in English
|
||||
*
|
||||
* @param string $officialNameEn
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setOfficialNameEn($officialNameEn)
|
||||
{
|
||||
$this->officialNameEn = $officialNameEn;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the official name of the country in English
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getOfficialNameEn()
|
||||
{
|
||||
return $this->officialNameEn;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the official name of the country in local language and script
|
||||
*
|
||||
* @param string $officialNameLocal
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setOfficialNameLocal($officialNameLocal)
|
||||
{
|
||||
$this->officialNameLocal = $officialNameLocal;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the official name of the country in local language and script
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getOfficialNameLocal()
|
||||
{
|
||||
return $this->officialNameLocal;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the parent territory UN numeric code.
|
||||
*
|
||||
* @param int $parentTerritoryUnCodeNumber
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setParentTerritoryUnCodeNumber($parentTerritoryUnCodeNumber)
|
||||
{
|
||||
$this->parentTerritoryUnCodeNumber = $parentTerritoryUnCodeNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the parent territory UN numeric code.
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getParentTerritoryUnCodeNumber()
|
||||
{
|
||||
return $this->parentTerritoryUnCodeNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the phone prefix.
|
||||
*
|
||||
* @param int $phonePrefix
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setPhonePrefix($phonePrefix)
|
||||
{
|
||||
$this->phonePrefix = $phonePrefix;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the phone prefix.
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getPhonePrefix()
|
||||
{
|
||||
return $this->phonePrefix;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the English short name.
|
||||
*
|
||||
* @param string $shortNameEn
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setShortNameEn($shortNameEn)
|
||||
{
|
||||
$this->shortNameEn = $shortNameEn;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the English short name.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getShortNameEn()
|
||||
{
|
||||
return $this->shortNameEn;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the short local name.
|
||||
*
|
||||
* @param string $shortNameLocal
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setShortNameLocal($shortNameLocal)
|
||||
{
|
||||
$this->shortNameLocal = $shortNameLocal;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the short local name.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getShortNameLocal()
|
||||
{
|
||||
return $this->shortNameLocal;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the top-level domain.
|
||||
*
|
||||
* @param string $topLevelDomain
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setTopLevelDomain($topLevelDomain)
|
||||
{
|
||||
$this->topLevelDomain = $topLevelDomain;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the top-level domain.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getTopLevelDomain()
|
||||
{
|
||||
return $this->topLevelDomain;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets whether this country is a member of the United Nations.
|
||||
*
|
||||
* @param bool $unMember
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setUnMember($unMember)
|
||||
{
|
||||
$this->unMember = $unMember;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets whether this country is a member of the United Nations.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function getUnMember()
|
||||
{
|
||||
return $this->unMember;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets whether this country is a member of the United Nations.
|
||||
*
|
||||
* This method is a synonym for the getUnMember method.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function isUnMember()
|
||||
{
|
||||
return $this->getUnMember();
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the zone flag.
|
||||
*
|
||||
* @param bool $zoneFlag
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setZoneFlag($zoneFlag)
|
||||
{
|
||||
$this->zoneFlag = $zoneFlag;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the zone flag.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function getZoneFlag()
|
||||
{
|
||||
return $this->zoneFlag;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the country zones
|
||||
*
|
||||
* @param ObjectStorage<CountryZone> $countryZones
|
||||
* @return void
|
||||
*/
|
||||
public function setCountryZones($countryZones)
|
||||
{
|
||||
$this->countryZones = $countryZones;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the country zones
|
||||
*
|
||||
* @return ObjectStorage<CountryZone>
|
||||
*/
|
||||
public function getCountryZones(): ObjectStorage
|
||||
{
|
||||
return $this->countryZones;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
#1783423588 13211
|
||||
@@ -1,254 +0,0 @@
|
||||
<?php
|
||||
/***********************************************************************
|
||||
* this is partial from: C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/sjbr/static-info-tables/Classes/Domain/Model/CountryZone.php
|
||||
***********************************************************************/
|
||||
namespace SJBR\StaticInfoTables\Domain\Model;
|
||||
|
||||
/*
|
||||
* Copyright notice
|
||||
*
|
||||
* (c) 2011-2012 Armin Rüdiger Vieweg <info@professorweb.de>
|
||||
* (c) 2013-2023 Stanislas Rolland <typo3AAAA(arobas)sjbr.ca>
|
||||
* All rights reserved
|
||||
*
|
||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
||||
* free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* The GNU General Public License can be found at
|
||||
* http://www.gnu.org/copyleft/gpl.html.
|
||||
*
|
||||
* This script is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* This copyright notice MUST APPEAR in all copies of the script!
|
||||
*/
|
||||
|
||||
/**
|
||||
* The Country Zone model
|
||||
*
|
||||
* @copyright Copyright belongs to the respective authors
|
||||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
|
||||
*/
|
||||
|
||||
class CountryZone extends AbstractEntity
|
||||
{
|
||||
protected $tableName = 'static_country_zones';
|
||||
|
||||
/**
|
||||
* Country code as two digit string (i.e. AT)
|
||||
* ISO 3166-1 A2 Country code
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $countryIsoCodeA2 = '';
|
||||
|
||||
/**
|
||||
* Country code as three digit string (i.e. AUT)
|
||||
* ISO 3166-1 A3 Country code
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $countryIsoCodeA3 = '';
|
||||
|
||||
/**
|
||||
* Country code as number (i.e. 40)
|
||||
* ISO 3166-1 Nr Country code
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $countryIsoCodeNumber = 0;
|
||||
|
||||
/**
|
||||
* Deletion status of the object
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
protected $deleted = false;
|
||||
|
||||
/**
|
||||
* Country zone code as string
|
||||
* ISO 3166-2 Country Zone code
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $isoCode = '';
|
||||
|
||||
/**
|
||||
* Local name of the country zone
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $localName = '';
|
||||
|
||||
/**
|
||||
* English name of the country zone
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $nameEn = '';
|
||||
|
||||
/**
|
||||
* Sets the country ISO alpha-2 code.
|
||||
*
|
||||
* @param string $countryIsoCodeA2
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCountryIsoCodeA2($countryIsoCodeA2)
|
||||
{
|
||||
$this->countryIsoCodeA2 = $countryIsoCodeA2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the country ISO alpha-2 code.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getCountryIsoCodeA2()
|
||||
{
|
||||
return $this->countryIsoCodeA2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the country ISO alpha-3 code.
|
||||
*
|
||||
* @param string $countryIsoCodeA3
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCountryIsoCodeA3($countryIsoCodeA3)
|
||||
{
|
||||
$this->countryIsoCodeA3 = $countryIsoCodeA3;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the country ISO alpha-3 code.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getCountryIsoCodeA3()
|
||||
{
|
||||
return $this->countryIsoCodeA3;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the country numeric ISO code
|
||||
*
|
||||
* @param int $countryIsoCodeNumber
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCountryIsoCodeNumber($countryIsoCodeNumber)
|
||||
{
|
||||
$this->countryIsoCodeNumber = $countryIsoCodeNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the country numeric ISO code
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getCountryIsoCodeNumber()
|
||||
{
|
||||
return $this->countryIsoCodeNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the deletion status of the entity
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function getDeleted()
|
||||
{
|
||||
return $this->deleted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the deletion status of the entity
|
||||
*
|
||||
* @param bool $deleted
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setDeleted($deleted)
|
||||
{
|
||||
return $this->deleted = $deleted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the country zone ISO code.
|
||||
*
|
||||
* @param string $isoCode
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setIsoCode($isoCode)
|
||||
{
|
||||
$this->isoCode = $isoCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the country zone ISO code.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getIsoCode()
|
||||
{
|
||||
return $this->isoCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the local name.
|
||||
*
|
||||
* @param string $localName
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setLocalName($localName)
|
||||
{
|
||||
$this->localName = $localName;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the local name.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getLocalName()
|
||||
{
|
||||
return $this->localName;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the English name.
|
||||
*
|
||||
* @param string $nameEn
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setNameEn($nameEn)
|
||||
{
|
||||
$this->nameEn = $nameEn;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns English name. If empty returns the localName.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getNameEn()
|
||||
{
|
||||
if ($this->nameEn === '') {
|
||||
return $this->getLocalName();
|
||||
}
|
||||
return $this->nameEn;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
#1783423588 5674
|
||||
@@ -1,423 +0,0 @@
|
||||
<?php
|
||||
/***********************************************************************
|
||||
* this is partial from: C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/sjbr/static-info-tables/Classes/Domain/Model/Currency.php
|
||||
***********************************************************************/
|
||||
namespace SJBR\StaticInfoTables\Domain\Model;
|
||||
|
||||
/*
|
||||
* Copyright notice
|
||||
*
|
||||
* (c) 2011-2012 Armin Rüdiger Vieweg <info@professorweb.de>
|
||||
* (c) 2013-2023 Stanislas Rolland <typo3AAAA(arobas)sjbr.ca>
|
||||
* All rights reserved
|
||||
*
|
||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
||||
* free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* The GNU General Public License can be found at
|
||||
* http://www.gnu.org/copyleft/gpl.html.
|
||||
*
|
||||
* This script is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* This copyright notice MUST APPEAR in all copies of the script!
|
||||
*/
|
||||
|
||||
/**
|
||||
* The Currency model
|
||||
*
|
||||
* @copyright Copyright belongs to the respective authors
|
||||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
|
||||
*/
|
||||
|
||||
class Currency extends AbstractEntity
|
||||
{
|
||||
protected $tableName = 'static_currencies';
|
||||
|
||||
/**
|
||||
* The number of decimals to be shown when an amount is presented in this currency
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $decimalDigits = 0;
|
||||
|
||||
/**
|
||||
* The character to be shown in front of the decimals when an amount is presented in this currency
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $decimalPoint = '';
|
||||
|
||||
/**
|
||||
* Deletion status of the object
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
protected $deleted = false;
|
||||
|
||||
/**
|
||||
* The divisor used to obtain the subdivision of the currency
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $divisor = 0;
|
||||
|
||||
/**
|
||||
* Currency code as three digit string (i.e. EUR)
|
||||
* ISO 4217 alpha-3 currency code
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $isoCodeA3 = '';
|
||||
|
||||
/**
|
||||
* Currency code as number
|
||||
* ISO 4217 numeric currency code
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $isoCodeNumber = 0;
|
||||
|
||||
/**
|
||||
* English name of the currency
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $nameEn = '';
|
||||
|
||||
/**
|
||||
* English name of the currency subdivision unit
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $subdivisionNameEn = '';
|
||||
|
||||
/**
|
||||
* The symbol to be shown to the left of an amount stated in units of the subdivision of the currency
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $subdivisionSymbolLeft = '';
|
||||
|
||||
/**
|
||||
* The symbol to be shown to the right of an amount stated in units of the subdivision of the currency
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $subdivisionSymbolRight = '';
|
||||
|
||||
/**
|
||||
* The symbol to be shown to the left of an amount stated in units of the currency
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $symbolLeft = '';
|
||||
|
||||
/**
|
||||
* The symbol to be shown to the right of an amount stated in units of the currency
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $symbolRight = '';
|
||||
|
||||
/**
|
||||
* Character to be used between every group of thousands of an amount stated in units of this currency
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $thousandsPoint = '';
|
||||
|
||||
/**
|
||||
* Sets the number of decimal digits.
|
||||
*
|
||||
* @param int $decimalDigits
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setDecimalDigits($decimalDigits)
|
||||
{
|
||||
$this->decimalDigits = $decimalDigits;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the number of decimal digits.
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getDecimalDigits()
|
||||
{
|
||||
return $this->decimalDigits;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the decimal point character
|
||||
*
|
||||
* @param string $decimalPoint
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setDecimalPoint($decimalPoint)
|
||||
{
|
||||
$this->decimalPoint = $decimalPoint;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the decimal point character
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getDecimalPoint()
|
||||
{
|
||||
return $this->decimalPoint;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the deletion status of the entity
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function getDeleted()
|
||||
{
|
||||
return $this->deleted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the deletion status of the entity
|
||||
*
|
||||
* @param bool $deleted
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setDeleted($deleted)
|
||||
{
|
||||
return $this->deleted = $deleted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the divisor.
|
||||
*
|
||||
* @param int $divisor
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setDivisor($divisor)
|
||||
{
|
||||
$this->divisor = $divisor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the divisor.
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getDivisor()
|
||||
{
|
||||
return $this->divisor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the ISO alpha-3 code.
|
||||
*
|
||||
* @param string $isoCodeA3
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setIsoCodeA3($isoCodeA3)
|
||||
{
|
||||
$this->isoCodeA3 = $isoCodeA3;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the ISO alpha-3 code.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getIsoCodeA3()
|
||||
{
|
||||
return $this->isoCodeA3;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the ISO code number.
|
||||
*
|
||||
* @param int $isoCodeNumber
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setIsoCodeNumber($isoCodeNumber)
|
||||
{
|
||||
$this->isoCodeNumber = $isoCodeNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the ISO code number.
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getIsoCodeNumber()
|
||||
{
|
||||
return $this->isoCodeNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the English name of the currency
|
||||
*
|
||||
* @param string $nameEn
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setNameEn($nameEn)
|
||||
{
|
||||
$this->nameEn = $nameEn;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the English name of the currency
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getNameEn()
|
||||
{
|
||||
return $this->nameEn;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the English name of the currency subdivision
|
||||
*
|
||||
* @param string $subdivisionNameEn
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setSubdivisionNameEn($subdivisionNameEn)
|
||||
{
|
||||
$this->subdivisionNameEn = $subdivisionNameEn;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the English name of the currency subdivision
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getSubdivisionNameEn()
|
||||
{
|
||||
return $this->subdivisionNameEn;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the left-hand side symbol for an amount stated in units of the subdivision of the currency
|
||||
*
|
||||
* @param string $subdivisionSymbolLeft
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setSubdivisionSymbolLeft($subdivisionSymbolLeft)
|
||||
{
|
||||
$this->subdivisionSymbolLeft = $subdivisionSymbolLeft;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the left-hand side symbol for an amount stated in units of the subdivision of the currency
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getSubdivisionSymbolLeft()
|
||||
{
|
||||
return $this->subdivisionSymbolLeft;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the right-hand side symbol for an amount stated in units of the subdivision of the currency
|
||||
*
|
||||
* @param string $subdivisionSymbolRight
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setSubdivisionSymbolRight($subdivisionSymbolRight)
|
||||
{
|
||||
$this->subdivisionSymbolRight = $subdivisionSymbolRight;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the right-hand side symbol for an amount stated in units of the subdivision of the currency
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getSubdivisionSymbolRight()
|
||||
{
|
||||
return $this->subdivisionSymbolRight;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the symbol to be shown to the left of an amount stated in units of the currency
|
||||
*
|
||||
* @param string $symbolLeft
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setSymbolLeft($symbolLeft)
|
||||
{
|
||||
$this->symbolLeft = $symbolLeft;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the symbol to be shown to the left of an amount stated in units of the currency
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getSymbolLeft()
|
||||
{
|
||||
return $this->symbolLeft;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the symbol to be shown to the right of an amount stated in units of the currency
|
||||
*
|
||||
* @param string $symbolRight
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setSymbolRight($symbolRight)
|
||||
{
|
||||
$this->symbolRight = $symbolRight;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the symbol to be shown to the right of an amount stated in units of the currency
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getSymbolRight()
|
||||
{
|
||||
return $this->symbolRight;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the thousands point/separator.
|
||||
*
|
||||
* @param string $thousandsPoint
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setThousandsPoint($thousandsPoint)
|
||||
{
|
||||
$this->thousandsPoint = $thousandsPoint;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the thousands point/separator.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getThousandsPoint()
|
||||
{
|
||||
return $this->thousandsPoint;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
#1783423588 9766
|
||||
@@ -1,329 +0,0 @@
|
||||
<?php
|
||||
/***********************************************************************
|
||||
* this is partial from: C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/sjbr/static-info-tables/Classes/Domain/Model/Language.php
|
||||
***********************************************************************/
|
||||
namespace SJBR\StaticInfoTables\Domain\Model;
|
||||
|
||||
/***************************************************************
|
||||
* Copyright notice
|
||||
*
|
||||
* (c) 2011-2012 Armin Rüdiger Vieweg <info@professorweb.de>
|
||||
* (c) 2013-2023 Stanislas Rolland <typo3AAAA(arobas)sjbr.ca>
|
||||
* All rights reserved
|
||||
*
|
||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
||||
* free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* The GNU General Public License can be found at
|
||||
* http://www.gnu.org/copyleft/gpl.html.
|
||||
*
|
||||
* This script is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* This copyright notice MUST APPEAR in all copies of the script!
|
||||
*/
|
||||
|
||||
/**
|
||||
* The Language model
|
||||
*
|
||||
* @copyright Copyright belongs to the respective authors
|
||||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
|
||||
*/
|
||||
|
||||
class Language extends AbstractEntity
|
||||
{
|
||||
protected $tableName = 'static_languages';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $collatingLocale = '';
|
||||
|
||||
/**
|
||||
* Country code as two digit string (i.e. AT)
|
||||
* Identifies this language as a variant of the language identified by the ISO 639-1 A2 Language code
|
||||
* See also RFC 4646
|
||||
* ISO 3166-1 A2 Country code
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $countryIsoCodeA2 = '';
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
protected $constructedLanguage = false;
|
||||
|
||||
/**
|
||||
* Deletion status of the object
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
protected $deleted = false;
|
||||
|
||||
/**
|
||||
* ISO 639-1 A2 Language code
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $isoCodeA2 = '';
|
||||
|
||||
/**
|
||||
* Local name: name of language in the language itself
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $localName = '';
|
||||
|
||||
/**
|
||||
* English name
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $nameEn = '';
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
protected $sacredLanguage = false;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $typo3Code = '';
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->tableName = 'static_languages';
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the collating locale.
|
||||
*
|
||||
* @param string $collatingLocale
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCollatingLocale($collatingLocale)
|
||||
{
|
||||
$this->collatingLocale = $collatingLocale;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the collating locale.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getCollatingLocale()
|
||||
{
|
||||
return $this->collatingLocale;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the ISO 3166-1 A2 Country code
|
||||
*
|
||||
* @param string $countryIsoCodeA2
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setCountryIsoCodeA2($countryIsoCodeA2)
|
||||
{
|
||||
$this->countryIsoCodeA2 = $countryIsoCodeA2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the ISO 3166-1 A2 Country code
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getCountryIsoCodeA2()
|
||||
{
|
||||
return $this->countryIsoCodeA2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets whether this is a constructed language.
|
||||
*
|
||||
* @param bool $constructedLanguage
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setConstructedLanguage($constructedLanguage)
|
||||
{
|
||||
$this->constructedLanguage = $constructedLanguage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets whether this is a constructed language.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function getConstructedLanguage()
|
||||
{
|
||||
return $this->constructedLanguage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets whether this is a constructed language.
|
||||
*
|
||||
* This method is a synonym for the getConstructedLanguage method.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function isConstructedLanguage()
|
||||
{
|
||||
return $this->getConstructedLanguage();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the deletion status of the entity
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function getDeleted()
|
||||
{
|
||||
return $this->deleted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the deletion status of the entity
|
||||
*
|
||||
* @param bool $deleted
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setDeleted($deleted)
|
||||
{
|
||||
return $this->deleted = $deleted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the ISO 639-1 A2 Language code
|
||||
*
|
||||
* @param string $isoCodeA2
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setIsoCodeA2($isoCodeA2)
|
||||
{
|
||||
$this->isoCodeA2 = $isoCodeA2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the ISO 639-1 A2 Language code
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getIsoCodeA2()
|
||||
{
|
||||
return $this->isoCodeA2;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the local name.
|
||||
*
|
||||
* @param string $localName
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setLocalName($localName)
|
||||
{
|
||||
$this->localName = $localName;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the local name.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getLocalName()
|
||||
{
|
||||
return $this->localName;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the English name
|
||||
*
|
||||
* @param string $nameEn
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setNameEn($nameEn)
|
||||
{
|
||||
$this->nameEn = $nameEn;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the English name
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getNameEn()
|
||||
{
|
||||
return $this->nameEn;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets whether this is a sacred language.
|
||||
*
|
||||
* @param bool $sacredLanguage
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setSacredLanguage($sacredLanguage)
|
||||
{
|
||||
$this->sacredLanguage = $sacredLanguage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets whether this is a sacred language.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function getSacredLanguage()
|
||||
{
|
||||
return $this->sacredLanguage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets whether this is a sacred language.
|
||||
*
|
||||
* This method is a synonym for the getSacredLanguage method.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function isSacredLanguage()
|
||||
{
|
||||
return $this->getSacredLanguage();
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the TYPO3 language code.
|
||||
*
|
||||
* @param string $typo3Code
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setTypo3Code($typo3Code)
|
||||
{
|
||||
$this->typo3Code = $typo3Code;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the TYPO3 language code.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getTypo3Code()
|
||||
{
|
||||
return $this->typo3Code;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
#1783423588 7189
|
||||
@@ -1,160 +0,0 @@
|
||||
<?php
|
||||
/***********************************************************************
|
||||
* this is partial from: C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/sjbr/static-info-tables/Classes/Domain/Model/Territory.php
|
||||
***********************************************************************/
|
||||
namespace SJBR\StaticInfoTables\Domain\Model;
|
||||
|
||||
/***************************************************************
|
||||
* Copyright notice
|
||||
*
|
||||
* (c) 2011-2012 Armin Rüdiger Vieweg <info@professorweb.de>
|
||||
* (c) 2013-2023 Stanislas Rolland <typo3AAAA(arobas)sjbr.ca>
|
||||
* All rights reserved
|
||||
*
|
||||
* This script is part of the TYPO3 project. The TYPO3 project is
|
||||
* free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* The GNU General Public License can be found at
|
||||
* http://www.gnu.org/copyleft/gpl.html.
|
||||
*
|
||||
* This script is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* This copyright notice MUST APPEAR in all copies of the script!
|
||||
*/
|
||||
|
||||
/**
|
||||
* The Territory model
|
||||
*
|
||||
* @copyright Copyright belongs to the respective authors
|
||||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
|
||||
*/
|
||||
|
||||
class Territory extends AbstractEntity
|
||||
{
|
||||
protected $tableName = 'static_territories';
|
||||
|
||||
/**
|
||||
* Deletion status of the object
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
protected $deleted = false;
|
||||
|
||||
/**
|
||||
* UN numeric territory code
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $unCodeNumber = 0;
|
||||
|
||||
/**
|
||||
* English name
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $nameEn = '';
|
||||
|
||||
/**
|
||||
* UN numeric territory code of parent territory
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $parentTerritoryUnCodeNumber = 0;
|
||||
|
||||
/**
|
||||
* Gets the deletion status of the entity
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function getDeleted()
|
||||
{
|
||||
return $this->deleted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the deletion status of the entity
|
||||
*
|
||||
* @param bool $deleted
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setDeleted($deleted)
|
||||
{
|
||||
$this->deleted = $deleted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the English name
|
||||
*
|
||||
* @param string $nameEn
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setNameEn($nameEn)
|
||||
{
|
||||
$this->nameEn = $nameEn;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the English name
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getNameEn()
|
||||
{
|
||||
return $this->nameEn;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the UN territory numeric code
|
||||
*
|
||||
* @param int $unCodeNumber
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setUnCodeNumber($unCodeNumber)
|
||||
{
|
||||
$this->unCodeNumber = $unCodeNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the UN territory numeric code
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getUnCodeNumber()
|
||||
{
|
||||
return $this->unCodeNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the UN numeric territory code of the parent territory
|
||||
*
|
||||
* @param int $parentTerritoryUnCodeNumber
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setParentTerritoryUnCodeNumber($parentTerritoryUnCodeNumber)
|
||||
{
|
||||
$this->parentTerritoryUnCodeNumber = $parentTerritoryUnCodeNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the UN numeric territory code of the parent territory
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getParentTerritoryUnCodeNumber()
|
||||
{
|
||||
return $this->parentTerritoryUnCodeNumber;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
#1783423588 3895
|
||||
File diff suppressed because one or more lines are too long
@@ -1,3 +0,0 @@
|
||||
<?php
|
||||
return unserialize('O:61:"TYPO3\\CMS\\Core\\TypoScript\\IncludeTree\\IncludeNode\\RootInclude":2:{s:8:"children";a:0:{}s:10:"lineStream";N;}');
|
||||
#
|
||||
@@ -1,3 +0,0 @@
|
||||
<?php
|
||||
return unserialize('O:82:"TYPO3\\CMS\\Core\\TypoScript\\IncludeTree\\IncludeNode\\IncludeStaticFileDatabaseInclude":2:{s:8:"children";a:0:{}s:10:"lineStream";N;}');
|
||||
#
|
||||
@@ -1,3 +0,0 @@
|
||||
<?php
|
||||
return unserialize('O:82:"TYPO3\\CMS\\Core\\TypoScript\\IncludeTree\\IncludeNode\\IncludeStaticFileDatabaseInclude":2:{s:8:"children";a:0:{}s:10:"lineStream";N;}');
|
||||
#
|
||||
@@ -1,3 +0,0 @@
|
||||
<?php
|
||||
return unserialize('O:82:"TYPO3\\CMS\\Core\\TypoScript\\IncludeTree\\IncludeNode\\IncludeStaticFileDatabaseInclude":2:{s:8:"children";a:0:{}s:10:"lineStream";N;}');
|
||||
#
|
||||
@@ -1,3 +0,0 @@
|
||||
<?php
|
||||
return unserialize('O:82:"TYPO3\\CMS\\Core\\TypoScript\\IncludeTree\\IncludeNode\\IncludeStaticFileDatabaseInclude":2:{s:8:"children";a:0:{}s:10:"lineStream";N;}');
|
||||
#
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
<?php
|
||||
return unserialize('O:82:"TYPO3\\CMS\\Core\\TypoScript\\IncludeTree\\IncludeNode\\IncludeStaticFileDatabaseInclude":2:{s:8:"children";a:0:{}s:10:"lineStream";N;}');
|
||||
#
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,451 +0,0 @@
|
||||
<?php
|
||||
return unserialize('a:10:{s:26:"pagesTsConfig-package-core";a:2:{s:8:"filename";s:110:"C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-core/Configuration/page.tsconfig";s:7:"content";s:46:"TCEMAIN.translateToMessage = Translate to %s:
|
||||
";}s:30:"pagesTsConfig-package-frontend";a:2:{s:8:"filename";s:114:"C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-frontend/Configuration/page.tsconfig";s:7:"content";s:9260:"TCEFORM.tt_content {
|
||||
imageorient {
|
||||
types {
|
||||
image {
|
||||
removeItems = 8,9,10,17,18,25,26
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mod.wizards.newContentElement.wizardItems {
|
||||
common.elements {
|
||||
header {
|
||||
iconIdentifier = content-header
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_headerOnly_title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_headerOnly_description
|
||||
tt_content_defValues {
|
||||
CType = header
|
||||
}
|
||||
}
|
||||
text {
|
||||
iconIdentifier = content-text
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_regularText_title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_regularText_description
|
||||
tt_content_defValues {
|
||||
CType = text
|
||||
}
|
||||
}
|
||||
textpic {
|
||||
iconIdentifier = content-textpic
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_textImage_title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_textImage_description
|
||||
tt_content_defValues {
|
||||
CType = textpic
|
||||
}
|
||||
}
|
||||
image {
|
||||
iconIdentifier = content-image
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_imagesOnly_title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_imagesOnly_description
|
||||
tt_content_defValues {
|
||||
CType = image
|
||||
}
|
||||
}
|
||||
textmedia {
|
||||
iconIdentifier = content-textmedia
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_textMedia_title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_textMedia_description
|
||||
tt_content_defValues {
|
||||
CType = textmedia
|
||||
}
|
||||
}
|
||||
bullets {
|
||||
iconIdentifier = content-bullets
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_bulletList_title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_bulletList_description
|
||||
tt_content_defValues {
|
||||
CType = bullets
|
||||
}
|
||||
}
|
||||
table {
|
||||
iconIdentifier = content-table
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_table_title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_table_description
|
||||
tt_content_defValues {
|
||||
CType = table
|
||||
}
|
||||
}
|
||||
uploads {
|
||||
iconIdentifier = content-special-uploads
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:special_filelinks_title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:special_filelinks_description
|
||||
tt_content_defValues {
|
||||
CType = uploads
|
||||
}
|
||||
}
|
||||
}
|
||||
common.show := addToList(header)
|
||||
common.show := addToList(text)
|
||||
common.show := addToList(textpic)
|
||||
common.show := addToList(image)
|
||||
common.show := addToList(textmedia)
|
||||
common.show := addToList(bullets)
|
||||
common.show := addToList(table)
|
||||
common.show := addToList(uploads)
|
||||
|
||||
menu.elements {
|
||||
menu_abstract {
|
||||
iconIdentifier = content-menu-abstract
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_abstract.title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_abstract.description
|
||||
tt_content_defValues {
|
||||
CType = menu_abstract
|
||||
}
|
||||
}
|
||||
menu_categorized_content {
|
||||
iconIdentifier = content-menu-categorized
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_categorized_content.title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_categorized_content.description
|
||||
tt_content_defValues {
|
||||
CType = menu_categorized_content
|
||||
}
|
||||
}
|
||||
menu_categorized_pages {
|
||||
iconIdentifier = content-menu-categorized
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_categorized_pages.title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_categorized_pages.description
|
||||
tt_content_defValues {
|
||||
CType = menu_categorized_pages
|
||||
}
|
||||
}
|
||||
menu_pages {
|
||||
iconIdentifier = content-menu-pages
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_pages.title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_pages.description
|
||||
tt_content_defValues {
|
||||
CType = menu_pages
|
||||
}
|
||||
}
|
||||
menu_subpages {
|
||||
iconIdentifier = content-menu-pages
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_subpages.title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_subpages.description
|
||||
tt_content_defValues {
|
||||
CType = menu_subpages
|
||||
}
|
||||
}
|
||||
menu_recently_updated {
|
||||
iconIdentifier = content-menu-recently-updated
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_recently_updated.title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_recently_updated.description
|
||||
tt_content_defValues {
|
||||
CType = menu_recently_updated
|
||||
}
|
||||
}
|
||||
menu_related_pages {
|
||||
iconIdentifier = content-menu-related
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_related_pages.title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_related_pages.description
|
||||
tt_content_defValues {
|
||||
CType = menu_related_pages
|
||||
}
|
||||
}
|
||||
menu_section {
|
||||
iconIdentifier = content-menu-section
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_section.title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_section.description
|
||||
tt_content_defValues {
|
||||
CType = menu_section
|
||||
}
|
||||
}
|
||||
menu_section_pages {
|
||||
iconIdentifier = content-menu-section
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_section_pages.title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_section_pages.description
|
||||
tt_content_defValues {
|
||||
CType = menu_section_pages
|
||||
}
|
||||
}
|
||||
menu_sitemap {
|
||||
iconIdentifier = content-menu-sitemap
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_sitemap.title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_sitemap.description
|
||||
tt_content_defValues {
|
||||
CType = menu_sitemap
|
||||
}
|
||||
}
|
||||
menu_sitemap_pages {
|
||||
iconIdentifier = content-menu-sitemap-pages
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_sitemap_pages.title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu_sitemap_pages.description
|
||||
tt_content_defValues {
|
||||
CType = menu_sitemap_pages
|
||||
}
|
||||
}
|
||||
}
|
||||
menu.show := addToList(menu_abstract)
|
||||
menu.show := addToList(menu_categorized_content)
|
||||
menu.show := addToList(menu_categorized_pages)
|
||||
menu.show := addToList(menu_pages)
|
||||
menu.show := addToList(menu_subpages)
|
||||
menu.show := addToList(menu_recently_updated)
|
||||
menu.show := addToList(menu_related_pages)
|
||||
menu.show := addToList(menu_section)
|
||||
menu.show := addToList(menu_section_pages)
|
||||
menu.show := addToList(menu_sitemap)
|
||||
menu.show := addToList(menu_sitemap_pages)
|
||||
|
||||
special.elements {
|
||||
html {
|
||||
iconIdentifier = content-special-html
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:special_plainHTML_title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:special_plainHTML_description
|
||||
tt_content_defValues {
|
||||
CType = html
|
||||
}
|
||||
}
|
||||
div {
|
||||
iconIdentifier = content-special-div
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:special_divider_title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:special_divider_description
|
||||
tt_content_defValues {
|
||||
CType = div
|
||||
}
|
||||
saveAndClose = true
|
||||
}
|
||||
shortcut {
|
||||
iconIdentifier = content-special-shortcut
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:special_shortcut_title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:special_shortcut_description
|
||||
tt_content_defValues {
|
||||
CType = shortcut
|
||||
}
|
||||
}
|
||||
}
|
||||
special.show := addToList(html)
|
||||
special.show := addToList(div)
|
||||
special.show := addToList(shortcut)
|
||||
}
|
||||
";}s:30:"pagesTsConfig-package-filelist";a:2:{s:8:"filename";s:114:"C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-filelist/Configuration/page.tsconfig";s:7:"content";s:477:"# Register link handlers
|
||||
TCEMAIN.linkHandler {
|
||||
file {
|
||||
handler = TYPO3\\CMS\\Filelist\\LinkHandler\\FileLinkHandler
|
||||
label = LLL:EXT:backend/Resources/Private/Language/locallang_browse_links.xlf:file
|
||||
displayAfter = page
|
||||
scanAfter = page
|
||||
}
|
||||
folder {
|
||||
handler = TYPO3\\CMS\\Filelist\\LinkHandler\\FolderLinkHandler
|
||||
label = LLL:EXT:backend/Resources/Private/Language/locallang_browse_links.xlf:folder
|
||||
displayAfter = page,file
|
||||
scanAfter = page,file
|
||||
}
|
||||
}
|
||||
";}s:26:"pagesTsConfig-package-form";a:2:{s:8:"filename";s:110:"C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-form/Configuration/page.tsconfig";s:7:"content";s:429:"mod.wizards.newContentElement.wizardItems.forms {
|
||||
show :=addToList(formframework)
|
||||
elements {
|
||||
formframework {
|
||||
iconIdentifier = content-form
|
||||
title = LLL:EXT:form/Resources/Private/Language/locallang.xlf:form_new_wizard_title
|
||||
description = LLL:EXT:form/Resources/Private/Language/locallang.xlf:form_new_wizard_description
|
||||
tt_content_defValues {
|
||||
CType = form_formframework
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
";}s:29:"pagesTsConfig-package-backend";a:2:{s:8:"filename";s:113:"C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-backend/Configuration/page.tsconfig";s:7:"content";s:2930:"# Register default link handlers
|
||||
TCEMAIN.linkHandler {
|
||||
page {
|
||||
handler = TYPO3\\CMS\\Backend\\LinkHandler\\PageLinkHandler
|
||||
label = LLL:EXT:backend/Resources/Private/Language/locallang_browse_links.xlf:page
|
||||
}
|
||||
url {
|
||||
handler = TYPO3\\CMS\\Backend\\LinkHandler\\UrlLinkHandler
|
||||
label = LLL:EXT:backend/Resources/Private/Language/locallang_browse_links.xlf:extUrl
|
||||
displayAfter = page,file,folder
|
||||
scanAfter = telephone
|
||||
}
|
||||
email {
|
||||
handler = TYPO3\\CMS\\Backend\\LinkHandler\\MailLinkHandler
|
||||
label = LLL:EXT:backend/Resources/Private/Language/locallang_browse_links.xlf:email
|
||||
displayAfter = page,file,folder,url
|
||||
scanBefore = url
|
||||
}
|
||||
telephone {
|
||||
handler = TYPO3\\CMS\\Backend\\LinkHandler\\TelephoneLinkHandler
|
||||
label = LLL:EXT:backend/Resources/Private/Language/locallang_browse_links.xlf:telephone
|
||||
displayAfter = page,file,folder,url,mail
|
||||
scanBefore = url
|
||||
}
|
||||
}
|
||||
|
||||
mod.web_list {
|
||||
enableClipBoard = selectable
|
||||
tableDisplayOrder {
|
||||
be_users.after = be_groups
|
||||
sys_filemounts.after = be_users
|
||||
sys_file_storage.after = sys_filemounts
|
||||
fe_users.after = fe_groups
|
||||
fe_users.before = pages
|
||||
sys_template.after = pages
|
||||
backend_layout.after = pages
|
||||
tt_content.after = pages,backend_layout,sys_template
|
||||
sys_category.after = tt_content
|
||||
}
|
||||
searchLevel.items {
|
||||
-1 = EXT:core/Resources/Private/Language/locallang_core.xlf:labels.searchLevel.infinite
|
||||
0 = EXT:core/Resources/Private/Language/locallang_core.xlf:labels.searchLevel.0
|
||||
1 = EXT:core/Resources/Private/Language/locallang_core.xlf:labels.searchLevel.1
|
||||
2 = EXT:core/Resources/Private/Language/locallang_core.xlf:labels.searchLevel.2
|
||||
3 = EXT:core/Resources/Private/Language/locallang_core.xlf:labels.searchLevel.3
|
||||
4 = EXT:core/Resources/Private/Language/locallang_core.xlf:labels.searchLevel.4
|
||||
}
|
||||
}
|
||||
|
||||
# dummy placeholders for item groups
|
||||
mod.wizards {
|
||||
newContentElement.wizardItems {
|
||||
common.header = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common
|
||||
menu.header = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:menu
|
||||
special.header = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:special
|
||||
forms.header = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:forms
|
||||
plugins.header = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:plugins
|
||||
plugins.elements {
|
||||
general {
|
||||
iconIdentifier = content-plugin
|
||||
title = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:plugins_general_title
|
||||
description = LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:plugins_general_description
|
||||
tt_content_defValues.CType = list
|
||||
}
|
||||
}
|
||||
plugins.show = *
|
||||
}
|
||||
newRecord.pages.show {
|
||||
pageInside = 1
|
||||
pageAfter = 1
|
||||
pageSelectPosition = 1
|
||||
}
|
||||
}
|
||||
";}s:29:"pagesTsConfig-package-felogin";a:2:{s:8:"filename";s:113:"C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-felogin/Configuration/page.tsconfig";s:7:"content";s:469:"mod.wizards.newContentElement.wizardItems.forms {
|
||||
elements {
|
||||
felogin_login {
|
||||
iconIdentifier = content-elements-login
|
||||
title = LLL:EXT:felogin/Resources/Private/Language/Database.xlf:tt_content.CType.felogin_login.title
|
||||
description = LLL:EXT:felogin/Resources/Private/Language/Database.xlf:tt_content.CType.felogin_login.description
|
||||
tt_content_defValues {
|
||||
CType = felogin_login
|
||||
}
|
||||
}
|
||||
}
|
||||
show := addToList(felogin_login)
|
||||
}
|
||||
";}s:26:"pagesTsConfig-package-info";a:2:{s:8:"filename";s:110:"C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-info/Configuration/page.tsconfig";s:7:"content";s:771:"mod.web_info.fieldDefinitions {
|
||||
0 {
|
||||
label = LLL:EXT:info/Resources/Private/Language/locallang_webinfo.xlf:pages_0
|
||||
fields = title,uid,slug,starttime,endtime,fe_group,target,url,shortcut,shortcut_mode
|
||||
}
|
||||
1 {
|
||||
label = LLL:EXT:info/Resources/Private/Language/locallang_webinfo.xlf:pages_1
|
||||
fields = title,uid,###ALL_TABLES###
|
||||
}
|
||||
2 {
|
||||
label = LLL:EXT:info/Resources/Private/Language/locallang_webinfo.xlf:pages_2
|
||||
fields = title,uid,lastUpdated,newUntil,cache_timeout,php_tree_stop,TSconfig,is_siteroot
|
||||
}
|
||||
3 {
|
||||
label = LLL:EXT:info/Resources/Private/Language/locallang_webinfo.xlf:pages_layouts
|
||||
fields = title,uid,actual_backend_layout,backend_layout,backend_layout_next_level,layout
|
||||
}
|
||||
}
|
||||
";}s:30:"pagesTsConfig-package-viewpage";a:2:{s:8:"filename";s:114:"C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/typo3/cms-viewpage/Configuration/page.tsconfig";s:7:"content";s:1508:"mod.web_view.previewFrameWidths {
|
||||
1920.label = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:computer
|
||||
1920.type = desktop
|
||||
1920.width = 1920
|
||||
1920.height = 1080
|
||||
|
||||
1366.label = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:computer
|
||||
1366.type = desktop
|
||||
1366.width = 1366
|
||||
1366.height = 768
|
||||
|
||||
1280.label = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:computer
|
||||
1280.type = desktop
|
||||
1280.width = 1280
|
||||
1280.height = 1024
|
||||
|
||||
1024.label = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:computer
|
||||
1024.type = desktop
|
||||
1024.width = 1024
|
||||
1024.height = 768
|
||||
|
||||
nexus7.label = Nexus 7
|
||||
nexus7.type = tablet
|
||||
nexus7.width = 600
|
||||
nexus7.height = 960
|
||||
|
||||
nexus6p.label = Nexus 6P
|
||||
nexus6p.type = mobile
|
||||
nexus6p.width = 411
|
||||
nexus6p.height = 731
|
||||
|
||||
ipadpro.label = iPad Pro
|
||||
ipadpro.type = tablet
|
||||
ipadpro.width = 1024
|
||||
ipadpro.height = 1366
|
||||
|
||||
ipadair.label = iPad Air
|
||||
ipadair.type = tablet
|
||||
ipadair.width = 768
|
||||
ipadair.height = 1024
|
||||
|
||||
iphone7plus.label = iPhone 7 Plus
|
||||
iphone7plus.type = mobile
|
||||
iphone7plus.width = 414
|
||||
iphone7plus.height = 736
|
||||
|
||||
iphone6.label = iPhone 6
|
||||
iphone6.type = mobile
|
||||
iphone6.width = 375
|
||||
iphone6.height = 667
|
||||
|
||||
iphone5.label = iPhone 5
|
||||
iphone5.type = mobile
|
||||
iphone5.width = 320
|
||||
iphone5.height = 568
|
||||
|
||||
iphone4.label = iPhone 4
|
||||
iphone4.type = mobile
|
||||
iphone4.width = 320
|
||||
iphone4.height = 480
|
||||
}
|
||||
";}s:29:"pagesTsConfig-package-ods_osm";a:2:{s:8:"filename";s:111:"C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/bobosch/ods-osm/Configuration/page.tsconfig";s:7:"content";s:339:"mod.wizards.newContentElement.wizardItems.plugins.elements.odsosm {
|
||||
iconIdentifier = ods_osm
|
||||
title = LLL:EXT:ods_osm/Resources/Private/Language/locallang.xlf:pi1_title
|
||||
description = LLL:EXT:ods_osm/Resources/Private/Language/locallang.xlf:pi1_plus_wiz_description
|
||||
tt_content_defValues {
|
||||
CType = ods_osm_pi1
|
||||
}
|
||||
}
|
||||
";}s:34:"pagesTsConfig-package-youtubevideo";a:2:{s:8:"filename";s:121:"C:/utenti/Matteo/Lavori/Catbird/Cartedalegare/projects/carte/vendor/t3brightside/youtubevideo/Configuration/page.tsconfig";s:7:"content";s:572:"mod.wizards.newContentElement.wizardItems.common {
|
||||
elements {
|
||||
youtubevideo_pi1 {
|
||||
iconIdentifier = youtubevideo_icon
|
||||
title = YouTube Video
|
||||
description = YouTube video content element
|
||||
tt_content_defValues {
|
||||
CType = youtubevideo_pi1
|
||||
}
|
||||
}
|
||||
}
|
||||
show := addToList(youtubevideo_pi1)
|
||||
}
|
||||
TCEFORM.tt_content.tx_youtubevideo_ratio.addItems {
|
||||
0 = Widescreen (16:9)
|
||||
1 = Standard (4:3)
|
||||
}
|
||||
TCEFORM.tt_content.tx_youtubevideo_colcount.addItems {
|
||||
0 = 1
|
||||
2 = 2
|
||||
3 = 3
|
||||
4 = 4
|
||||
5 = 5
|
||||
6 = 6
|
||||
7 = 7
|
||||
8 = 8
|
||||
}
|
||||
";}}');
|
||||
#
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -1,3 +0,0 @@
|
||||
<?php
|
||||
return unserialize('O:61:"TYPO3\\CMS\\Core\\TypoScript\\IncludeTree\\IncludeNode\\RootInclude":2:{s:8:"children";a:0:{}s:10:"lineStream";N;}');
|
||||
#
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user