1337 3YP455 5H311
:
216.73.216.0
:
119.59.104.17 / www.hrdigest.co.th
:
Linux re1.hostinglotus.net 4.18.0-553.58.1.el8_10.x86_64 #1 SMP Wed Jun 25 06:37:46 EDT 2025 x86_64
:
/
home
/
hrdigest
/
public_html
/
UP104D F1L3:
files >> /home/hrdigest/public_html/toppage-jobbranch.php
<div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <? $_tag = array(); $result_a = mysql_query("Select * From `detail` Where `cid` = '10' $s_cno Order By `sort` Asc , `dno` Asc ") or die ("Can't Perform Query1"); $cid_b = $_GET[cid]; while($row_a = mysql_fetch_array($result_a)){ // Code tag if(!empty($row_a["idcard1"])){ $tag_row = mysql_fetch_assoc(mysql_query("Select * From `form_membernew2` Where `Student_ID` = '$row_a[idcard1]'")); if($tag_row){ $_tag[] = "<a href='page_tag.php?key=$row_a[idcard1]'>" . trim($tag_row["U_name"]) . " " . trim($tag_row["Last_name"]) . "</a>"; }else{ $_tag[] = "<a href='page_tag.php?key=$row_a[idcard1]'>$row_a[idcard1]</a>"; } } if(!empty($row_a["idcard2"])){ $tag_row = mysql_fetch_assoc(mysql_query("Select * From `form_membernew2` Where `Student_ID` = '$row_a[idcard2]'")); if($tag_row){ $_tag[] = "<a href='page_tag.php?key=$row_a[idcard2]'>" . trim($tag_row["U_name"]) . " " . trim($tag_row["Last_name"]) . "</a>"; }else{ $_tag[] = "<a href='page_tag.php?key=$row_a[idcard2]'>$row_a[idcard2]</a>"; } } if(!empty($row_a["idcard3"])){ $tag_row = mysql_fetch_assoc(mysql_query("Select * From `form_membernew2` Where `Student_ID` = '$row_a[idcard3]'")); if($tag_row){ $_tag[] = "<a href='page_tag.php?key=$row_a[idcard3]'>" . trim($tag_row["U_name"]) . " " . trim($tag_row["Last_name"]) . "</a>"; }else{ $_tag[] = "<a href='page_tag.php?key=$row_a[idcard3]'>$row_a[idcard3]</a>"; } } // if($row_a["page_mix"] == "page_alumni"){ require("inc_page_alumni.php"); }elseif ($row_a[page_mix]<>0){ $_GET[cid] = $row_a[page_mix]; if($_GET["cid"] == 45000) require("inc_c.php"); else require("inc_b.php"); }else{ $_GET[cid] = $cid_b; if (!empty($row_a[pic])) { if ($row_a[$p_txt]){ $show_txt2 = "<div align='center' class='main' id='ContentBody' valign='top'>$row_a[$p_txt]</div>"; }else{ $show_txt2 = ""; } if($row_a[pic_zoom] == "1") { $show_flam = "<div id='gallery'><a href = 'images/photo_zoom/$row_a[pic]'><img src='images/webpage/$row_a[pic]' border=0 class='picpop img-responsive' style=\"padding-right:0px; padding-bottom:10px\"></a></div>"; }else{ $show_flam = "<img src='images/webpage/$row_a[pic]' border=0 style=\"padding-right:0px\" class='img-responsive' >"; } $show_pic = $show_flam . $show_txt2 ; }else{ $show_pic =""; } if (!empty($row_a[pic2])) { if ($row_a[$p_txt2]){ $show_txt2 = "<div align='center' class='main' id='ContentBody' valign='top'>$row_a[$p_txt2]</div>"; }else{ $show_txt2 = ""; } if($row_a[pic2_zoom] == "1") { $show_flam2 = "<div id='gallery'><a href = 'images/photo_zoom/$row_a[pic2]'><img src='images/webpage/$row_a[pic2]' border=0 class='picpop img-responsive' style=\"padding-right:0px; padding-bottom:10px\"></a></div>"; }else{ $show_flam2 = "<img src='images/webpage/$row_a[pic2]' class='img-responsive'>"; } $show_pic2 = $show_flam2 . $show_txt2; }else{ $show_pic2 =""; } if (!empty($row_a[pic3])) { if ($row_a[$p_txt3]){ $show_txt2 = "<div align='center' class='main' id='ContentBody'>$row_a[$p_txt3]</div>"; }else{ $show_txt2 = ""; } if($row_a[pic3_zoom] == "1") { $show_flam3 = "<div id='gallery'><a href = 'images/photo_zoom/$row_a[pic3]'><img src='images/webpage/$row_a[pic3]' border=0 class='img-responsive picpop' style=\"padding-right:0px; padding-bottom:10px\"></a></div>"; }else{ $show_flam3 = "<img src='images/webpage/$row_a[pic3]' class='img-responsive picpop'>"; } $show_pic3 = $show_flam3.$show_txt2; }else{ $show_pic3 =""; } if(!empty($row_a[dfile])) { $show_dfile = ' <a class="btn btn-primary view-pdf" href="download/'.$row_a[dfile].'" target="_blank">View PDF</a>'; }else{ $show_dfile=""; } if (!empty($row_a[$txt_descrip])){ $show_text_sort = "$row_a[$txt_descrip]"; $show_text = "<div>$show_text_sort$show_dfile</div>"; } $st = ""; if ($show_pic != "" && $show_pic2 =="" && $show_pic3 ==""){ $st = '<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" align="center">'.$show_pic.'</div>'; }elseif ($show_pic != "" && $show_pic2 !="" && $show_pic3 ==""){ $st = '<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12" align="center">'.$show_pic.'<br></div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12" align="center">'.$show_pic2.'<br></div>'; }elseif ($show_pic != "" && $show_pic2 !="" && $show_pic3 !=""){ $st = '<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12" align="center">'.$show_pic.'<br></div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12" align="center">'.$show_pic2.'<br></div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12" align="center">'.$show_pic3.'<br></div>'; } switch($row_a[dby]) { case 0; echo ' <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12" style="text-align:center;padding:0px 10px 10px 0px;">'. $st .'</div> <div class="col-lg-8 col-md-8 col-sm-8 col-xs-12" style="text-align:left;">'.$show_text.'</div>'; break; case 1; echo ' <div class="col-lg-8 col-md-8 col-sm-4 col-xs-12" style="text-align:left;">'.$show_text.'</div> <div class="col-lg-4 col-md-4 col-sm-8 col-xs-12" style="text-align:center;padding:10px 10px 0px 10px;">'. $st .'</div>'; break; break; case 2; $s_show = ""; if ($st != ""){ $s_show = $st; }else{ $s_show = $show_text; } echo ' <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" align="center" style="text-align:left;padding:5px 10px 5px 0px;">'.$s_show.'</div>'; break; } } $show_text = ""; } ?> </div> </div> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:20px;"></div> </div> <? if($_GET[cid] == 12){ ?> <div class="row"> <div class="list-group"><a class="list-group-item active">นิคมอุตสาหกรรม นวนคร</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob32 .display32').hide(); $('.mainjob32 .head32').bind('click', function(){ $(this).parent().find('.display32').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '32' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob32"> <div class="head32"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=32&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob32"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob32"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display32"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob32-1 .display32-1').hide(); $('.mainjob32-1 .head32-1').bind('click', function(){ $(this).parent().find('.display32-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '32' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob32-1"> <div class="head32-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=32&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob32-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob32-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display32-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <div class="row"> <div class="list-group"><a class="list-group-item active">นิคมอุตสาหกรรม บางกะดี</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob33 .display33').hide(); $('.mainjob33 .head33').bind('click', function(){ $(this).parent().find('.display33').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '33' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob33"> <div class="head33"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=33&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob33"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob33"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display33"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob33-1 .display33-1').hide(); $('.mainjob33-1 .head33-1').bind('click', function(){ $(this).parent().find('.display33-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '33' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob33-1"> <div class="head33-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=33&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob33-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob33-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display33-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <? } ?> <? if($_GET[cid] == 13){ ?> <div class="row"> <div class="list-group"><a class="list-group-item active">นิคมอุตสาหกรรม โรจนะ</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob36 .display36').hide(); $('.mainjob36 .head36').bind('click', function(){ $(this).parent().find('.display36').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '36' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob36"> <div class="head36"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=36&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob36"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob36"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display36"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob36-1 .display36-1').hide(); $('.mainjob36-1 .head36-1').bind('click', function(){ $(this).parent().find('.display36-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '36' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob36-1"> <div class="head36-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=36&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob36-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob36-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display36-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <div class="row"> <div class="list-group"><a class="list-group-item active">นิคมอุตสาหกรรม บางปะอิน</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob37 .display37').hide(); $('.mainjob37 .head37').bind('click', function(){ $(this).parent().find('.display37').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '37' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob37"> <div class="head37"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=37&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob37"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob37"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display37"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob37-1 .display37-1').hide(); $('.mainjob37-1 .head37-1').bind('click', function(){ $(this).parent().find('.display37-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '37' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob37-1"> <div class="head37-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=37&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob37-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob37-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display37-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <? } ?> <? if($_GET[cid] == 23){ ?> <div class="row"> <div class="list-group"><a class="list-group-item active">อ่างทอง</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob51 .display51').hide(); $('.mainjob51 .head51').bind('click', function(){ $(this).parent().find('.display51').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '51' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob51"> <div class="head51"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=51&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob51"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob51"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display51"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob51-1 .display51-1').hide(); $('.mainjob51-1 .head51-1').bind('click', function(){ $(this).parent().find('.display51-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '51' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob51-1"> <div class="head51-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=51&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob51-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob51-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display51-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <? } ?> <? if($_GET[cid] == 24){ ?> <div class="row"> <div class="list-group"><a class="list-group-item active">นิคมอุตสาหกรรม อีสเทิร์นซีบอร์ด</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob38 .display38').hide(); $('.mainjob38 .head38').bind('click', function(){ $(this).parent().find('.display38').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '38' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob38"> <div class="head38"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=38&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob38"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob38"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display38"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob38-1 .display38-1').hide(); $('.mainjob38-1 .head38-1').bind('click', function(){ $(this).parent().find('.display38-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '38' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob38-1"> <div class="head38-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=38&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob38-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob38-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display38-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <div class="row"> <div class="list-group"><a class="list-group-item active">นิคมอุตสาหกรรม อมตะซิตี้</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob39 .display39').hide(); $('.mainjob39 .head39').bind('click', function(){ $(this).parent().find('.display39').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '39' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob39"> <div class="head39"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=39&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob39"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob39"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display39"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob39-1 .display39-1').hide(); $('.mainjob39-1 .head39-1').bind('click', function(){ $(this).parent().find('.display39-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '39' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob39-1"> <div class="head39-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=39&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob39-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob39-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display39-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <? } ?> <? if($_GET[cid] == 25){ ?> <div class="row"> <div class="list-group"><a class="list-group-item active">นิคมอุตสาหกรรม อมตะนคร</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob40 .display40').hide(); $('.mainjob40 .head40').bind('click', function(){ $(this).parent().find('.display40').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '40' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob40"> <div class="head40"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=40&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob40"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob40"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display40"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob40-1 .display40-1').hide(); $('.mainjob40-1 .head40-1').bind('click', function(){ $(this).parent().find('.display40-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '40' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob40-1"> <div class="head40-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=40&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob40-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob40-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display40-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <? } ?> <? if($_GET[cid] == 26){ ?> <div class="row"> <div class="list-group"><a class="list-group-item active">ฉะเชิงเทรา</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob50 .display50').hide(); $('.mainjob50 .head50').bind('click', function(){ $(this).parent().find('.display50').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '50' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob50"> <div class="head50"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=50&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob50"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob50"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display50"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob50-1 .display50-1').hide(); $('.mainjob50-1 .head50-1').bind('click', function(){ $(this).parent().find('.display50-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '50' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob50-1"> <div class="head50-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=50&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob50-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob50-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display50-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <? } ?> <? if($_GET[cid] == 27){ ?> <div class="row"> <div class="list-group"><a class="list-group-item active">สำโรง</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob41 .display41').hide(); $('.mainjob41 .head41').bind('click', function(){ $(this).parent().find('.display41').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '41' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob41"> <div class="head41"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=41&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob41"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob41"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display41"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob41-1 .display41-1').hide(); $('.mainjob41-1 .head41-1').bind('click', function(){ $(this).parent().find('.display41-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '41' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob41-1"> <div class="head41-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=41&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob41-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob41-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display41-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <div class="row"> <div class="list-group"><a class="list-group-item active">นิคมอุตสาหกรรม บางพลี</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob42 .display42').hide(); $('.mainjob42 .head42').bind('click', function(){ $(this).parent().find('.display42').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '42' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob42"> <div class="head42"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=42&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob42"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob42"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display42"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob42-1 .display42-1').hide(); $('.mainjob42-1 .head42-1').bind('click', function(){ $(this).parent().find('.display42-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '42' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob42-1"> <div class="head42-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=42&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob42-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob42-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display42-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <div class="row"> <div class="list-group"><a class="list-group-item active">นิคมอุตสาหกรรม บางปู</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob43 .display43').hide(); $('.mainjob43 .head43').bind('click', function(){ $(this).parent().find('.display43').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '43' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob43"> <div class="head43"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=43&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob43"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob43"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display43"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob43-1 .display43-1').hide(); $('.mainjob43-1 .head43-1').bind('click', function(){ $(this).parent().find('.display43-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '43' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob43-1"> <div class="head43-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=43&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob43-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob43-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display43-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <? } ?> <? if($_GET[cid] == 28){ ?> <div class="row"> <div class="list-group"><a class="list-group-item active">นิคมอุตสาหกรรม 304</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob44 .display44').hide(); $('.mainjob44 .head44').bind('click', function(){ $(this).parent().find('.display44').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '44' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob44"> <div class="head44"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=44&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob44"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob44"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display44"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob44-1 .display44-1').hide(); $('.mainjob44-1 .head44-1').bind('click', function(){ $(this).parent().find('.display44-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '44' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob44-1"> <div class="head44-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=44&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob44-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob44-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display44-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <div class="row"> <div class="list-group"><a class="list-group-item active">นิคมอุตสาหกรรม โรจนะ 304</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob45 .display45').hide(); $('.mainjob45 .head45').bind('click', function(){ $(this).parent().find('.display45').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '45' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob45"> <div class="head45"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=45&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob45"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob45"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display45"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob45-1 .display45-1').hide(); $('.mainjob45-1 .head45-1').bind('click', function(){ $(this).parent().find('.display45-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '45' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob45-1"> <div class="head45-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=45&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob45-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob45-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display45-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <? } ?> <? if($_GET[cid] == 29){ ?> <div class="row"> <div class="list-group"><a class="list-group-item active">นิคมอุตสาหกรรม ทองโกล์ว</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob46 .display46').hide(); $('.mainjob46 .head46').bind('click', function(){ $(this).parent().find('.display46').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '46' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob46"> <div class="head46"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=46&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob46"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob46"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display46"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob46-1 .display46-1').hide(); $('.mainjob46-1 .head46-1').bind('click', function(){ $(this).parent().find('.display46-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '46' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob46-1"> <div class="head46-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=46&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob46-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob46-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display46-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <? } ?> <? if($_GET[cid] == 30){ ?> <div class="row"> <div class="list-group"><a class="list-group-item active">นิคมอุตสาหกรรม บางชัน</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob47 .display47').hide(); $('.mainjob47 .head47').bind('click', function(){ $(this).parent().find('.display47').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '47' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob47"> <div class="head47"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=47&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob47"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob47"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display47"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob47-1 .display47-1').hide(); $('.mainjob47-1 .head47-1').bind('click', function(){ $(this).parent().find('.display47-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '47' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob47-1"> <div class="head47-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=47&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob47-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob47-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display47-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <div class="row"> <div class="list-group"><a class="list-group-item active">อื่นๆ</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob48 .display48').hide(); $('.mainjob48 .head48').bind('click', function(){ $(this).parent().find('.display48').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '48' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob45"> <div class="head45"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=48&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob48"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob48"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display48"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob48-1 .display48-1').hide(); $('.mainjob48-1 .head48-1').bind('click', function(){ $(this).parent().find('.display48-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '48' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob48-1"> <div class="head48-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=48&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob48-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob48-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display48-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <? } ?> <? if($_GET[cid] == 31){ ?> <div class="row"> <div class="list-group"><a class="list-group-item active">นิคมอุตสาหกรรม บางชัน</a> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="height:10px;"></div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-xs"> <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob49 .display49').hide(); $('.mainjob49 .head49').bind('click', function(){ $(this).parent().find('.display49').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '49' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob49"> <div class="head49"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top"><img src="images/home/job_01.png" width="6" height="34"></td> <td width="17" align="left" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" class="main" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> <td width="140" align="center" valign="top" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="34" valign="top" background="images/home/job_02.png"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="7"></td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td align="right"><a href="page_from.php?cid=49&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob49"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob49"> <? } ?> </a></td> <td align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table></td> <td width="7" align="center" valign="top" class="main"><img src="images/home/job_03.png" width="7" height="34"></td> </tr> </table> </div> <div class="display49"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="15" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 hidden-lg hidden-md hidden-sm"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> <!-- $(document).ready(function(e) { $('.mainjob49-1 .display49-1').hide(); $('.mainjob49-1 .head49-1').bind('click', function(){ $(this).parent().find('.display49-1').toggle(); }); }); --> </script> <? $result = mysql_query("Select * From `topic` Where `cid` = '49' Order By `sort` Asc ,`cno` Desc "); $count = mysql_num_rows($result); while($row = mysql_fetch_array($result)){ ?> <div class="mainjob49-1"> <div class="head49-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td width="17" align="left" valign="top" bgcolor="#E2E3E5"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <img src="images/home/a2.png" width="14" height="11"></td> <td align="left" valign="top" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="7" bgcolor="#E2E3E5"><img src="images/home/a1.gif" width="10" height="8"></td> </tr> </table> <strong style='color:#333333;'><? echo "$row[$txt_topic]";?></strong> <? $rd_new = mysql_fetch_array(mysql_query("Select * From `form_icon` Where `id`= $row[id_icon] ")) ; if ($rd_new[id]<>0 ){ echo "<img src='images/webpage/$rd_new[filepic]'>"; } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> <tr> <td height="30" align="center" valign="top" bgcolor="#E2E3E5"> </td> <td align="left" valign="top" bgcolor="#E2E3E5"> </td> <td align="right" bgcolor="#E2E3E5" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="120" align="left"><strong style='color:#333333;'><? echo "$row[add_name]";?> <? if($_SESSION["version"] == "eng"){ ?> Position <? }else{ ?> Position <? } ?> </strong></td> <td align="right"><a href="page_from.php?cid=49&p=<? echo "$row[$txt_topic]";?>&sentmail=<? echo "$row[email]";?>&cname=CAREER" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('999','','images/jobn1_r.jpg',1)"> <? if($_SESSION["version"] == "eng"){ ?> <img src="images/home/jobn_o.jpg" width="140" height="19" border="0" id="Imagejob49-1"> <? }else{ ?> <img src="images/home/jobnt_o.jpg" width="140" height="19" border="0" id="Imagejob49-1"> <? } ?> </a></td> <td width="14" align="right"><img src="images/home/a3.png" width="14" height="11" alt=""/></td> <td width="1"><img src="images/home/a1.gif" width="1" height="8"></td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table></td> </tr> </table> </div> <div class="display49-1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="5" valign="top"></td> </tr> </table> <table width="98%" border="0" align="center" cellpadding="2" cellspacing="0" class="main"> <tr> <td width="16" align="center"> </td> <td><? echo "$row[$txt_topic2] ";?></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/home/a1.gif" width="10" height="3"></td> </tr> </table> <table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/home/dot1.gif"> <tr> <td><img src="images/home/dot1.gif" width="4" height="3"></td> </tr> </table> </div> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="10" valign="top"></td> </tr> </table> <? } ?></td> </tr> <tr> <td></td> </tr> </table> </div> </div> </div> <? } ?> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <? $_tag = array(); $result_a = mysql_query("Select * From `detail` Where `cid` = '11' $s_cno Order By `sort` Asc , `dno` Asc ") or die ("Can't Perform Query1"); $cid_b = $_GET[cid]; while($row_a = mysql_fetch_array($result_a)){ // Code tag if(!empty($row_a["idcard1"])){ $tag_row = mysql_fetch_assoc(mysql_query("Select * From `form_membernew2` Where `Student_ID` = '$row_a[idcard1]'")); if($tag_row){ $_tag[] = "<a href='page_tag.php?key=$row_a[idcard1]'>" . trim($tag_row["U_name"]) . " " . trim($tag_row["Last_name"]) . "</a>"; }else{ $_tag[] = "<a href='page_tag.php?key=$row_a[idcard1]'>$row_a[idcard1]</a>"; } } if(!empty($row_a["idcard2"])){ $tag_row = mysql_fetch_assoc(mysql_query("Select * From `form_membernew2` Where `Student_ID` = '$row_a[idcard2]'")); if($tag_row){ $_tag[] = "<a href='page_tag.php?key=$row_a[idcard2]'>" . trim($tag_row["U_name"]) . " " . trim($tag_row["Last_name"]) . "</a>"; }else{ $_tag[] = "<a href='page_tag.php?key=$row_a[idcard2]'>$row_a[idcard2]</a>"; } } if(!empty($row_a["idcard3"])){ $tag_row = mysql_fetch_assoc(mysql_query("Select * From `form_membernew2` Where `Student_ID` = '$row_a[idcard3]'")); if($tag_row){ $_tag[] = "<a href='page_tag.php?key=$row_a[idcard3]'>" . trim($tag_row["U_name"]) . " " . trim($tag_row["Last_name"]) . "</a>"; }else{ $_tag[] = "<a href='page_tag.php?key=$row_a[idcard3]'>$row_a[idcard3]</a>"; } } // if($row_a["page_mix"] == "page_alumni"){ require("inc_page_alumni.php"); }elseif ($row_a[page_mix]<>0){ $_GET[cid] = $row_a[page_mix]; if($_GET["cid"] == 45000) require("inc_c.php"); else require("inc_b.php"); }else{ $_GET[cid] = $cid_b; if (!empty($row_a[pic])) { if ($row_a[$p_txt]){ $show_txt2 = "<div align='center' class='main' id='ContentBody' valign='top'>$row_a[$p_txt]</div>"; }else{ $show_txt2 = ""; } if($row_a[pic_zoom] == "1") { $show_flam = "<div id='gallery'><a href = 'images/photo_zoom/$row_a[pic]'><img src='images/webpage/$row_a[pic]' border=0 class='picpop img-responsive' style=\"padding-right:0px; padding-bottom:10px\"></a></div>"; }else{ $show_flam = "<img src='images/webpage/$row_a[pic]' border=0 style=\"padding-right:0px\" class='img-responsive' >"; } $show_pic = $show_flam . $show_txt2 ; }else{ $show_pic =""; } if (!empty($row_a[pic2])) { if ($row_a[$p_txt2]){ $show_txt2 = "<div align='center' class='main' id='ContentBody' valign='top'>$row_a[$p_txt2]</div>"; }else{ $show_txt2 = ""; } if($row_a[pic2_zoom] == "1") { $show_flam2 = "<div id='gallery'><a href = 'images/photo_zoom/$row_a[pic2]'><img src='images/webpage/$row_a[pic2]' border=0 class='picpop img-responsive' style=\"padding-right:0px; padding-bottom:10px\"></a></div>"; }else{ $show_flam2 = "<img src='images/webpage/$row_a[pic2]' class='img-responsive'>"; } $show_pic2 = $show_flam2 . $show_txt2; }else{ $show_pic2 =""; } if (!empty($row_a[pic3])) { if ($row_a[$p_txt3]){ $show_txt2 = "<div align='center' class='main' id='ContentBody'>$row_a[$p_txt3]</div>"; }else{ $show_txt2 = ""; } if($row_a[pic3_zoom] == "1") { $show_flam3 = "<div id='gallery'><a href = 'images/photo_zoom/$row_a[pic3]'><img src='images/webpage/$row_a[pic3]' border=0 class='img-responsive picpop' style=\"padding-right:0px; padding-bottom:10px\"></a></div>"; }else{ $show_flam3 = "<img src='images/webpage/$row_a[pic3]' class='img-responsive picpop'>"; } $show_pic3 = $show_flam3.$show_txt2; }else{ $show_pic3 =""; } if(!empty($row_a[dfile])) { $show_dfile = ' <a class="btn btn-primary view-pdf" href="download/'.$row_a[dfile].'" target="_blank">View PDF</a>'; }else{ $show_dfile=""; } if (!empty($row_a[$txt_descrip])){ $show_text_sort = "$row_a[$txt_descrip]"; $show_text = "<div>$show_text_sort$show_dfile</div>"; } $st = ""; if ($show_pic != "" && $show_pic2 =="" && $show_pic3 ==""){ $st = '<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" align="center">'.$show_pic.'</div>'; }elseif ($show_pic != "" && $show_pic2 !="" && $show_pic3 ==""){ $st = '<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12" align="center">'.$show_pic.'<br></div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12" align="center">'.$show_pic2.'<br></div>'; }elseif ($show_pic != "" && $show_pic2 !="" && $show_pic3 !=""){ $st = '<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12" align="center">'.$show_pic.'<br></div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12" align="center">'.$show_pic2.'<br></div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12" align="center">'.$show_pic3.'<br></div>'; } switch($row_a[dby]) { case 0; echo ' <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12" style="text-align:center;padding:0px 10px 10px 0px;">'. $st .'</div> <div class="col-lg-8 col-md-8 col-sm-8 col-xs-12" style="text-align:left;">'.$show_text.'</div>'; break; case 1; echo ' <div class="col-lg-8 col-md-8 col-sm-4 col-xs-12" style="text-align:left;">'.$show_text.'</div> <div class="col-lg-4 col-md-4 col-sm-8 col-xs-12" style="text-align:center;padding:10px 10px 0px 10px;">'. $st .'</div>'; break; break; case 2; $s_show = ""; if ($st != ""){ $s_show = $st; }else{ $s_show = $show_text; } echo ' <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" align="center" style="text-align:left;padding:5px 10px 5px 0px;">'.$s_show.'</div>'; break; } } $show_text = ""; } ?> </div> </div> </div> </div> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6" align="left"><a href="page_job.php?cid=9&cname=CAREER"><img src="images/back.png" width="102" height="26" border="0" alt=""/></a></div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6" align="right"><a href="#top"><img src="images/top.png" alt="" width="102" height="26" border="0" /></a></div> </div>
1337r0j4n | 13379H0575 53CURI7Y 734M