Documentation TYPO3 par Ameos |
Public Member Functions | |
init () | |
main () | |
printContent () | |
makeLoginForm () | |
makeLogoutForm () | |
wrapLoginForm ($content) | |
checkRedirect () | |
makeInterfaceSelectorBox () | |
makeCopyrightNotice () | |
makeLoginBoxImage () | |
makeLoginNews () | |
Public Attributes | |
$redirect_url | |
$GPinterface | |
$u | |
$p | |
$L | |
$loginRefresh | |
$commandLI | |
$redirectToURL | |
$L_vars | |
$content | |
$interfaceSelector | |
$interfaceSelector_jump | |
$interfaceSelector_hidden | |
$loginSecurityLevel = 'superchallenged' |
Definition at line 87 of file index.php.
SC_index::init | ( | ) |
Initialize the login box. Will also react on a &L=OUT flag and exit.
Definition at line 120 of file index.php.
References t3lib_div::_GP(), t3lib_div::getIndpEnv(), and t3lib_div::locationHeaderUrl().
SC_index::main | ( | ) |
Main function - creating the login/logout form
Definition at line 159 of file index.php.
References checkRedirect(), makeInterfaceSelectorBox(), makeLoginForm(), makeLogoutForm(), and wrapLoginForm().
SC_index::printContent | ( | ) |
SC_index::makeLoginForm | ( | ) |
SC_index::makeLogoutForm | ( | ) |
SC_index::wrapLoginForm | ( | $ | content | ) |
SC_index::checkRedirect | ( | ) |
Checking, if we should perform some sort of redirection OR closing of windows.
Definition at line 436 of file index.php.
References t3lib_div::locationHeaderUrl(), and t3lib_BEfunc::typo3PrintError().
Referenced by main().
SC_index::makeInterfaceSelectorBox | ( | ) |
Making interface selector:
Definition at line 493 of file index.php.
References t3lib_div::trimExplode().
Referenced by main().
SC_index::makeCopyrightNotice | ( | ) |
COPYRIGHT notice
Warning: DO NOT prevent this notice from being shown in ANY WAY. According to the GPL license an interactive application must show such a notice on start-up ('If the program is interactive, make it output a short notice... ' - see GPL.txt) Therefore preventing this notice from being properly shown is a violation of the license, regardless of whether you remove it or use a stylesheet to obstruct the display.
SC_index::makeLoginBoxImage | ( | ) |
Returns the login box image, whether the default or an image from the rotation folder.
Definition at line 580 of file index.php.
References t3lib_div::getFileAbsFileName(), t3lib_div::getFilesInDir(), and t3lib_div::resolveBackPath().
SC_index::makeLoginNews | ( | ) |