* @copyright Copyright (C) 2012 Uwe Steinmann * @version Release: @package_version@ */ include("../inc/inc.Settings.php"); include("../inc/inc.DBInit.php"); include("../inc/inc.Language.php"); include("../inc/inc.ClassUI.php"); include("../inc/inc.Authentication.php"); UI::htmlStartPage(getMLText("sign_in"), "login"); UI::globalBanner(); echo "
".getMLText('password_expiration_text')."
"; UI::contentContainerStart(); ?> " . getMLText("logout") . "\n"; print ""; print implode(' | ', $tmpfoot); print "
\n"; UI::htmlEndPage(); ?>