<h3>
	<?php 
    echo $label['not_logged_in'];
    ?>
	</h3>

<table cellpadding=5 border=1 style="border-collapse: collapse; border-style:solid; border-color:#D2D2D2">

<tr>
<td width="50%" bgcolor='#EBEBEB'>

<?php 
    /// signup
    //Signup form is shown below
    if ($_REQUEST['form'] == "filled") {
        $success = process_signup_form('confirm_order.php');
    }
    // end submit
    if (!$success) {
        ?>

		<h2><?php 
        echo $label['conirm_signup'];
        ?>
</h2>
		<h3><?php 
        echo $label['confirm_instructions'];
        ?>
</h3>

		<?php 
Esempio n. 2
0
</h3></center> 
<table width="60%" align="center" width="100%"  border="0" cellspacing="0" cellpadding="0" >
	<tr>
		<td width="35" height="26">&nbsp;</td>
		<td height="26" valign="bottom"><div align="center"><h3 ><?php 
echo $label["advertiser_signup_heading2"];
?>
</h3> </div></td>
		<td width="35" height="26">&nbsp;</td>
	</tr>
	<tr>
		<td width="35">&nbsp;</td>
		<td>
			<?php 
if ($_REQUEST['form'] == "filled") {
    $success = process_signup_form();
}
// end submit
if (!$success) {
    //Signup form is shown below
    display_signup_form($_REQUEST['FirstName'], $_REQUEST['LastName'], $_REQUEST['CompName'], $_REQUEST['Username'], $_REQUEST['Password'], $_REQUEST['Password2'], $_REQUEST['Email'], $_REQUEST['Newsletter'], $_REQUEST['Notification1'], $_REQUEST['Notification2'], $_REQUEST['lang']);
} else {
}
?>

		</td>
		<td width="35">&nbsp;</td>
	</tr>
	<tr>
		<td width="35" height="26">&nbsp;</td>
		<td height="26"></td>