PK

ADDRLIN : /home/anibklip/ulpc.in/bkp24-25/form/
FLL :
Current File : //home/anibklip/ulpc.in/bkp24-25/form/confirm_aus_sub.php

<?php
session_start();
require_once '../common/common.php';
require_once '../common/secure.php';
include("../connexion.php");
include"../head.php";

$_SESSION['formfive']='inserted';

$sql="SELECT parhead FROM head Where headid='$_GET[clntid]'";
$result=mysql_query($sql) or die('error in getting client type');
while($row=mysql_fetch_array($result)){
	$cmntz="{$row['parhead']}";
}

echo "<pre>"; print_r($_GET); echo "</pre>";
?>

CONFIRM CERTIFICATE DETAILS > > Step 2 of 3 

<form action="insert_aus_sub.php" method="get">
	<input type="hidden" name="formno" value="<?php echo"$_GET[formno]";?>">
	<input type="hidden" name="dtype" value="<?php echo"$_GET[dtype]";?>">
	<input type="hidden" name="clntid" value="<?php echo"$_GET[clntid]";?>">
	<input type="hidden" name="sub_cert_id" value="<?php echo $_GET[sub_cert_id];?>">
	<input type="hidden" name="certificateno" value="<?php echo"$certificateno";?>">
	<input type="hidden" name="issuedate" value="<?php echo"$_GET[issuedate]";?>">
	<input type="hidden" name="desgood" value="<?php echo"$_GET[desgood]";?>">
	<input type="hidden" name="quantitydeclared" value="<?php echo"$_GET[quantitydeclared]";?>">
	<input type="hidden" name="distmarks" value="<?php echo"$_GET[distmarks]";?>">
	<input type="hidden" name="conslinkno" value="<?php echo"$_GET[conslinkno]";?>">
	<input type="hidden" name="portcountry" value="<?php echo"$_GET[portcountry]";?>">
	<input type="hidden" name="countrydes" value="<?php echo"$_GET[countrydes]";?>">
	<input type="hidden" name="declentry" value="<?php echo"$_GET[declentry]";?>">
	<input type="hidden" name="nameaddress" value="<?php echo"$_GET[nameaddress]";?>">
	<input type="hidden" name="declarednameaddress" value="<?php echo"$_GET[declarednameaddress]";?>">
	<input type="hidden" name="namefumigant" value="<?php echo"$_GET[namefumigant]";?>">
	<input type="hidden" name="date_start" value="<?php echo"$_GET[date_start]";?>">
	<input type="hidden" name="datefumigantion" value="<?php echo"$_GET[datefumigantion]";?>">
	<input type="hidden" name="placefumigantion" value="<?php echo"$_GET[placefumigantion]";?>">
	<input type="hidden" name="dosagefumigant" value="<?php echo"$_GET[dosagefumigant]";?>">
	<input type="hidden" name="durationfumigantion" value="<?php echo"$_GET[durationfumigantion]";?>">
	<input type="hidden" name="airtemp" value="<?php echo"$_GET[airtemp]";?>">
	<input type="hidden" name="contype" value="<?php echo"$_GET[contype]";?>">
	<input type="hidden" name="airspace" value="<?php echo"$_GET[airspace]";?>">
	<input type="hidden" name="presstest" value="<?php echo"$_GET[presstest]";?>">
	<input type="hidden" name="discharge" value="<?php echo"$_GET[discharge]";?>">
	<input type="hidden" name="enclosure" value="<?php echo"$_GET[enclosure]";?>">
	<input type="hidden" name="commodity" value="<?php echo"$_GET[commodity]";?>">
	<input type="hidden" name="consignment" value="<?php echo"$_GET[consignment]";?>">
	<input type="hidden" name="wrapping" value="<?php echo"$_GET[wrapping]";?>">
	<input type="hidden" name="perforated" value="<?php echo"$_GET[perforated]";?>">
	<input type="hidden" name="height" value="<?php echo"$_GET[height]";?>">
	<input type="hidden" name="cmntz" value="<?php echo"$cmntz";?>">
	<input type="hidden" name="conslinkno" value="<?php echo"$_GET[conslinkno]";?>">
	<input type="hidden" name="deck" value="<?php echo"$_GET[deck]";?>">
	<input type="hidden" name="ajtname" value="<?php echo"$_GET[ajtname]";?>">
	<input type="hidden" name="addition" value="<?php echo"$_GET[addition]";?>">
	<input type="hidden" name="certificate_id" value="<?php echo"$_GET[certificate_id]";?>">
	<input type="hidden" name="distmarks" value="<?php if(isset($_GET['distmarks']) && $_GET['distmarks']!=""){ echo $_GET['distmarks']; }else{ echo "N/A"; } ?>">
	<input type="hidden" name="container20feet" value="<?php echo"$_GET[container20feet]";?>" >
	<input type="hidden" name="container40feet" value="<?php echo"$_GET[container40feet]";?>" >
	<input type="hidden" name="container40HC" value="<?php echo"$_GET[container40HC]";?>" >
	<input type="hidden" name="containerLCL" value="<?php echo"$_GET[containerLCL]";?>" >

	<table align="center" width="100%" border="0">
		<tr>
			<td align="left" colspan="6"><strong>AEI No.:</strong>: IN0447/MB</td>
		</tr>
		<tr>
			<td colspan="2">Treatment Certificate Number:</td>
			<td width="15%"><em>Auto assigned</em></td>
			<td align="right" colspan="2">Date of Issue:</td>
			<td width="24%"><?php echo"$_GET[issuedate]";?></td>
		</tr>
		<td colspan="6">This is to certify that the following regulated articles have
			been fumigated according to the appropriate procedures to confirm to the current Phytosanitary 
			.Requirements of the importing country.<BR><BR>
		</td>
		</tr>
		<td align="left" colspan="6"><strong>DETAILS OF GOODS</strong></td>
		</tr>
		<tr>
			<td colspan="2">Target of fumigation:</td>
			<td width="15%"><?php echo"$_GET[desgood]";?></td>
			<td align="right" colspan="2">Commodity:</td>
			<td width="15%"><?php echo"$_GET[quantitydeclared]";?></td>
		</tr>
		<!--<tr><td align="left" colspan="2">Distinguishing marks:</td><td><?php echo"$_GET[distmarks]";?></td>
			<td align="right" colspan="2">Consignment Link/Container No.</td><td><?php echo"$_GET[conslinkno]";?></td></tr>-->
		<tr>
			<td align="left" colspan="2">Country of origin:</td>
			<td><?php echo"$_GET[portcountry]";?></td>
			<td align="right" colspan="2" valign="top">Consignment link<br/><br/>Container No:</td>
			<td><?php echo $_GET['distmarks']."<br/>".$_GET['conslinkno'];?></td>
		</tr>
		<tr>
			<td align="left" colspan="2">Country of destination :</td>
			<td><?php echo"$_GET[countrydes]";?></td>
			<td align="right" colspan="2">Port of loading:</td>
			<td><?php echo"$_GET[declentry]";?></td>
		</tr>
		<?php
		if(isset($_GET['dtype']) && $_GET['dtype']=='export' ){
			?>
			<tr>
				<td align="left" colspan="3">Name and address of consignor/exporter:</td>
				<td align="center" colspan="3">
					<?php 
						$sqlHeadQuery="SELECT headname,headaddress From head WHERE headid='".$_GET[nameaddress]."'";
						$resultHeadAddress=mysql_query($sqlHeadQuery) or die('error in getting Sub client details');
						$resultHeadAddress1=mysql_fetch_array($resultHeadAddress);
						echo $resultHeadAddress1['headname']."<br/>".$resultHeadAddress1['headaddress'];
						
						?>
				</td>
			</tr>
			<br>
			<tr>
				<td colspan="3">Name & address of consignee:</td>
				<td align="center" colspan="3">
					<?php
						$sqlClientQuery="SELECT subname,subaddress From clients WHERE subid='".$_GET[declarednameaddress]."'";
						$resultClientAddress=mysql_query($sqlClientQuery) or die('error in getting Sub client details');
						$resultClientAddress1=mysql_fetch_array($resultClientAddress);
						echo $resultClientAddress1['subname'].",<br/>".$resultClientAddress1['subaddress'];
						?>
				</td>
			</tr>
			<?php
		}else{		
			//Import Address
			?>
			<tr>
				<td align="left" colspan="3">Name and address of consignor/exporter:</td>
				<td align="center" colspan="3">
					<?php 
					$sqlClientQuery="SELECT subname,subaddress From clients WHERE subid='".$_GET[nameaddress]."'";
					$resultClientAddress=mysql_query($sqlClientQuery) or die('error in getting Sub client details');
					$resultClientAddress1=mysql_fetch_array($resultClientAddress);
					echo $resultClientAddress1['subname'].",<br/>".$resultClientAddress1['subaddress'];
					?>
				</td>
			</tr>
			<tr>
				<td colspan="3">Name & address of consignee:</td>
				<td align="center" colspan="3">
					<?php
					$sqlHeadQuery="SELECT headname,headaddress From head WHERE headid='".$_GET[declarednameaddress]."'";
					$resultHeadAddress=mysql_query($sqlHeadQuery) or die('error in getting Sub client details');
					$resultHeadAddress1=mysql_fetch_array($resultHeadAddress);
					echo $resultHeadAddress1['headname']."<br/>".$resultHeadAddress1['headaddress'];
					?>
				</td>
			</tr>
			<?php 
		} 
		?>
		<tr>
			<td colspan="6">
				<hr><strong>DETAILS OF TREATMENT</strong>
			</td>
		</tr>
		<tr>
			<td width="15%">Name of fumigation:</td>
			<td width="15%"><?php echo"$_GET[namefumigant]";?></td>
			<td nowrap>
				Date of fumigation Started:<br />
				Date of fumigation Completed:
			</td>
			<td width="15%">
				<?php echo $_GET[date_start];?><br />
				<?php echo $_GET[datefumigantion];?>
			</td>
			<td width="15%">Place of fumigation:</td>
			<td width="15%"><?php echo"$_GET[placefumigantion]";?></td>
		</tr>
		<tr>
			<td width="30%">Dosage rate of fumigation:</td>
			<td width="15%"><?php echo"$_GET[dosagefumigant]";?></td>
			<td>Duration of fumigation:</td>
			<td width="15%"><?php echo"$_GET[durationfumigantion]";?></td>
			<td width="30%">Minimum Air temperature:</td>
			<td width="15%"><?php echo"$_GET[airtemp]";?></td>
		</tr>
		<tr>
			<td colspan="4">Stack under sheet:</td>
			<td align="center" colspan="2">
				<?php
				if($_GET[contype]=='No'){
					echo"<del> Yes </del>   &nbsp;<b>$_GET[contype]</b>";
				}elseif($_GET[contype]=='Yes'){
					echo"<b>$_GET[contype]</b>  &nbsp;<del> No </del>";
				}
				?>
			</td>
		</tr>
		<tr>
			<td colspan="4">Container/s under sheet:</td>
			<td align="center" colspan="2">
				<?php
				if($_GET[presstest]=='No'){
					echo"<del> Yes </del>   &nbsp;<b>$_GET[presstest]</b>&nbsp;  <del> N/A </del>";
				}elseif($_GET[presstest]=='Yes'){
					echo"<b>$_GET[presstest]</b>  &nbsp;<del> No </del>";
				} 
				?>
			</td>
		</tr>
		<tr>
			<td colspan="4">Permanent Chamber:</td>
			<td align="center" colspan="2">
				<?php
				if($_GET[airspace]=='No'){
					echo"<del> Yes </del>   &nbsp;<b>$_GET[airspace]</b>&nbsp;  <del> N/A </del>";
				}elseif($_GET[airspace]=='Yes'){
					echo"<b>$_GET[airspace]</b>  &nbsp;<del> No </del>";
				}
				?>
			</td>
		</tr>
		<tr>
			<td colspan="4">Pressure tested container/s :</td>
			<td align="center" colspan="2">
				<?php
				if($_GET[discharge]=='No'){
					echo"<del> Yes </del>   &nbsp;<b>$_GET[discharge]</b>&nbsp;  <del> N/A </del>";
				}elseif($_GET[discharge]=='Yes'){
					echo"<b>$_GET[discharge]</b>  &nbsp;<del> No </del>";
				}
				?>
			</td>
		</tr>
		<tr>
			<td colspan="6">
				<hr>
				<strong>WRAPPING AND TIMER</strong>
			</td>
		</tr>
		
		<tr>
			<td colspan="4">Dose the target of fumigation conform to the AQIS plastic wrapping, impervious surface and timber thickness requirements at the time of fumigation?</td>
			<td align="center" colspan="2">
				<?php
				if($_GET[consignment]=='No'){
					echo"<del> Yes </del>   &nbsp;<b>$_GET[consignment]</b>";
				}elseif($_GET[consignment]=='Yes'){
					echo"<b>$_GET[consignment]</b>  &nbsp;<del> No </del>";
				}
				?>
			</td>
		</tr>
		<tr>
			<td colspan="4">Ventilation Final TLV reading(ppm):</td>
			<td align="center" colspan="2">
				<?php
				if($_GET[perforated]!='Yes'){
					echo"<b>$_GET[perforated]</b>";
				}else{
					echo"<b>N/A</b>";
				}
				?>
			</td>
		</tr>
		<?php
		if($_GET[addition]==''){
			echo"";
		}else{
			echo"<tr>
				<td colspan=6><hr><strong>ADDITION DECLERATION:</strong><br></td></tr>
				<tr><td colspan=6>
				$_GET[deck]<br>I declare that these details are true and correct 
				and the fumigation has been carried out in accordance with the NSPM -12
				
				</td></tr>
				</tr>
			";
		}
		?>
		<hr>
		
		<tr>
			<td colspan="2"><b>Encloser Area of Fumigation</b>:</td>
			<td colspan="4"> <?php echo"$_GET[container20feet]";?> </td>
		</tr>
		<tr>
			<td colspan="6" align="center">
				<br><center><input type="submit" class="amo-submit" value=">> Proceed to Checkout >>"></center><br>
			</td>
		</tr>

		<?php
		if($_GET[stax]=='yes'){
			$srtax="$_GET[srtax]";
		}else {
			$srtax=0;
		}
		?>

		<input type="hidden" name="finalone" value="<?php echo $finalone;?>">
		<input type="hidden" name="amount" value="<?php echo $_GET[amount];?>">
		<input type="hidden" name="discount" value="<?php echo $_GET[discount];?>">
		<input type="hidden" name="srtax" value="<?php echo $_GET[srtax];?>">
		<input type="hidden" name="stax" value="<?php echo $_GET[stax];?>">
	</table>
</form>

<?php
include"../foot.php";
?>


PK 99