id; header("Location: register_judges_main.php"); } else { send_header("Judges Registration"); echo error(i18n("Invalid Password")); $_POST['action']="login"; } } else { send_header("Judges Registration"); echo error(i18n("Password missing")); $_POST['action']="login"; } } else if($_GET['action']=="logout") { unset($_SESSION['email']); unset($_SESSION['judges_id']); send_header("Judges Registration"); echo notice(i18n("You have been successfully logged out")); } send_header("Judges Registration"); if($_POST['action']=="login" && ( $_POST['email'] || $_SESSION['email']) ) { if($_POST['email']) $_SESSION['email']=$_POST['email']; echo "
"; $allownew=true; //first, check if they have any registrations waiting to be opened $q=mysql_query("SELECT * FROM judges WHERE email='".$_SESSION['email']."'"); if(mysql_num_rows($q)>0) { echo i18n("Please enter your password to login"); echo "
"; echo "
"; echo i18n("Password:")." "; echo ""; echo ""; echo ""; echo "
"; echo "
"; echo i18n("If you have lost or forgotten your password, pleaes click here to resend it to your email address"); } else { echo i18n("Please choose a password in order to create your judges account"); echo "
"; echo "
"; echo ""; echo ""; echo ""; echo ""; echo "
"; echo i18n("Enter Password:"); echo ""; echo ""; echo "
"; echo i18n("Confirm Password:"); echo ""; echo ""; echo "
"; echo "
"; echo ""; } echo "
"; } else { echo i18n("Please enter your email address to :"); echo ""; ?>
: