PK

ADDRLIN : /home/anibklip/vpgldh.com/2019-20bk/webmanager/print/
FLL :
Current File : /home/anibklip/vpgldh.com/2019-20bk/webmanager/print/cretid_report.php

<?
include".././includes/dbconnect.php";
$sql="SELECT * FROM certificates WHERE certificateno='$_GET[id]'";
$result=mysql_query($sql) or die('error in fetching');
$row=mysql_fetch_array($result);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>

<title>Fumigation Record</title>
<style type="text/css">

.style1 {font-size: 12px; font-weight:200;}
.style3 {font-size: 18px}
.cancel_div{z-index:1; position:absolute; opacity:0.2; padding:140px 8px;}
</style>
</head>

<body onload="window.print(); window.close();" leftmargin="0" topmargin="0" bgcolor="#FFFFFF" marginheight="0" marginwidth="0">

<div class="style1" align="center">
  <!-- ImageReady Slices (Untitled-1) -->
  <table id="Table_01" border="1" bordercolor="#666666" cellpadding="0" cellspacing="0" width="700" height="808">
    <tbody>
    <tr>
      <td rowspan="24" width="2">&nbsp;</td>
	    <td colspan="19">
		<?php
		if($row[cancel]){
			?>
			<div class="cancel_div"><img src="../cancelled.png" width="670" alt="Cancel" /></div>
			<?
		}
		?>
		<div align="center">
	      <h1><strong>Fumigation Record</strong></h1>
	    </div></td>
	    <td rowspan="13" width="1">&nbsp;</td>
    </tr>
    <tr>
      <td colspan="11" rowspan="2"><strong>Fumigation Company: VED PERKASH GOEL & COMPANY </strong></td>
	    <td colspan="8"><strong>Reg. No.: 074/MB</strong></td>
    </tr>
    <tr>
      <td colspan="8"><strong>Date: <?php echo $row['issuedate'];?></strong></td>
      </tr>
    <tr>
      <td colspan="19"><div align="center"><strong>Description of Goods</strong></div></td>
      </tr>
    <tr>
      <td colspan="2"><div align="center"><strong>Commodirty</strong></div></td>
	    <td colspan="2"><div align="center"><strong>
	      Quantity</strong></div></td>
    <td colspan="3"><div align="center"><strong>
      No. of package</strong></div></td>
    <td colspan="3"><div align="center"><strong>
      Mode of Package</strong></div></td>
    <td colspan="3"><div align="center"><strong>
      Shipping Mark</strong></div></td>
    <td colspan="5"><div align="center"><strong>
      Container Nos</strong></div></td>
    <td width="159"><div align="center"><strong>
      Place of Fumigation</strong></div></td>
    </tr>
    <tr>
      <td colspan="2"><?php echo $row['desgood'];?></td>
	    <td colspan="2"><?php echo $row['quantitydeclared'];?></td>
	    <td colspan="3">&nbsp</td>
	    <td colspan="3">&nbsp</td>
	    <td colspan="3">&nbsp</td>
	    <td colspan="5"><?php echo $row['conslinkno'];?></td>
	    <td><?php echo $row['placefumigantion'];?></td>
      </tr>
    <tr>
      <td colspan="19">
        <strong>Shipping Particulers</strong></td>
      </tr>
    <tr>
      <td colspan="2"><div align="center"><strong>
        Vessal name</strong></div></td>
      <td colspan="2"><div align="center"><strong>
        Port of loading</strong></div></td>
      <td colspan="5"><div align="center"><strong>
        Contry of export</strong></div></td>
      <td colspan="2"><div align="center"><strong>
        Foregin prot of shipment</strong></div></td>
      <td colspan="6"><div align="center"><strong>
        Name of Exporter</strong></div></td>
      <td colspan="2"><div align="center"><strong>
        Name of Importer</strong></div></td>
      </tr>
    <tr>
      <td colspan="2"><?php echo $row['nameship'];?></td>
	    <td colspan="2"><?php echo $row['portcountry'];?></td>
	    <td colspan="5"><?php echo $row['countrydes'];?></td>
	    <td colspan="2"><?php echo $row['declentry'];?></td>
	    
        
        
        
            
     <td colspan="6">
	 <?php
	   $exp = explode(',',$row['nameaddress']);
	   $ln = count($exp);
   
	   for($i=1; $i<$ln; $i++)
	   {
		   echo $exp[$i]."<br />";
	   }
	 ?>
	</td>
	    <td colspan="2"><?php
	   $exp = explode(',',$row['declarednameaddress']);
	   $ln = count($exp);
   
	   for($i=1; $i<$ln; $i++)
	   {
		   echo $exp[$i]."<br />";
	   }
	 ?>
	 </td>
    
    
            
       
      </tr>
    <tr>
      <td colspan="19">
        <strong>Details of fumigation</strong></td>
      </tr>
    <tr>
  <td colspan="2" rowspan="2"><div align="center"><strong>
    Fumigent</strong></div></td>
  <td colspan="3" rowspan="2"><div align="center"><strong>
    Dose/gm</strong></div></td>
  <td colspan="4" rowspan="2"><div align="center"><strong>
    Date/Time of Starting fumigation</strong></div></td>
	    <td colspan="3" rowspan="2"><div align="center"><strong>Duration of fumigation</strong></div></td>
	    <td colspan="2" rowspan="2"><div align="center"><strong>Temp. in C</strong></div></td>
	    <td colspan="3" rowspan="2"><div align="center"><strong>
	      Quantity of Fumigation</strong></div></td>
      <td colspan="2"><div align="center"><strong>
        Volume type of fumigation enclosure</strong></div></td>
      </tr>
    <tr>
      <td colspan="2"><div align="center"></div></td>
      </tr>
    <tr>
      <td colspan="2" rowspan="2">
	  <?php
	  //echo "<pre>"; print_r($row);
	  if($row[certypo]=="b"){
		  echo "METHYL BROMIDE";
	  }else{
		echo $row['namefumigant'];
	  }
	  ?>
	  </td>
	    <td colspan="3" rowspan="2"><?php echo $row['dosagefumigant'];?></td>
	    <td colspan="4" rowspan="2"><?php echo $row['datefumigantion'];?></td>
	    <td colspan="3" rowspan="2"><?php echo $row['durationfumigantion'];?></td>
	    <td colspan="2" rowspan="2"><?php echo $row['airtemp'];?></td>
	    <td colspan="3" rowspan="2">&nbsp;</td>
	    <td colspan="2" rowspan="2">&nbsp;</td>
      </tr>
    <tr>
      <td rowspan="11">&nbsp;</td>
      </tr>
    <tr>
      <td colspan="14">
        <strong>If containers are not sheeted, the pressure decay(gas-tightness)value for200-100 pascals in sec</strong></td>
	    <td colspan="5">&nbsp;</td>
      </tr>
    <tr>
      <td colspan="10"><strong>Record of monitoring gas consentration</strong></td>
	    <td colspan="9">
		    <strong>Gas monitor type used</strong></td>
      </tr>
    <tr>
      <td colspan="3" rowspan="2"><div align="center"><strong>
        Date Time</strong></div></td>
	    <td rowspan="2" width="97"><div align="center"><strong>Time interval</strong></div></td>
      <td colspan="12"><div align="center"><strong>
        Reading of sampling lines</strong></div></td>
      <td colspan="3" rowspan="2"><div align="center"><strong>
        Monitored By</strong></div></td>
      </tr>
    <tr>
      <td colspan="2"><div align="center"><strong>
        S1</strong></div></td>
	    <td colspan="2"><div align="center"><strong>
	      S2</strong></div></td>
	    <td colspan="2"><div align="center"><strong>
	      S3</strong></div></td>
	    <td colspan="2"><div align="center"><strong>
	      S4</strong></div></td>
	    <td colspan="3"><div align="center"><strong>
	      S5</strong></div></td>
	    <td width="68"><div align="center"><strong>
	      S6</strong></div></td>
      </tr>
    <tr>
      <td colspan="3">&nbsp;</td>
	    <td>&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="3">&nbsp;</td>
	    <td>&nbsp;</td>
	    <td colspan="3">&nbsp;</td>
      </tr>
      
          <tr>
      <td colspan="3">&nbsp;</td>
	    <td>&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="3">&nbsp;</td>
	    <td>&nbsp;</td>
	    <td colspan="3">&nbsp;</td>
      </tr>
                <tr>
      <td colspan="3">&nbsp;</td>
	    <td>&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="3">&nbsp;</td>
	    <td>&nbsp;</td>
	    <td colspan="3">&nbsp;</td>
      </tr>
                <tr>
      <td colspan="3">&nbsp;</td>
	    <td>&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="3">&nbsp;</td>
	    <td>&nbsp;</td>
	    <td colspan="3">&nbsp;</td>
      </tr>
                <tr>
      <td colspan="3">&nbsp;</td>
	    <td>&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="2">&nbsp;</td>
	    <td colspan="3">&nbsp;</td>
	    <td>&nbsp;</td>
	    <td colspan="3">&nbsp;</td>
      </tr>
      
      
    <tr>
      <td colspan="3">&nbsp;</td>
      <td>&nbsp;</td>
      <td colspan="2">&nbsp;</td>
      <td colspan="2">&nbsp;</td>
      <td colspan="2">&nbsp;</td>
      <td colspan="2">&nbsp;</td>
      <td colspan="3">&nbsp;</td>
      <td>&nbsp;</td>
      <td colspan="3">&nbsp;</td>
    </tr>
    <tr>
      <td colspan="13">
        <strong>Particulars of topup fumigant at the end point of fumigation, if any under taken</strong></td>
      <td colspan="9">&nbsp;</td>
      </tr>
    <tr>
      <td colspan="13"><strong>Name &amp; signature of accredited fumigation operator with date/accredition No.</strong></td>
      <td colspan="9">&nbsp;</td>
      </tr>
    <tr>
      <td colspan="13"><p><strong>Supervised by specified Officer of Dte VPG&C<br>
      (applicablein case of non-accredited agency)</strong></p></td>
      <td colspan="9">&nbsp;</td>
      </tr>
   
    <tr>
      <td colspan="22">
      <img src="cretid_report_files/spacer.gif" alt="" width="4" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="48" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="4" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="41" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="3" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="23" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="15" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="12" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="10" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="23" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="26" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="4" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="22" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="6" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="3" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="28" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="10" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="4" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="51" height="1">
      <img src="cretid_report_files/spacer.gif" alt="" width="16" height="1"></td>
      </tr>
  </tbody></table>
  <!-- End ImageReady Slices -->
</div>


</body></html>


PK 99