b0y-101 Mini Shell


Current Path : E:/www/advanced-mba/
File Upload :
Current File : E:/www/advanced-mba/doc_regist_print2.php

<?php
    
     include_once("config/dbconfig.inc.php");
	 include_once("class/acpram.inc.php");
    $tn = new  myACP();
	
	$tn->dbConnect ($dbhost, $dbuser, $dbpassword, $dbdatabase) ;
	$application_id =  $_GET['application_id'];
    $tn->show_registration_print_two($application_id);
	
	 while($tn->getrows()){
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>confirm registrator</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="mycss.css" rel="stylesheet" type="text/css">
<style type="text/css" media="print">
	.hideonprint {display: none;}
</style>
<style type="text/css">
<!--
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #f3f3f3;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style84 {font-family: "Microsoft Sans Serif"; font-size: 13px; font-weight: bold; }
.style140 {
	font-family: AngsanaUPC;
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
}
.style141 {color: #666600}
-->
</style>
<style type="text/css">
<!--
.style153 {font-family: "Microsoft Sans Serif"}
.style154 {font-size: 13px}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style159 {
	font-size: 13px;
	color: #0000FF;
	font-family: "Microsoft Sans Serif";
	font-weight: bold;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
.style160 {color: #003300}
.style164 {
	color: #003300;
	font-weight: bold;
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
}
.style167 {font-size: 11px}
.style168 {font-weight: bold; font-family: "Microsoft Sans Serif"; color: #003300;}
.style169 {font-weight: bold; font-family: "Microsoft Sans Serif"; color: #003300; font-size: 10px; }
.style172 {color: #FF0000}
.style174 {font-family: "Microsoft Sans Serif"; color: #FF0000; font-size: 13px; }
.style175 {color: #0000FF}
.style178 {color: #FF0000; font-size: 13px; }
.style179 {
	font-size: 13px;
	color: #003300;
	font-weight: bold;
}
.style198 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-family: "Microsoft Sans Serif";
}
-->
</style>
<script language="JavaScript">
function check_number(ch){
var len, digit;
if(ch == " "){ 
return false;
len=0;
}else{
len = ch.length;
}
for(var i=0 ; i<len ; i++)
{
digit = ch.charAt(i)
if(digit >="0" && digit <="9"){
; 
}else{
return false; 
} 
} 
return true;
}
</script>
<script language="JavaScript">
<!-- Begin
function CheckData(){
missinginfo = "";
if(document.cfrm.project_id.value == ""){
missinginfo += "\n - Project Name";
}
if(document.cfrm.card_id.value == ""){
missinginfo += "\n - Card ID";
}
if(document.cfrm.title_name_thai.value == ""){
missinginfo += "\n - Title Name Thai";
}
if(document.cfrm.first_name_thai.value == ""){
missinginfo += "\n - First Name Thai";
}
if(document.cfrm.last_name_thai.value == ""){
missinginfo += "\n - Last Name Thai";
}
if(document.cfrm.title_name_eng.value == ""){
missinginfo += "\n - Title Name Eng";
}
if(document.cfrm.first_name_eng.value == ""){
missinginfo += "\n - First Name eng";
}
if(document.cfrm.last_name_eng.value == ""){
missinginfo += "\n - Last Name Eng";
}
if(document.cfrm.birth_date.value == ""){
missinginfo += "\n - Birth Day";
}
if(document.cfrm.age.value == ""){
missinginfo += "\n - Age";
}
if(document.cfrm.province.value == ""){
missinginfo += "\n - Province";
}
if(document.cfrm.cur_address.value == ""){
missinginfo += "\n - Current Address";
}
if(document.cfrm.telephone.value == ""){
missinginfo += "\n - Telephone";
}
if(document.cfrm.mobile.value == ""){
missinginfo += "\n - Mobile";
}
if(document.cfrm.ifwork_pass.value == ""){
missinginfo += "\n - Long Time For Work Pass";
}
if(document.cfrm.ifwork_position.value == ""){
missinginfo += "\n - Position Name";
}
if(document.cfrm.ifwork_salary.value == ""){
missinginfo += "\n - Salary";
}
if(document.cfrm.ifwork_address.value == ""){
missinginfo += "\n - work Address";
}
if(document.cfrm.ifwork_telephone.value == ""){
missinginfo += "\n -  Current Phone Number";
}
if(document.cfrm.uni_name1.value == ""){
missinginfo += "\n - University Name";
}
if(document.cfrm.from_date_to1.value == ""){
missinginfo += "\n - From Year";
}
if(document.cfrm.brn_name1.value == ""){
missinginfo += "\n - Brance Name";
}
if(document.cfrm.pri_blo.value == ""){
missinginfo += "\n - Primary Degree";
}
if(document.cfrm.sec_plo.value == ""){
missinginfo += "\n - Secondary Degree";
}
if(document.cfrm.averge_point.value == ""){
missinginfo += "\n - Point";
}
if(missinginfo != "") {
missinginfo ="_____________________________\n" +
"ท่านกรอกข้อมูลไม่ถูกต้องในช่องต่อไปนี้ :\n" +
missinginfo + "\n_____________________________" +
"\nกรุณากลับไปกรอกอีกครั้ง ";
alert(missinginfo);
return false;
}
if(!check_number(document.cfrm.age.value) || document.cfrm.age.value == "" )
{
alert('Please Enter Number In Age Box');
return false;
}else{return true;}

}

// End -->
</script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>

<body>
<table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0">
  <form name="cfrm" action="_add_register.php"  enctype="multipart/form-data"  method="post" onSubmit="return CheckData();">
    <tr> 
      <td width="2%">&nbsp;</td>
      <td width="96%">&nbsp;</td>
      <td width="2%">&nbsp;</td>
    </tr>
    <tr> 
      <td>&nbsp;</td>
      <td><div align="center" class="style140  style159"><u><strong>&#3651;&#3610;สมัครคัดเลือกเข้าศึกษา</strong></u></div></td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td>&nbsp;</td>
      <td><div align="center" class="myfont style160"><strong>&#3650;&#3588;&#3619;&#3591;&#3585;&#3634;&#3619;&#3610;&#3619;&#3636;&#3627;&#3634;&#3619;&#3608;&#3640;&#3619;&#3585;&#3636;&#3592;&#3617;&#3627;&#3634;&#3610;&#3633;&#3603;&#3601;&#3636;&#3605;<br>
          M.B.A. for Advance Program<br>
          ปีการศึกษา 2562</strong></div></td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td>&nbsp;</td>
      <td><span class="style84 style159"> </span></td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td>&nbsp;</td>
      <td><table width="98%"  border=0 align="center" cellpadding="0" cellspacing="0" class="mytable">
          <tr> 
            <td height="761"><table width="97%"  border="0" align="center" cellpadding="0" cellspacing="0">
                <tr> 
                  <td colspan="8"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        <td width="22%"><div align="right"><span class="myfont style160"><strong>โครงการ : </strong></span></div></td>
                        <td width="2%" nowrap><div align="right"></div></td>
                        <td width="60%"><span class="myfont style154 style153 style172">
                          <?php 
				switch ($tn->result["project_id"]) {
				case "100" : $project_name = "Advanced วิทยาเขตบางนา รุ่นที่ 13"; break;	 
				case "101" : $project_name = "Advanced Program รุ่นที่ 27"; break;	 
				case "102" : $project_name = "Advanced วิทยาเขตบางนา รุ่นที่ 14"; break;	 
				case "103" : $project_name = "MBA จ.ปราจีนบุรี รุ่นที่ 1"; break;
				case "104" : $project_name = "Advanced Program รุ่นที่ 28"; break;	
				case "105" : $project_name = "Advanced วิทยาเขตบางนา รุ่นที่ 14"; break;
				case "106" : $project_name = "MBA จ.อุทัยธานี รุ่นที่ 1"; break; 
				case "107" : $project_name = "MBA จ.ปราจีนบุรี รุ่นที่ 2"; break; 
				case "108" : $project_name = "MBA จ.อุทัยธานี รุ่นที่ 2"; break;  			
								    }
					echo "$project_name";
									?>
                        </span></td>
                        <td width="16%" rowspan="5" bgcolor="#999999"><div align="center">
					   <?php
									if($tn->result["std_picture"] == ''){
									echo "ไม่มีรูปถ่าย";
									} else {
									
										$mydoc1path = "upload/".$tn->result["card_id"]."/".$tn->result["std_picture"];
									echo "<img src='$mydoc1path' width='120' height='150'>";
									}
									?>
						
						</div></td>
                      </tr>
                      <tr>
                        <td><div align="right" class="style84 style160">สาขาวิชา : </div></td>
                        <td nowrap>&nbsp;</td>
                        <td><span class="myfont style154 style153 style172">
						           <?php
				switch ($tn->result["branch"]) {
				case "1" : $branch_name = "แผน ก สาขาการจัดการ"; break;
				case "2" : $branch_name = "แผน ก สาขาการตลาด"; break;
				case "3" : $branch_name = "แผน ก สาขาวิชาการจัดการการเงินและการธนาคาร"; break;		
				case "4" : $branch_name = "แผน ก สาขาวิชาการบัญชี"; break;		
				case "5" : $branch_name = "แผน ข. สาขาการจัดการ"; break;		
				case "6" : $branch_name = "สาขาการตลาด"; break;
				case "7" : $branch_name = "สาขาการจัดการ"; break;
				case "8" : $branch_name = "สาขาการตลาด"; break;
				case "9" : $branch_name = "สาขาวิชาการบัญชี"; break;		
				case "10" : $branch_name = "สาขาวิชาการเงินและการธนาคาร"; break;		
				default  : 	$branch_name = "null" ;	break;			
			        }
					echo $branch_name;
									?>
						
						
						</span></td>
                      </tr>
                      <tr>
                        <td><div align="right" class="style84 style160">ศึกษาดูงาน : </div></td>
                        <td nowrap>&nbsp;</td>
                        <td><span class="myfont style154 style153 style172">
						           <?php
				switch ($tn->result["study_visit"]) {
				case "1" :$studyVisit_name = "ศึกษาดูงานในประเทศ"; break;
				case "2" : $studyVisit_name = "ศึกษาดูงานต่างประเทศ"; break;
				default  : 	$studyVisit_name = "-" ;	break;			
			        }
					echo $studyVisit_name;
									?>
						
						
						</span></td>
                      </tr>                      <tr> 
                        <td><div align="right"><span class="myfont style160"><strong>บัตรประชาชนเลขที่ :</strong></span></div></td>
                        <td nowrap><div align="right" class="myfont"></div></td>
                        <td><span class="myfont style154 style153 style172"><?php echo $tn->result["card_id"];?></span> </td>
                      </tr>
                      <tr> 
                        <td><div align="right"><span class="myfont style160"><strong>Email Address:</strong></span></div></td>
                        <td nowrap class="myfont"><div align="right"></div></td>
                        <td><span class="myfont style154 style153 style172"><?php echo $tn->result["email_addr"];?></span> </td>
                      </tr>
                      <tr> 
                        <td height="58">&nbsp;</td>
                        <td nowrap class="myfont">&nbsp;</td>
                        <td><span class="style153"></span></td>
                      </tr>
                    </table></td>
                </tr>
                <tr> 
                  <td height="35" colspan="8"><span class="style84 style159">1. 
                    รายละเอียดส่วนตัว</span></td>
                </tr>
                <tr bgcolor="#eeeeee"> 
                  <td colspan="8"><div align="left"> 
                      <table width="100%"  border="0" cellspacing="0" cellpadding="0">
                        <tr> 
                          <td width="4%">&nbsp;</td>
                          <td width="63%"><div align="left"><span class="style84 style159 style175">1.1 
                              ชื่อ</span></div></td>
                          <td width="33%">&nbsp;</td>
                        </tr>
                      </table>
                    </div></td>
                </tr>
                <tr bgcolor="#eeeeee"> 
                  <td colspan="8"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        <td height="33" bgcolor="#BACFF3"><div align="left"><span class="style164"></span></div></td>
                        <td height="33" colspan="2" bgcolor="#BACFF3"><span class="style164"><u>ชื่อ 
                          (ภาษาไทยตัวบรรจง)</u></span></td>
                        <td bgcolor="#D7DFFF"><div align="center" class="style169"> 
                            <div align="left"></div>
                          </div></td>
                        <td colspan="2" bgcolor="#D7DFFF"><span class="style169"><u>NAME 
                          (CAPITAL LETTERS)</u></span></td>
                      </tr>
                      <tr> 
                        <td width="32" bgcolor="#BACFF3">&nbsp;</td>
                        <td width="113" bgcolor="#BACFF3"><div align="right" class="style153 style154 style160"> 
                            <div align="left"><span class="myfont"><strong>คำนำหน้าชื่อ 
                              :</strong></span><strong><span class="style84 style141"> 
                              </span></strong></div>
                          </div></td>
                        <td width="202" bgcolor="#BACFF3"> <span class="style153"><strong><span class="style84 style154 style172 style153"><?php echo $tn->result["title_name_thai"];?></span></strong></span></td>
                        <td width="29" bgcolor="#D7DFFF">&nbsp;</td>
                        <td width="89" bgcolor="#D7DFFF"><div align="right" class="style167"> 
                            <div align="left"><span class="style168">Title 
                              : </span></div>
                          </div></td>
                        <td width="221" bgcolor="#D7DFFF"> <div align="left" class="myfont style172 style153"><span class="style84 style172 style153  style154"><?php echo $tn->result["title_name_eng"];?></span> 
                        </div></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#BACFF3">&nbsp;</td>
                        <td bgcolor="#BACFF3"><div align="right" class="style164"> 
                            <div align="left">ชื่อ :</div>
                          </div></td>
                        <td bgcolor="#BACFF3"><div align="left" class="myfont style172 style153"><?php echo $tn->result["first_name_thai"];?> 
                          </div></td>
                        <td bgcolor="#D7DFFF">&nbsp;</td>
                        <td bgcolor="#D7DFFF"><div align="right" class="style167"> 
                            <div align="left"><span class="style168">First 
                              Name :</span></div>
                          </div></td>
                        <td bgcolor="#D7DFFF"><span class="myfont style172 style153"><?php echo $tn->result["first_name_eng"];?> 
                          </span>
                        <div align="left" class="myfont style172 style153"></div></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#BACFF3">&nbsp;</td>
                        <td bgcolor="#BACFF3"><div align="right" class="style164"> 
                            <div align="left">นามสกุล 
                              : </div>
                          </div></td>
                        <td bgcolor="#BACFF3"><div align="left" class="myfont style172 style153"><?php echo $tn->result["last_name_thai"];?> 
                          </div></td>
                        <td bgcolor="#D7DFFF">&nbsp;</td>
                        <td bgcolor="#D7DFFF"><div align="right" class="style167"> 
                            <div align="left"><span class="style168">Last 
                              Name : </span></div>
                          </div></td>
                        <td bgcolor="#D7DFFF"><span class="myfont style172 style153"><?php echo $tn->result["last_name_eng"];?> 
                          </span>
                          <div align="left" class="myfont style172 style153"></div></td>
                      </tr>
                      <tr> 
                        <td valign="top" bgcolor="#BACFF3">&nbsp;</td>
                        <td width="113" bgcolor="#BACFF3">&nbsp;</td>
                        <td bgcolor="#BACFF3"><div align="left"> </div></td>
                        <td bgcolor="#D7DFFF">&nbsp;</td>
                        <td bgcolor="#D7DFFF">&nbsp;</td>
                        <td bgcolor="#D7DFFF"><div align="left"> </div></td>
                      </tr>
                    </table></td>
                </tr>
                <tr bgcolor="#EEEEEE"> 
                  <td height="26" colspan="8"><div align="center" class="myfont style160"> 
                      <table width="100%"  border="0" cellspacing="0" cellpadding="0">
                        <tr> 
                          <td width="4%">&nbsp;</td>
                          <td width="63%"><div align="left"><span class="style84 style159 style175">1.2 
                              ภูมิลำเินา</span></div></td>
                          <td width="33%">&nbsp;</td>
                        </tr>
                      </table>
                    </div></td>
                </tr>
                <tr bgcolor="#EEEEEE"> 
                  <td height="22" colspan="8"><div align="center" class="myfont style160"> 
                      <table width="100%"  border="0" cellspacing="0" cellpadding="0">
                        <tr> 
                          <td width="176"><div align="right" class="style154"><strong>วัน / เดือน / ปีเกิด : </strong></div></td>
                          <td width="16">&nbsp;</td>
                          <td width="175"> <span class="myfont style172 style153 style154"><strong><?php echo $tn->show_TH_date($tn->result["birth_date"]);?> 
                            </strong></span></td>
                          <td width="299">&nbsp;                          </td>
                        </tr>
                        <tr> 
                          <td><div align="right" class="style154"><strong>อายุ : </strong></div></td>
                          <td width="16">&nbsp;</td>
                          <td colspan="2"><div align="left" class="myfont style154 style172 style153"> <?php echo $tn->result["age"];?> 
                            </div></td>
                        </tr>
                        <tr> 
                          <td><div align="right" class="style154"><strong>สถานที่เกิด(จังหวัด) : </strong></div></td>
                          <td width="16">&nbsp;</td>
                          <td colspan="2"><div align="left" class="myfont style154 style172 style153"><?php echo $tn->result["province"];?> 
                            </div></td>
                        </tr>
                        <tr> 
                          <td colspan="4" valign="top"> <div align="left"> 
                              <table width="100%"  border="0" cellspacing="0" cellpadding="0">
                                <tr> 
                                  <td height="23">&nbsp;</td>
                                  <td>&nbsp;</td>
                                  <td>&nbsp;</td>
                                </tr>
                                <tr> 
                                  <td width="4%" height="23">&nbsp;</td>
                                  <td width="63%"><span class="style84 style159 style175">1.3 
                                    ที่อยู่ปัจจุบัน</span></td>
                                  <td width="33%">&nbsp;</td>
                                </tr>
                              </table>
                            </div></td>
                        </tr>
                        <tr> 
                          <td><div align="right" class="style179">ที่อยู่ปัจจุบัน<span class="style141 style84"> :</span></div></td>
                          <td width="16">&nbsp;</td>
                          <td colspan="2"><div align="left" class="myfont style172 style153"><?php echo $tn->result["cur_address"];?> 
                            </div></td>
                        </tr>
                        <tr> 
                          <td><div align="right" class="style179">โทรศัพท์ 
                              :</div></td>
                          <td width="16">&nbsp;</td>
                          <td colspan="2"><div align="left" class="myfont style172 style153"><?php echo $tn->result["telephone"];?> 
                            </div></td>
                        </tr>
                        <tr> 
                          <td><div align="right" class="style179">โทรศัพท์มือถือ 
                              :</div></td>
                          <td width="16">&nbsp;</td>
                          <td colspan="2"><div align="left" class="myfont style172 style153"><?php echo $tn->result["mobile"];?> 
                            </div></td>
                        </tr>
                      </table>
                    </div></td>
                </tr>
                <tr bgcolor="#eeeeee"> 
                  <td colspan="8"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                      </tr>
                      <tr> 
                        <td width="4%">&nbsp;</td>
                        <td width="63%"><span class="style84 style159 style175">1.4 
                          สถานที่ทำงานปัจจุบัน</span></td>
                        <td width="33%">&nbsp;</td>
                      </tr>
                    </table></td>
                </tr>
                <tr bgcolor="#eeeeee"> 
                  <td colspan="8"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        <td width="26%" height="33"><div align="right"><strong><span class="myfont style160"><strong><u>ปัจจุบันผู้สมัคร : </u></strong></span></strong></div></td>
                        <td width="40%">                          <span class="myfont style154 style172 style153">
                          <?php
										  if( $tn->result["work_or_not"] == '0'){
										  echo "ยังไม่ได้ทำงาน";
										 
										  } else {
										   echo "ทำงานแล้ว";
										  }
										  ?>
                        </span></td>
                        <td width="34%"><span class="style153"></span> </td>
                      </tr>
                    </table></td>
                </tr>
                <tr bgcolor="#eeeeee"> 
                  <td colspan="8"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        <td width="176"><div align="right" class="myfont style160"><strong>ทำงานแล้ว :</strong></div></td>
                        <td width="10">&nbsp;</td>
                        <td width="501"><div align="left" class="myfont style172"><?php echo $tn->result["ifwork_pass"];?>&nbsp;&nbsp;                            <span class="style160"><strong>ปี</strong></span></div></td>
                      </tr>
                      <tr> 
                        <td><div align="right" class="myfont style160 style154"><strong>ตำแหน่ง : </strong></div></td>
                        <td width="10">&nbsp;</td>
                        <td><div align="left" class="style178"><?php echo $tn->result["ifwork_position"];?> 
                          </div></td>
                      </tr>
                      <tr> 
                        <td><div align="right" class="myfont style160"><strong>เงินเดือน : </strong></div></td>
                        <td>&nbsp;</td>
                        <td><div align="left" class="myfont style172 style154"> <?php echo $tn->result["ifwork_salary"];?> 
                            &nbsp;&nbsp;<span class="style160"><strong>บาท</strong></span></div></td>
                      </tr>
                      <tr> 
                        <td valign="top"><div align="right" class="myfont style160 style154"><strong>ชื่อที่ทำงานปัจจุบัน :</strong></div></td>
                        <td width="10">&nbsp;</td>
                        <td><div align="left" class="style178"><?php echo $tn->result["ifwork_address"];?> 
                          </div></td>
                      </tr>
                      <tr> 
                        <td valign="top"><div align="right" class="myfont style160 style154"><strong>โทรศัพท์ 
                            :</strong></div></td>
                        <td width="10">&nbsp;</td>
                        <td><div align="left" class="style178"><?php echo $tn->result["ifwork_telephone"];?> 
                          </div></td>
                      </tr>
                    </table></td>
                </tr>
                <tr bgcolor="#eeeeee"> 
                  <td colspan="8"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                      </tr>
                      <tr> 
                        <td width="4%">&nbsp;</td>
                        <td width="34%"><span class="style84 style159 style175">1.5 
                          ที่อยู่ที่สามารถติอต่อได้</span></td>
                        <td width="62%"> 
                          <span class="myfont style172">
                          <?php
										if($tn->result["contact_addr"] == '0'){
										  echo "ที่อยู่ปัจจุบัน";
										} else {
										
										  echo "ที่ทำงานปัจจุบัน";
										}
										?>
                        </span>                        </td>
                      </tr>
                    </table></td>
                </tr>
                <tr bgcolor="#eeeeee"> 
                  <td colspan="8"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        <td width="18%"><div align="left"><strong><span class="myfont style160"><strong><span class="style84 style141"></span></strong></span></strong></div></td>
                        <td> <div align="left"></div></td>
                      </tr>
                    </table></td>
                </tr>
                <tr> 
                  <td height="31" colspan="8"><span class="style84 style159">2. 
                    คุณวุฒิของผู้สมัคร</span></td>
                </tr>
                <tr bgcolor="#eeeeee"> 
                  <td height="31" colspan="8"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        <td width="5%">&nbsp;</td>
                        <td width="62%"><span class="style84 style159 style175">2.1 
                          ประวัติการศึกษา</span></td>
                        <td width="33%">&nbsp;</td>
                      </tr>
                    </table></td>
                </tr>
                <tr valign="top" bgcolor="#eeeeee"> 
                  <td height="120" colspan="8"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                      <tr bgcolor="#D7DFFF"> 
                        <td width="33%" height="46" bgcolor="#D7DFFF"><div align="center"><span class="myfont style160"><strong>มหาวิทยาลัย</strong></span></div></td>
                        <td width="34%"><div align="center"><span class="myfont style160"><strong>ระยะเวลาที่ได้ศึกษา<br>
                            จาก พ.ศ. ถึง พ.ศ.</strong></span></div></td>
                        <td width="33%"><div align="center"><span class="myfont style160"><strong>ชื่อปริญญา<br>
                            และสาขาวิชาที่สำเร็จ</strong></span></div></td>
                      </tr>
                      <tr bgcolor="#BACFF3"> 
                        <td bgcolor="#BACFF3"><div align="center" class="myfont style154 style172 style153"><?php echo $tn->result["uni_name1"];?> 
                          </div></td>
                        <td><div align="center" class="myfont style154 style172 style153"><?php echo $tn->result["from_date_to1"];?> 
                          </div></td>
                        <td><div align="center" class="myfont style154 style172 style153"><?php echo $tn->result["brn_name1"];?> 
                          </div></td>
                      </tr>
                      <tr bgcolor="#BACFF3"> 
                        <td><div align="center" class="myfont style154 style172 style153"><?php echo $tn->result["uni_name2"];?> 
                          </div></td>
                        <td><div align="center" class="myfont style154 style172 style153"><?php echo $tn->result["from_date_to2"];?> 
                          </div></td>
                        <td><div align="center" class="myfont style154 style172 style153"><?php echo $tn->result["brn_name2"];?> 
                          </div></td>
                      </tr>
                      <tr bgcolor="#BACFF3"> 
                        <td><div align="center" class="myfont style154 style172 style153"><?php echo $tn->result["uni_name3"];?> 
                          </div></td>
                        <td><div align="center" class="myfont style154 style172 style153"><?php echo $tn->result["from_date_to3"];?> 
                          </div></td>
                        <td><div align="center" class="myfont style154 style172 style153"><?php echo $tn->result["brn_name3"];?> 
                          </div></td>
                      </tr>
                      <tr bgcolor="#D7DFFF"> 
                        <td bgcolor="#D7DFFF">&nbsp;</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                      </tr>
                    </table></td>
                </tr>
                <tr bgcolor="#eeeeee"> 
                  <td height="36" colspan="8"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        <td width="5%">&nbsp;</td>
                        <td width="62%"><span class="style84 style159 style175">2.2 
                          การศึกษาระดับปริญญาตรี</span></td>
                        <td width="33%">&nbsp;</td>
                      </tr>
                    </table></td>
                </tr>
                <tr bgcolor="#eeeeee"> 
                  <td colspan="8"><table width="80%"  border="0" align="center" cellpadding="0" cellspacing="0">
                      <tr> 
                        <td width="50">&nbsp;</td>
                        <td width="144"><div align="left" class="style153 style154 style160"> 
                            <div align="left" class="style154"><strong>วิชาเอก สาขา<span class="style84 style160"> :</span></strong></div>
                          </div></td>
                        <td width="492"> <span class="myfont style172 style153"><?php echo $tn->result["pri_blo"];?> 
                          </span>
                          <div align="left" class="myfont style172 style153"></div></td>
                      </tr>
                      <tr> 
                        <td>&nbsp;</td>
                        <td><strong><span class="style84 style160">วิชาโท สาขา :</span></strong>                        </td>
                        <td><span class="myfont style172 style153"><?php echo $tn->result["sec_plo"];?> </span>                          <div align="left" class="myfont style172 style153"></div></td>
                      </tr>
                      <tr> 
                        <td>&nbsp;</td>
                        <td> <div align="left" class="style164">คะแนนเฉลี่ย GPA : </div></td>
                        <td bgcolor="#eeeeee"><span class="myfont style172 style153"><?php echo $tn->result["averge_point"];?> 
                          </span>
                          <div align="left" class="myfont style172 style153"></div></td>
                      </tr>
                      <tr> 
                        <td valign="top">&nbsp;</td>
                        <td width="144">&nbsp;</td>
                        <td><div align="left"> </div></td>
                      </tr>
                    </table></td>
                </tr>
                <tr> 
                  <td height="31" colspan="8"><span class="style84 style159">3. 
                    มูลเหตุจูงใจที่เข้าศึกษา</span></td>
                </tr>
                <tr bgcolor="#eeeeee"> 
                  <td colspan="8"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        <td width="37"><div align="right" class="myfont style160"></div></td>
                        <td width="100">&nbsp;</td>
                        <td width="389"><div align="left"> </div></td>
                      </tr>
                      <tr> 
                        <td height="35" valign="top"><div align="right" class="myfont style160"><strong></strong></div></td>
                        <td colspan="2"><div align="left" class="myfont style172 style153"><?php echo $tn->result["why_interest"];?> 
                          </div></td>
                      </tr>
                      <tr> 
                        <td valign="top">&nbsp;</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                      </tr>
                    </table></td>
                </tr>
                <tr> 
                  <td height="33" colspan="8"><span class="style84 style159">4. 
                  เอกสารสำคัญที่จะต้องนำส่งเพิ่มเติมคือ</span></td>
                </tr>
                <tr>
                  <td height="20" colspan="8"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td width="9%" height="29">&nbsp;</td>
                      <td width="91%"><span class="style198">เอกสารที่ยังไม่้นำส่งตามรายการด้านล่าง ให้นำมา่ส่งได้เองในวันสอบสัมภาษณ์ </span></td>
                    </tr>
                  </table></td>
                </tr>
                <tr bgcolor="#eeeeee"> 
                  <td colspan="8"><table width="100%" border="0" cellpadding="2" cellspacing="2" class="myfont">
                      <tr> 
                        <td width="7%">&nbsp; </td>
                        <td width="93%">
                          <span class="style174">
                          <?php
									if($tn->result["std_picture"] == ''){
									echo "-รูปถ่าย(ยังไม่นำส่ง)";
									} else {
									$mystdpath = "upload/".$tn->result["card_id"]."/".$tn->result["std_picture"];
									echo "<a href='$mystdpath'>-$mystdpath(นำส่งแล้ว)</a>";
									
									}
									?>
                        </span>                        </td>
                      </tr>
                      <tr> 
                        <td>&nbsp; </td>
                        <td>
                          <span class="style174">
                          <?php
									if($tn->result["doc_1"] == ''){
									echo "-สำเนาปริญญาบัตร(ยังไม่นำส่ง)";
									} else {
									
										$mydoc1path = "upload/".$tn->result["card_id"]."/".$tn->result["doc_1"];
									echo "<a href='$mydoc1path'>-$mydoc1path(นำส่งแล้ว)</a>";
									}
									?>
                        </span>                        </td>
                      </tr>
                      <tr> 
                        <td>&nbsp; </td>
                        <td>
                          <span class="style174">
                          <?php
									if($tn->result["doc_2"] == ''){
									echo "-สำเนาใบแสดงผลการศึกษาชั้นปริญญาตรี(ยังไม่นำส่ง)";
									} else {
									$mydoc2path = "upload/".$tn->result["card_id"]."/".$tn->result["doc_2"];
									echo "<a href='$mydoc2path'>-$mydoc2path(นำส่งแล้ว)</a>";
									
									}
									?>
                        </span>                        </td>
                      </tr>
                      <tr> 
                        <td>&nbsp; </td>
                        <td>
                          <span class="style174">
                          <?php
									if($tn->result["doc_3"] == ''){
									echo "-สำเนาบัตรประจำตัวประชาชน(ยังไม่นำส่ง)";
									} else {
										$mydoc3path = "upload/".$tn->result["card_id"]."/".$tn->result["doc_3"];
									echo "<a href='$mydoc3path'>-$mydoc3path(นำส่งแล้ว)</a>";
									
									}
									?>
                        </span>                        </td>
                      </tr>
                    </table></td>
                </tr>
                <tr> 
                  <td width="11%">&nbsp;</td>
                  <td width="19%">&nbsp;</td>
                  <td width="20%">&nbsp;</td>
                  <td width="9%">&nbsp;</td>
                  <td width="8%">&nbsp;</td>
                  <td width="16%">&nbsp;</td>
                  <td width="5%">&nbsp;</td>
                  <td width="12%">&nbsp;</td>
                </tr>
              </table></td>
          </tr>
        </table></td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td>&nbsp;</td>
      <td><div align="center">
          <table width="18%" border="0" align="center" cellpadding="2" cellspacing="2" class="hideonprint">
            <tr> 
              <td width="20%"><img src="icons/print.gif" width="40" height="40"></td>
              <td width="80%" nowrap><div align="left"><a href="#" class="myfont" onClick="window.print()"><strong>พิมพ์ใบสมัคร</strong></a></div></td>
            </tr>
          </table>
        </div></td>
      <td>&nbsp;</td>
    </tr>
  </form>
</table>
</body>
</html>
<?php
}

?>

Copyright © 2019 by b0y-101