require_once("../../includes/init.php"); ?> session_start(); ?> require_once("$FILE_ROOT/includes/layout/header.php"); ?> $sec_string = make_random_string(); switch(isset($_GET['code']) ? $_GET['code'] : "enter_data") { case "enter_data": list($name, $institution, $email, $phone, $title) = array_fill(0, 5, false); list($name_error, $institution_error, $email_error, $phone_error, $title_error, $sec_string_error, $file_error) = array_fill(0, 7, false); break; case "error": list($name, $institution, $email, $phone, $title) = array_values($_SESSION['form_data']); list($name_error, $institution_error, $email_error, $phone_error, $title_error, $sec_string_error, $file_error) = array_values($_SESSION['form_errors']); break; } ?>
Full manuscripts are not yet being accepted by the organizing committee. Manuscript submissin begins on May 15th, 2006 and continues until =strftime("%B %d, %Y", $manuscript_start_time)?>. If you believe that you've received this message in error, then please contact the web master for assistance.
} elseif(time() > $manuscript_end_time) { ?>Manuscript submission has been closed as of =strftime("%B %d, %Y", $manuscript_end_time)?>. If you believe that you've received this message in error, then please contact the web master for assitance.
} else { if(isset($_GET['code']) && $_GET['code']=="error") { ?>There was at least one error within the information you entered on the previous screen. That information has been replaced in the fields below and any problems are labeled in red and accompanied by an error message to help you solve the problem. Please note: you must re-enter the new security string on the image below.
} else { ?>Use the form below to submit a manuscript for the conference. The manuscript must be a PDF file and less than 10 megabytes. Required fields in the form below are marked with an asterisk (*).
} ?> } ?> require_once("$FILE_ROOT/includes/layout/footer.php"); ?>