Ein Nutzerkonto erlaubt Ihnen die Verwendung erweiterter Funktionen dieser Website. benutzen Sie die Links im Menü oder auf dieser Seite, um Ihr Nutzerkonto zu verwalten.
#if (($domain.domainID + '.login') in $actions)$messages.LoginDetail
#elif (($domain.domainID + '.logout') in $actions)Klicken Sie auf die Schaltfläche, um sich auszuloggen.
#else$messages.LoginDisabledDetail
$messages.SessionEnabledQ
$messages.ProblemNotice
#end if #if ($domain.domainID in $IgorxLogin.request) #if ('logoutResult' in $IgorxLogin.request[$domain.domainID]) #if ($IgorxLogin.request[$domain.domainID].logoutResult == 1)$messages.LogoutSuccess
#else$messages.LogoutFailed
$messages.ProblemNotice
#end if #end if #if ('loginResult' in $IgorxLogin.request[$domain.domainID]) #if ($IgorxLogin.request[$domain.domainID].loginResult == 1)$messages.LoginSuccess
#else$messages.LoginFailed
$messages.ProblemNotice
#end if #end if #end if #if (($domain.domainID in $IgorxLogin.session) and ('createState' in $IgorxLogin.session[$domain.domainID])) #if ($IgorxLogin.session[$domain.domainID].createState == 1)$messages.CreateEMailNotice
$messages.ProblemNotice2
#elif (($domain.domainID in $IgorxLogin.request) and ('createResult' in $IgorxLogin.request[$domain.domainID]) and ($IgorxLogin.request[$domain.domainID].createResult == 0))$messages.CreateErrorNotice
$messages.VerifySuccess
#else$messages.VerifyFailed
$messages.ProblemNotice
#end if #end if #if ('updateVerifyResult' in $IgorxLogin.request) #if ($IgorxLogin.request.updateVerifyResult == 1)$messages.UpdateVerifySuccess
#else$messages.UpdateVerifyFailed
$messages.ProblemNotice
#end if #end if