⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tbl_cms.php

📁 Typo3, 开源里边最强大的
💻 PHP
📖 第 1 页 / 共 2 页
字号:
				'checkbox' => '0',				'default' => '0',				'range' => Array (					'upper' => mktime(0,0,0,12,31,2020),				)			)		),		'title' => Array (			'l10n_mode' => 'prefixLangTitle',			'label' => $TCA['pages']['columns']['title']['label'],			'l10n_cat' => 'text',			'config' => Array (				'type' => 'input',				'size' => '30',				'max' => '256',				'eval' => 'required'			)		),		'subtitle' => Array (			'exclude' => 1,			'l10n_cat' => 'text',			'label' => $TCA['pages']['columns']['subtitle']['label'],			'config' => Array (				'type' => 'input',				'size' => '30',				'max' => '256',				'eval' => ''			)		),		'nav_title' => Array (			'exclude' => 1,			'l10n_cat' => 'text',			'label' => $TCA['pages']['columns']['nav_title']['label'],			'config' => Array (				'type' => 'input',				'size' => '30',				'max' => '256',				'checkbox' => '',				'eval' => 'trim'			)		),		'keywords' => Array (			'exclude' => 1,			'label' => $TCA['pages']['columns']['keywords']['label'],			'config' => Array (				'type' => 'text',				'cols' => '40',				'rows' => '3'			)		),		'description' => Array (			'exclude' => 1,			'label' => $TCA['pages']['columns']['description']['label'],			'config' => Array (				'type' => 'input',				'size' => '40',				'eval' => 'trim'			)		),		'abstract' => Array (			'exclude' => 1,			'label' => $TCA['pages']['columns']['abstract']['label'],			'config' => Array (				'type' => 'text',				'cols' => '40',				'rows' => '3'			)		),		'author' => Array (			'exclude' => 1,			'label' => $TCA['pages']['columns']['author']['label'],			'config' => Array (				'type' => 'input',				'size' => '20',				'eval' => 'trim',				'max' => '80'			)		),		'author_email' => Array (			'exclude' => 1,			'label' => $TCA['pages']['columns']['author_email']['label'],			'config' => Array (				'type' => 'input',				'size' => '20',				'eval' => 'trim',				'max' => '80'			)		),		'media' => Array (			'exclude' => 1,			'label' => $TCA['pages']['columns']['media']['label'],			'config' => Array (				'type' => 'group',				'internal_type' => 'file',				'allowed' => $TCA['pages']['columns']['media']['config']['allowed'],				'max_size' => $GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'],				'uploadfolder' => 'uploads/media',				'show_thumbs' => '1',				'size' => '3',				'maxitems' => '5',				'minitems' => '0'			)		),		'sys_language_uid' => Array (			'label' => 'LLL:EXT:lang/locallang_general.php:LGL.language',			'config' => Array (				'type' => 'select',				'foreign_table' => 'sys_language',				'foreign_table_where' => 'ORDER BY sys_language.title',				'items' => Array(					Array('LLL:EXT:lang/locallang_general.php:LGL.default_value',0)				)			)		),		'tx_impexp_origuid' => Array('config'=>array('type'=>'passthrough')),		'l18n_diffsource' => Array('config'=>array('type'=>'passthrough')),		't3ver_label' => Array (			'label' => 'LLL:EXT:lang/locallang_general.php:LGL.versionLabel',			'config' => Array (				'type' => 'input',				'size' => '30',				'max' => '30',			)		),	),	'types' => Array (		'0' => Array('showitem' => 'hidden;;;;1-1-1, sys_language_uid, title;;;;2-2-2, subtitle, nav_title, --div--, abstract;;5;;3-3-3, keywords, description, media;;;;4-4-4')	),	'palettes' => Array (		'1' => Array('showitem' => 'starttime,endtime'),		'5' => Array('showitem' => 'author,author_email')	));// ******************************************************************// sys_template// ******************************************************************$TCA['sys_template'] = Array (	'ctrl' => $TCA['sys_template']['ctrl'],	'interface' => Array (		'showRecordFieldList' => 'title,clear,root,include_static,basedOn,nextLevel,resources,sitetitle,description,hidden,starttime,endtime'	),	'columns' => Array (		'title' => Array (			'label' => 'Template title:',			'config' => Array (				'type' => 'input',				'size' => '25',				'max' => '256',				'eval' => 'required'			)		),		'hidden' => Array (			'label' => 'Deactivated:',			'exclude' => 1,			'config' => Array (				'type' => 'check',				'default' => '0'			)		),		'starttime' => Array (			'label' => 'Start:',			'exclude' => 1,			'config' => Array (				'type' => 'input',				'size' => '8',				'max' => '20',				'eval' => 'date',				'checkbox' => '0',				'default' => '0'			)		),		'endtime' => Array (			'label' => 'Stop:',			'exclude' => 1,			'config' => Array (				'type' => 'input',				'size' => '8',				'max' => '20',				'eval' => 'date',				'checkbox' => '0',				'default' => '0',				'range' => Array (					'upper' => mktime(0,0,0,12,31,2020),				)			)		),		'root' => Array (			'label' => 'Rootlevel:',			'config' => Array (				'type' => 'check'			)		),		'clear' => Array (			'label' => 'Clear:',			'config' => Array (				'type' => 'check',				'items' => Array (					Array('Constants', ''),					Array('Setup', '')				),				'cols' => 2			)		),		'sitetitle' => Array (			'label' => 'Website title:',			'config' => Array (				'type' => 'input',				'size' => '25',				'max' => '256'			)		),		'constants' => Array (			'label' => 'Constants:',			'config' => Array (				'type' => 'text',				'cols' => '48',				'rows' => '10',				'wrap' => 'OFF',				'softref' => 'TStemplate,email[subst],url[subst]'			),			'defaultExtras' => 'fixed-font : enable-tab',		),		'resources' => Array (			'label' => 'Resources:',			'config' => Array (				'type' => 'group',				'internal_type' => 'file',				'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'].',html,htm,ttf,pfb,pfm,txt,css,tmpl,inc,ico,js,xml',				'max_size' => $GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'],				'uploadfolder' => 'uploads/tf',				'show_thumbs' => '1',				'size' => '7',				'maxitems' => '100',				'minitems' => '0'			)		),		'nextLevel' => Array (			'label' => 'Template on next level:',			'config' => Array (				'type' => 'group',				'internal_type' => 'db',				'allowed' => 'sys_template',				'show_thumbs' => '1',				'size' => '3',				'maxitems' => '1',				'minitems' => '0',				'default' => ''			)		),		'include_static' => Array (			'label' => 'Include static:',			'config' => Array (				'type' => 'select',				'foreign_table' => 'static_template',				'foreign_table_where' => 'ORDER BY static_template.title DESC',				'size' => 10,				'maxitems' => 20,				'default' => '',			),		),		'include_static_file' => Array(			'label' => 'Include static (from extensions):',			'config' => Array (				'type' => 'select',				'size' => 10,				'maxitems' => 20,				'items' => Array (				),				'softref' => 'ext_fileref'			)		),		'basedOn' => Array (			'label' => 'Include basis template:',			'config' => Array (				'type' => 'group',				'internal_type' => 'db',				'allowed' => 'sys_template',				'show_thumbs' => '1',				'size' => '3',				'maxitems' => '50',				'autoSizeMax' => 10,				'minitems' => '0',				'default' => '',				'wizards' => Array(					'_PADDING' => 4,					'_VERTICAL' => 1,					'edit' => Array(						'type' => 'popup',						'title' => 'Edit filemount',						'script' => 'wizard_edit.php',						'popup_onlyOpenIfSelected' => 1,						'icon' => 'edit2.gif',						'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1',					),					'add' => Array(						'type' => 'script',						'title' => 'Add new basis template',						'icon' => 'add.gif',						'params' => Array(							'table'=>'sys_template',							'pid' => '###CURRENT_PID###',							'setValue' => 'prepend'						),						'script' => 'wizard_add.php',					)				)			)		),		'includeStaticAfterBasedOn' => Array (			'label' => 'Include static AFTER basedOn:',			'exclude' => 1,			'config' => Array (				'type' => 'check',				'default' => '0'			)		),		'config' => Array (			'label' => 'Setup:',			'config' => Array (				'type' => 'text',				'rows' => 10,				'cols' => 48,				'wizards' => Array(					'_PADDING' => 4,					'0' => Array(#						'type' => t3lib_extMgm::isLoaded('tsconfig_help')?'popup':'',						'title' => 'TSref online',						'script' => 'wizard_tsconfig.php?mode=tsref',						'icon' => 'wizard_tsconfig.gif',						'JSopenParams' => 'height=500,width=780,status=0,menubar=0,scrollbars=1',					)				),				'wrap' => 'OFF',				'softref' => 'TStemplate,email[subst],url[subst]'			),			'defaultExtras' => 'fixed-font : enable-tab',		),		'editorcfg' => Array (			'label' => 'Backend Editor Configuration:',			'config' => Array (				'type' => 'text',				'rows' => 4,				'cols' => 48,				'wrap' => 'OFF'			),			'defaultExtras' => 'fixed-font : enable-tab',		),		'description' => Array (			'label' => 'Description:',			'config' => Array (				'type' => 'text',				'rows' => 10,				'cols' => 48			)		),		'static_file_mode' => Array (			'label' => 'Static template files from T3 Extensions:',			'config' => Array (				'type' => 'select',				'items' => Array (					Array('Default (Include before if Root-flag is set)', '0'),					Array('Always include before this template record', '1'),					Array('Never include before this template record', '2'),				),				'default' => '0'			)		),		'tx_impexp_origuid' => Array('config'=>array('type'=>'passthrough')),		't3ver_label' => Array (			'label' => 'LLL:EXT:lang/locallang_general.php:LGL.versionLabel',			'config' => Array (				'type' => 'input',				'size' => '30',				'max' => '30',			)		),	),	'types' => Array (		'1' => Array('showitem' => 'title;;1;;2-2-2, sitetitle, constants;;;;3-3-3, config, resources, clear, root, --div--, include_static;;2;;5-5-5, include_static_file;;2, basedOn;;2, static_file_mode, nextLevel, --div--, description;;;;5-5-5, editorcfg')	),	'palettes' => Array (		'1' => Array('showitem' => 'hidden,starttime,endtime'),		'2' => Array('showitem' => 'includeStaticAfterBasedOn')	));// ******************************************************************// static_template// ******************************************************************$TCA['static_template'] = Array (	'ctrl' => $TCA['static_template']['ctrl'],	'interface' => Array (		'showRecordFieldList' => 'title,include_static,description'	),	'columns' => Array (		'title' => Array (			'label' => 'Template title:',			'config' => Array (				'type' => 'input',				'size' => '25',				'max' => '256',				'eval' => 'required'			)		),		'constants' => Array (			'label' => 'Constants:',			'config' => Array (				'type' => 'text',				'cols' => '48',				'rows' => '10',				'wrap' => 'OFF'			),			'defaultExtras' => 'fixed-font : enable-tab',		),		'include_static' => Array (			'label' => 'Include static:',			'config' => Array (				'type' => 'select',				'foreign_table' => 'static_template',				'foreign_table_where' => 'ORDER BY static_template.title',				'size' => 10,				'maxitems' => 20,				'default' => ''			)		),		'config' => Array (			'label' => 'Setup:',			'config' => Array (				'type' => 'text',				'rows' => 10,				'cols' => 48,				'wrap' => 'OFF'			),			'defaultExtras' => 'fixed-font : enable-tab',		),		'editorcfg' => Array (			'label' => 'Backend Editor Configuration:',			'config' => Array (				'type' => 'text',				'rows' => 4,				'cols' => 48,				'wrap' => 'OFF'			),			'defaultExtras' => 'fixed-font : enable-tab',		),		'description' => Array (			'label' => 'Description:',			'config' => Array (				'type' => 'text',				'rows' => 10,				'cols' => 48			)		)	),	'types' => Array (		'1' => Array('showitem' => 'title;;;;2-2-2, constants;;;;3-3-3, config, include_static;;;;5-5-5, description;;;;5-5-5, editorcfg')	));?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -