%s %s',_('Authenticate to server'),$app['server']->getName());
echo '
';
# Check for a secure connection
if (! isset($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) != 'on') {
echo '
';
echo '';
printf('%s: %s.',
_('You are not using \'https\'. Web browser will transmit login information in clear text.'),
_('Warning'),_('This web connection is unencrypted'));
echo '';
echo '';
}
echo '
';
# Login form.
echo '';
echo '';
if ($app['server']->isAnonBindAllowed() ) {
?>