<?php session_start(); include_once("config/dbconfig.inc.php"); include_once("class/acpram.inc.php"); if(isset($_SESSION["myloginname"])){ $openfile = $_GET['openfile']; ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Admin Advance MBA</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <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; } --> </style> <link href="mycss.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- .style142 {font-size: 13px} --> </style> </head> <body> <table width="860" height="831" border="0" align="center" cellpadding="0" cellspacing="0" background="images/head.jpg"> <tr> <td height="227"><img src="images/index_01.jpg" width="860" height="227"></td> </tr> <tr> <td height="551" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" align="center" cellpadding="2" cellspacing="2"> <tr> <td width="6%"><img src="images/517.jpg" width="40" height="33"></td> <td width="22%" class="myfont"><a href="admin_data.php?openfile=view_register_search.php"><strong>การลงทะเบียน(</strong></a><a href="admin_data.php?openfile=view_register_search.php"><strong>ยังไม่ชำระเงิน</strong></a><a href="admin_data.php?openfile=view_register_search.php"><strong>)</strong></a></td> <td width="6%" class="myfont"><img src="images/517.jpg" width="40" height="33"></td> <td width="20%" nowrap class="myfont"><a href="admin_data.php?openfile=view_register2.php"><strong>การลงทะเบียน(</strong></a><a href="admin_data.php?openfile=view_register2.php"><strong>ชำระเงินแล้ว</strong></a><a href="admin_data.php?openfile=view_register2.php"><strong>)</strong></a></td> <td width="6%"><img src="images/517.jpg" width="40" height="33"></td> <td width="9%" nowrap><div class="myfont"><a href="admin_data.php?openfile=view_kmn.php"><strong>ข้อมูลคำร้อง</strong></a></div></td> <td width="6%" nowrap><img src="images/517.jpg" width="40" height="33"></td> <td width="9%" nowrap><span class="myfont"><a href="admin_data.php?openfile=view_register_language.php"><strong>อบรมภาษา</strong></a></span></td> <td width="6%" nowrap><img src="images/517.jpg" width="40" height="33"></td> <td width="10%" nowrap class="myfont"><strong><a href="logout.php">ออกจากระบบ</a></strong></td> </tr> </table> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><span class="myfont style142"> <?php if($openfile =='') { $openfile = "view_register_search.php"; require $openfile; } else { require $openfile; } ?> </span></td> </tr> </table> <br></td> </tr> <tr> <td height="53" valign="top"><img src="images/index_03.jpg" width="860" height="53"></td> </tr> </table> </body> </html> <?php } ?>