芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr/modules/ModuleManager/action.defaultadmin.php
'."\n"; echo '
'.$this->Lang('notice')."
\n"; $link = '
forge
'; echo '
'.$this->Lang('general_notice',$link,$link)."
\n"; echo '
'.$this->Lang('use_at_your_own_risk')."
\n"; echo '
'.$this->Lang('compatibility_disclaimer')."
\n"; $active_tab = -1; if( isset($params['active_tab'])) { $active_tab = $params['active_tab']; } echo $this->StartTabHeaders(); if( $this->CheckPermission('Modify Modules') ) { echo $this->SetTabHeader('newversions',$this->Lang('newversions'), $active_tab == 'newversions' ); echo $this->SetTabHeader('modules',$this->Lang('availmodules'), $active_tab == 'modules' ); } if( $this->CheckPermission('Modify Site Preferences') ) { echo $this->SetTabHeader('prefs',$this->Lang('preferences'), $active_tab == 'prefs' ); } echo $this->EndTabHeaders(); echo $this->StartTabContent(); if( $this->CheckPermission('Modify Modules') ) { echo $this->StartTab('newversions'); include(dirname(__FILE__).'/function.newversionstab.php'); echo $this->EndTab(); echo $this->StartTab('modules'); $this->_DisplayAdminModulesTab( $id, $params, $returnid ); echo $this->EndTab(); } if( $this->CheckPermission('Modify Site Preferences') ) { echo $this->StartTab('prefs'); $this->_DisplayAdminPrefsTab( $id, $params, $returnid ); echo $this->EndTab(); } echo $this->EndTabContent(); } ?>