PK

ADDRLIN : /home/anibklip/ulpc.in/2022-23/
FLL :
Current File : //home/anibklip/ulpc.in/2022-23/formd_sub.php

<head>
<script language="JavaScript" type="text/javascript">
<!--
function checkform ( form )
{

  // ** START **
  if (form.certificateno.value == "") {
    alert( "Please enter Certificate no. here." );
    form.certificateno.focus();
    return false ;
  }
  // ** END **

  // ** START **
  if (form.datefumigantion.value == "") {
    alert( "Please enter date and place of fumigation." );
    form.datefumigantion.focus();
    return false ;
  }
  // ** END **
   // ** START **
  if (form.temp.value == "") {
    alert( "Please enter Temp here." );
    form.temp.focus();
    return false ;
  }
  // ** END **
   // ** START **
  if (form.volume.value == "") {
    alert( "Please enter Volume." );
    form.volume.focus();
    return false ;
  }
  // ** END **
  // ** START **
  if (form.value.value == "") {
    alert( "Please enter Value:" );
    form.value.focus();
    return false ;
  }
  // ** END **
   // ** START **
  if (form.gsheet.value == "") {
    alert( "Please enter gsheet:" );
    form.gsheet.focus();
    return false ;
  }
  // ** END **
  
   // ** START **
  if (form.seelno.value == "") {
    alert( "Please enter seel no:" );
    form.seelno.focus();
    return false ;
  }
  // ** END **
   // ** START **
  if (form.port.value == "") {
    alert( "Please enter Destination Port:" );
    form.port.focus();
    return false ;
  }
  // ** END **
   // ** START **
  if (form.vessal.value == "") {
    alert( "Please enter vessal:" );
    form.vessal.focus();
    return false ;
  }
  // ** END **
   // ** START **
  if (form.desc.value == "") {
    alert( "Please enter Desc:" );
    form.desc.focus();
    return false ;
  }
  // ** END **
   // ** START **
  if (form.quantity.value == "") {
    alert( "Please enter quantity:" );
    form.quantity.focus();
    return false ;
  }
  // ** END **
   // ** START **
  if (form.packing.value == "") {
    alert( "Please enter packing value:" );
    form.packing.focus();
    return false ;
  }
  // ** END **
   // ** START **
  if (form.brand.value == "") {
    alert( "Please enter brand:" );
    form.brand.focus();
    return false ;
  }
  // ** END **
   // ** START **
  if (form.invoice.value == "") {
    alert( "Please enter invoice no. and date :" );
    form.invoice.focus();
    return false ;
  }
  // ** END **
  // ** START **
  if (form.amount.value == "") {
    alert( "Please enter amount here:" );
    form.amount.focus();
    return false ;
  }
  // ** END **
  
    return true ;
}
//-->
</script>
</head>
<?php

$sql="SELECT * FROM certificate_sub WHERE sub_certificateno='$_GET[id]' AND certypo='d'";
$result=mysql_query($sql) or die('error in fetching');
while($row=mysql_fetch_array($result))
{
$dtype="{$row['licetype']}";
$clnt="{$row['clnid']}";
$deep="{$row['nameaddress']}";
$deep2="{$row['declarednameaddress']}";
?>
  <table align="center" width="100%" border="3" cellpadding="0" cellspacing="0">
    <form action="updated_sub.php" method="get" onsubmit="return checkform(this);">
	<input type="hidden" name="clntid" value="<?php echo"$clnt";?>">
	<input type="hidden" name="id" value="<?php echo"$_GET[id]";?>">
	<input type="hidden" name="formno" value="<?php echo"$formno";?>">
	<input type="hidden" name="dtype" value="<?php echo"$dtype";?>">
		<input type="hidden" name="dat" value="<?php echo"$dat";?>">
<?php
$dat=date('d-m-Y');
?>
   <tr>
      <td valign="top" colspan="8"> <center> <h3> FUMIGATION CERTIFICATE </h3></center>
      </td>
    </tr> 
	<tr>
	<td colspan="8" align="center">  <p>This is to certify that the goods 
          deseibed below were treated in accordance with the fumigation treatment 
          requirements of importing country USA and declared &nbsp; that the consignment 
          has been verified free of impervious surfaces/layers such as plastic 
          wrapping or laminated plastic films,lacqured or painted surface,aluminium 
          foil,tarred or waxed paper etc.that may adversely effect the penetration 
          of the fumigant,prior to fumigation.</p></td></tr>  		
 
<tr>
<td valign="top" colspan="4">Dte PPQS Regd.No.:447/MB</td>
<td valign="top" colspan="4">Date:28-11-2005</td>
</tr>
    <tr>  
<td valign="top"  colspan="4">Treatment Certificate No.
<?php echo"{$row['certificateno']}";?></td>
<td colspan="4">Date:<input type="text" name="dat" value="<?php echo date('d-m-Y'); ?>"></td>
</tr>
			
	
<tr><td colspan="8" align="center"><hr>
          <font color="#339933"><strong>DETAILS OF TREATMENT:</strong></font></td>
      </tr>
      <tr>
        <td  colspan="2">Name of fumigantion:<br></td><td  colspan="2"><select name="namefumigant">
		<option>METHYL BROMIDE</option>
		<option>ALUMINIUM PHOSPHIDE</option>
		</select>
		</td>
		<td colspan="2">Dosage rate of fumigantion:<br></td><td  colspan="2"><select name="dosagefumigant">
		<option>3 LBS Per 1000 Cubic Ft.</option>		
		<option>9 Gms Per Ton</option>
		<option>12 Gms Per Ton</option>
		<option>6 Gms Per Cubic Meter</option>
		<option>16 Gms Per Cubic Meter</option>
		<option>24 Gms Per Cubic Meter</option>
		<option>32 Gms Per Cubic Meter</option>
		<option>40 Gms Per Cubic Meter</option>
		<option>48 Gms Per Cubic Meter</option>
    	<option>56 Gms Per Cubic Meter</option>
		<option>64 Gms Per Cubic Meter</option>
		<option>80 Gms Per Cubic Meter</option>
		<option>88 Gms Per Cubic Meter</option>	
		<option>100 Gms Per Cubic Meter</option>
        <option>100Gms Per Cubic Meter</option>	
		</select>
		</td>
        
      </tr>
      <tr>
        <td  colspan="2">Date and Place of Fumigation:<br></td><td  colspan="2"><input type="text" name="datefumigantion" value="<?php echo"{$row['datefumigantion']}";?>"></td>
        
        <td  colspan="2">Duration of Exposure:<br></td><td  colspan="2"><select name="durationfumigantion">
		<option>24 Hour</option>
		<option>48 Hour</option>
		<option>72 Hour</option>
		<option>7 days</option>
		</select></td>
         </tr>
	<tr> 
<td valign="top"  colspan="2">Temparure During Fumigation:</td><td  colspan="2"><input type="text" name="temp" value="<?php echo"{$row['airtemp']}";?>"></td>
<td valign="top"  colspan="2">Volume:</td><td  colspan="2"><input type="text" name="volume" value="<?php echo"{$row['placefumigantion']}";?>"></td>

</tr>
<tr> 
<td valign="top"  colspan="2">Fumigation Performed under Gastight Sheets:</td><td  colspan="2"><input type="text" name="gsheet" value="<?php echo"{$row['presstest']}";?>"></td>
<td valign="top"  colspan="2">If Containers are not fumigated Under 
Gas-Tight sheers,Pressure decay Value
(From 200-100 Pascal's Insecond:</td><td  colspan="2"><input type="text" name="value" value="<?php echo"{$row['airspace']}";?>"></td>

</tr>
<tr><td colspan="8" align="center"><strong>Descripition of Goods</strong></td></tr>
<tr>
<td valign="top"  colspan="4">Container Number(or Numerical Link)./
Seal Number:</td><td  colspan="4"><input type="text" name="seelno" value="<?php echo"{$row['conslinkno']}";?>"></td>
</tr>
<tr>
<td valign="top"  colspan="4">Port of Discharge:</td><td  colspan="4"><input type="text" name="port" value="<?php echo"{$row['portcountry']}";?>"></td>
</tr>
<tr>
<td valign="top"  colspan="4">Vessal Name:</td><td  colspan="4"><input type="text" name="vessal" value="<?php echo"{$row['nameship']}";?>"></td>
</tr>
<tr>
<td valign="top"  colspan="4">Name & Address Of Exporter:</td><td  colspan="4"><?php echo"{$row['headname']}";?></td>
</tr>
<tr>
<td valign="top"  colspan="4">Type and Description of Cargo:</td><td  colspan="4"><input type="text" name="desc" value="<?php echo"{$row['contype']}";?>"></td>
</tr>
<tr>
<td valign="top"  colspan="4">Quantity(MTS)/No Of Packages/No Of Pieces:</td><td  colspan="4"><input type="text" name="quantity" value="<?php echo"{$row['quantitydeclared']}";?>"></td>
</tr>
<tr>
<td valign="top"  colspan="4">Description Of Packing Material:</td><td  colspan="4"><input type="text" name="packing" value="<?php echo"{$row['desgood']}";?>"></td>
</tr>
<tr>
<td valign="top"  colspan="4">Skaning marks or Brand:</td><td  colspan="4"><input type="text" name="brand" value="<?php echo"{$row['brand']}";?>"></td>
</tr>
<tr>
<td valign="top"  colspan="4">Invoce No.& Date:</td><td  colspan="4"><input type="text" name="invoice" value="<?php echo"{$row['distmarks']}";?>"></td>
</tr>

<tr>
<td valign="top"  colspan="8" align="center">P.S.No Liability to the Certifying or Its proprietors or repersentative with Respect
to this Certificate.
</td></tr><tr>
<td colspan="8" align="center">Recognisede by:: Government of India</td>
</tr>

	 
    
	<tr><td colspan="8" align="center"><br><center><input type="submit" value="&raquo; Confirm details &raquo;" class="amo-submit"></center></td></tr>
	</form>
	</table>

<?php
}
?>	



PK 99