echo _("Configuration Login") ?>
echo _("Enter Username and Password for Account:"); ?>
if($error_message != "") { echo "
"; echo _($error_message); echo "
"; } ?>
echo _("Username:") ?>
for($i = 0; $i < count($config->Admins); $i++) { $text = explode(",", $config->Admins[$i]); $text = explode("=", $text[0]); echo "
Admins[$i] . "\">" . $text[1] . "
"; } ?>
echo _("Password:") ?>
if($message != "") { ?>
echo _($message) ?>
} else { ?>
echo _("Your Language:") ?>
for($i = 0; $i < count($languages); $i++) { echo "
" . $languages[$i]["descr"] . "
"; } ?>
} ?>
>
echo _("You are connecting to the server specified below:") ?>
ServerURL:
echo $config->get_ServerURL() ?>