36 0 => $LANG->sL(
'LLL:EXT:cms/web_info/locallang.xlf:pages_0'),
37 2 => $LANG->sL(
'LLL:EXT:cms/web_info/locallang.xlf:pages_2'),
38 1 => $LANG->sL(
'LLL:EXT:cms/web_info/locallang.xlf:pages_1')
41 0 => $LANG->sL(
'LLL:EXT:cms/web_info/locallang.xlf:stat_type_0'),
42 1 => $LANG->sL(
'LLL:EXT:cms/web_info/locallang.xlf:stat_type_1'),
43 2 => $LANG->sL(
'LLL:EXT:cms/web_info/locallang.xlf:stat_type_2')
46 0 => $LANG->getLL(
'depth_0'),
47 1 => $LANG->getLL(
'depth_1'),
48 2 => $LANG->getLL(
'depth_2'),
49 3 => $LANG->getLL(
'depth_3'),
50 999 => $LANG->sL(
'LLL:EXT:lang/locallang_core.xlf:labels.depth_infi')
64 $dblist->descrTable =
'_MOD_' .
$GLOBALS[
'MCONF'][
'name'];
68 $dblist->showIcon = 0;
69 $dblist->setLMargin = 0;
70 $dblist->agePrefixes = $LANG->sL(
'LLL:EXT:lang/locallang_core.xlf:labels.minutesHoursDaysYears');
71 $dblist->pI_showUser = 1;
73 $this->pObj->MOD_SETTINGS[
'pages_levels'] = $this->pObj->MOD_SETTINGS[
'depth'];
75 $h_func =
BackendUtility::getFuncMenu($this->pObj->id,
'SET[depth]', $this->pObj->MOD_SETTINGS[
'depth'], $this->pObj->MOD_MENU[
'depth']);
76 $h_func .=
BackendUtility::getFuncMenu($this->pObj->id,
'SET[pages]', $this->pObj->MOD_SETTINGS[
'pages'], $this->pObj->MOD_MENU[
'pages']);
77 $dblist->start($this->pObj->id,
'pages', 0);
78 $dblist->generateList();
80 $theOutput = $this->pObj->doc->header($LANG->sL(
'LLL:EXT:cms/web_info/locallang.xlf:page_title'));
81 $theOutput .= $this->pObj->doc->section(
'',
BackendUtility::cshItem($dblist->descrTable,
'pagetree_overview',
$GLOBALS[
'BACK_PATH'],
'|<br />') . $h_func . $dblist->HTMLcode, 0, 1);
83 $footerContentHook =
$GLOBALS[
'TYPO3_CONF_VARS'][
'SC_OPTIONS'][
'cms/web_info/class.tx_cms_webinfo.php'][
'drawFooterHook'];
84 if (is_array($footerContentHook)) {
85 foreach ($footerContentHook as $hook) {
static cshItem($table, $field, $BACK_PATH, $wrap='', $onlyIconMode=FALSE, $styleAttrib='')
static makeInstance($className)
static callUserFunction($funcName, &$params, &$ref, $checkPrefix='', $errorMode=0)
static getModuleUrl($moduleName, $urlParameters=array(), $backPathOverride=FALSE, $returnAbsoluteUrl=FALSE)
static getFuncMenu($mainParams, $elementName, $currentValue, $menuItems, $script='', $addparams='')
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]