MINI SHELL

Server : Apache/2.2.2 (Fedora)
System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686
User : apache ( 48)
PHP Version : 5.2.9
Disable Function : NONE
Directory :  /home/pathumthani_integration/integration/application/industry/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/pathumthani_integration/integration/application/industry/industry_page2_view.php
<style type="text/css">
<!--
.style2 {color: #FF0000}
-->
</style>
<script>
/*function checkQuantity(MyID, maxValue){
	var q = document.getElementById(MyID);
	if(parseInt(q.value)>maxValue){
		alert("กรุณาตรวจสอบตัวเลขที่กรอก\nตัวเลขอาจเกินกว่าความเป็นจริง");
	}
}
function open_win(win_file, win_title)
{
window.open(win_file, win_title, 'resizable=yes,width=900,height=500,toolbar=no,scrollbars=yes,location=no,menubar=no,status=no');
}*/

function chkNumber(e){
		//alert(e.id);
		if(e.value != '1' && e.value != '')	{
			alert("! กรอกได้เพียงตัวเลข 1 หรือไม่กรอกใดๆ เท่านั้น กรุณากรอกให้ถูกต้อง");
			document.getElementById(e.id).value='';
		}
}

function showPlantID(e){
		document.getElementById('ind_code').value=e.value;
}

function sumPeople(e){
		document.getElementById(e.id).value=parseInt(document.getElementById('man').value)+parseInt(document.getElementById('women').value);
}

</script>
<table width="100%" border="0" cellspacing="5" cellpadding="0">
  <tr>
    <td><table width="100%" border="0" cellpadding="3" cellspacing="0">
      <tr>
            <td width="17%" height="24"><strong>วัตถุดิบ:</strong></td>
            <td>
            		<table width="100%" cellpadding="0" cellspacing="0" border="0">
                    	<tr>
                        		<td width="191"><?=$Result_3['raw']?></td>
                                <td width="133"><strong>กำลังการผลิต:</strong></td>
                                <td width="174"><?=$Result_3['capacity']?></td>
                                <td width="46"></td>
                                <td width="45"><strong>จำพวก:</strong></td>
                                <td width="224"><?=$Result_3['fact_class']?>
                                </td>
                        </tr>
                    </table>
            </td>
      </tr>
      <tr>
            <td height="24"><strong>เงินทุน:</strong></td>
            <td>
            	<table width="100%" cellpadding="0" cellspacing="0" border="0">
                    	<tr>
                        	<td width="25%"><?=number_format($Result_3['capital'],2)?>
            					</td>
                                <td width="15%">
            &nbsp;&nbsp; &nbsp;&nbsp;<strong>กำลังม้า:</strong> 
            					</td>
                                <td width="15%"><?=number_format($Result_3['hp'],2)?>
                                </td>
                                <td width="13%">
            &nbsp;&nbsp;<strong>ชาย:</strong> <?=number_format($Result_3['man'])?> คน
            					</td>
                                <td width="13%">
            &nbsp;<strong>หญิง:</strong> <?=number_format($Result_3['women'])?> คน
            					</td>
                                <td width="19%">
            &nbsp;<strong>รวม:</strong> <?=number_format($Result_3['men'])?> คน
            </td></tr></table>
            </td>
      </tr>
      <tr>
            <td height="24"><strong>ค่าธรรมเนียมใบอนุญาต:</strong></td>
            <td>
				<table width="100%" cellpadding="0" cellspacing="0" border="0">
                    	<tr><td width="20%"><?=number_format($Result_3['licen_fee'],2)?>			
            			</td>
                        <td width="20%">
            &nbsp;<strong>ค่าธรรมเนียมรายปี:</strong> 
            			</td>
                        <td width="60%"><?=number_format($Result_3['year_fee'],2)?></td>
          			  </tr>
                </table>
            </td>
      </tr>
      <tr>
            <td height="24"></td>
            <td>
            <? echo "(ใช่ = เลือก  ,  ไม่ใช่ = ว่าง)"; ?>
            </td>
      </tr>
      <tr>
            <td height="24" colspan="2">
            	<table width="100%" cellpadding="0" cellspacing="0" border="0">
                		<tr height="24">
                        		<td width="4%"><input name="panmaung" id="panmaung" type="checkbox" <?=($_GET['view']=='1')?'disabled="disabled"':''?> value="1" <?=($Result_3['panmaung']=='1')?'checked="checked"':''?>/></td>
                                <td width="12%">เขตผังเมือง</td>
                                <td width="4%"><input name="boiler" id="boiler"  type="checkbox" <?=($_GET['view']=='1')?'disabled="disabled"':''?> value="1" <?=($Result_3['boiler']=='1')?'checked="checked"':''?>/></td>
                                <td width="17%">หม้อไอน้ำ</td>
                                <td width="4%"><input name="iz" id="iz"  type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['iz']=='1')?'checked="checked"':''?>/></td>
                                <td width="13%">เขต อก.</td>
                                <td width="4%"><input name="water" id="water"  type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['water']=='1')?'checked="checked"':''?>/></td>
                                <td width="12%">น้ำบาดาล</td>
                                 <td width="4%"><input name="iso18" id="iso18"  type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['iso18']=='1')?'checked="checked"':''?>/></td>
                                <td width="12%">ISO18000</td>
                               <td width="4%"><input name="waste" id="waste"  type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['waste']=='1')?'checked="checked"':''?>/></td>
                                <td width="10%">น้ำทิ้ง</td>                                
                        </tr>
                        <tr height="24">
                        		<td><input name="tesaban" id="tesaban"  type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['tesaban']=='1')?'checked="checked"':''?>/></td>
                        		<td>เขตเทศบาล</td>
                                <td><input name="pressure" id="pressure"  type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['pressure']=='1')?'checked="checked"':''?>/></td>
                                <td>ระบบทำความเย็น</td>
                                <td><input name="export"  id="export"  type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['export']=='1')?'checked="checked"':''?>/></td>
                                <td>เขตส่งออก</td>
                                <td><input name="chemical" id="chemical"  type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['chemical']=='1')?'checked="checked"':''?>/></td>
                                <td>วัตถุอันตราย</td>
                                <td><input name="haccp" id="haccp"  type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['haccp']=='1')?'checked="checked"':''?>/></td>
                                <td>HACCP</td>
                                <td><input name="smell"  id="smell"  type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['smell']=='1')?'checked="checked"':''?>/></td>
                                <td>กลิ่น</td>                                
                        </tr>
                        <tr height="24">
                        		<td><input name="sukhapiban" id="sukhapiban"  type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['sukhapiban']=='1')?'checked="checked"':''?>/></td>
                        		<td>เขตสุขาภิบาล</td>
                                <td><input name="boi"  id="boi"  type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['boi']=='1')?'checked="checked"':''?>/></td>
                                <td>BOI</td>
                                <td><input name="sme"  id="sme"  type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['sme']=='1')?'checked="checked"':''?>/></td>
                                <td>SME</td>
                                <td><input name="iso9"  id="iso9"  type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['iso9']=='1')?'checked="checked"':''?>/></td>
                                <td>ISO9000</td>
                                <td><input name="waste_ref" id="waste_ref"  type="checkbox" <?=($_GET['view']=='1')?'disabled="disabled"':''?> value="1" <?=($Result_3['waste_ref']=='1')?'checked="checked"':''?>/></td>
                                <td>กากของเสีย</td>
                                <td><input name="noise" id="noise"   type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['noise']=='1')?'checked="checked"':''?>/></td>
                                <td>เสียง</td>                                
                        </tr>
                        <tr height="24">
                        		<td><input name="tis"  id="tis"   type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['tis']=='1')?'checked="checked"':''?>/></td>
                                <td>มอก.</td>
                                <td><input name="ieat"  id="ieat"   type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['ieat']=='1')?'checked="checked"':''?>/></td>
                                <td>เขตนิคม อก.</td>
                                <td><input name="co3"  id="co3"   type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['co3']=='1')?'checked="checked"':''?>/></td>
                                <td>รับช่วงการผลิต</td>
                                <td><input name="iso14"  id="iso14"   type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['iso14']=='1')?'checked="checked"':''?>/></td>
                                <td>ISO14000</td>
                                <td><input name="status"  id="status"   type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['status']=='1')?'checked="checked"':''?>/></td>
                                <td>มลภาวะทุกอย่าง</td>
                                <td><input name="dust" id="dust"   type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['dust']=='1')?'checked="checked"':''?>/></td>
                                <td>ฝุ่น</td>                                
                        </tr>
                </table>
            </td>
      </tr>
      <tr>
            <td width="10%" height="24"><strong>ชื่อนิคม/เขตประกอบการ:</strong></td>
            <td>
            		<table width="100%" cellpadding="0" cellspacing="0" border="0">
                    	<tr>
                        	<td width="25%"><?=$Result_3['ind_name']?></td>
                            <td width="4%"><strong>รหัส:</strong></td>
                            <td width="49%"><?=$Result_3['ind_code']?></td>
                            <td width="8%" align="right"> <input name="mech" id="mech"   type="checkbox" value="1" <?=($_GET['view']=='1')?'disabled="disabled"':''?> <?=($Result_3['mech']=='1')?'checked="checked"':''?>/></td>
                            <td width="14%">&nbsp;&nbsp;&nbsp;ทะเบียนเครื่องจักร</td>                            
                        </tr>
                    </table>
            			
                     
            </td>
      </tr>
      <tr>
            <td height="24" colspan="2">
            <table width="100%" cellpadding="0" cellspacing="0" border="0">
                    	<tr><td width="17%" align="right">
            <strong>ตู้ที่:</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            				</td>
                            <td width="9%">
            <?=$Result_3['cabinet_no']?>
            				</td>
                            <td width="4%">
            &nbsp;<strong>ชั้นที่:</strong> 
							</td>
							<td width="6%"><?=$Result_3['shelf_no']?></td>
                            <td width="6%">
            &nbsp;<strong>ลำดับที่:</strong> 
							</td>
							<td width="58%"><?=$Result_3['file_no']?></td>
                        </tr>
                  </table>
            </td>
            
            
      </tr>
      <tr>
            <td width="10%" height="24"><strong>รหัสแฟ้ม(เดิม):</strong></td>
            <td>
			<table width="100%" cellpadding="0" cellspacing="0" border="0">
                    	<tr><td width="17%">
			<?=$Result_3['file_code']?>
            			</td>
                        <td width="13%">
                        &nbsp;<strong>รหัสแฟ้ม(ใหม่):</strong> 
						</td>
						<td width="70%"><?=$Result_3['file_code1']?>
                        </td>
                       </tr>
                </table>
            </td>
      </tr>
      
    </table></td>
  </tr>
</table>

Anon7 - 2021