Copyright (C) 2005 James Grant This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ?> 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']."' AND deleted='no'"); 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 ""; ?>
: