/
home
/
efamember
/
domains
/
efa-member.com
/
public_html
/
efa.or
/
backoffice
/
up file
home
<?php $now_page = basename($_SERVER['PHP_SELF']); ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ระบบสมาชิก - สมาคมผู้ประกอบการนำคนต่างด้าวมาทำงานในประเทศ (ประเทศไทย)</title> <link rel="icon" type="image/png" href="Logo.png" /> <meta name="robots" content="noindex"> <link href="../../template/css/bootstrap.min.css" rel="stylesheet"> <link href="../../template/font-awesome/css/font-awesome.css" rel="stylesheet"> <!-- Toastr style --> <link href="../../template/css/plugins/toastr/toastr.min.css" rel="stylesheet"> <!-- Sweet Alert --> <link href="../../template/css/plugins/sweetalert/sweetalert.css" rel="stylesheet"> <!-- Gritter --> <link href="../../template/js/plugins/gritter/jquery.gritter.css" rel="stylesheet"> <link href="../../template/css/animate.css" rel="stylesheet"> <link href="../../template/css/style.css" rel="stylesheet"> <link href="../../template/css/plugins/dropzone/basic.css" rel="stylesheet"> <link href="../../template/css/plugins/dropzone/dropzone.css" rel="stylesheet"> <link href="../../template/css/plugins/dataTables/datatables.min.css" rel="stylesheet"> <link href="../../template/css/plugins/select2/select2.min.css" rel="stylesheet"> <link href="../../template/css/plugins/summernote/summernote-bs4.css" rel="stylesheet"> <link href="../../template/css/plugins/bootstrap-tagsinput/tagsinput.css" rel="stylesheet"> <link href="../../template/css/plugins/switchery/switchery.css" rel="stylesheet"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap" rel="stylesheet"> <link href="../../template/css/plugins/datapicker/datepicker3.css" rel="stylesheet" /> <link href="../../template/css/plugins/iCheck/custom.css" rel="stylesheet"> <link href="../../template/css/plugins/steps/jquery.steps.css" rel="stylesheet"> </head> <style> .select2-dropdown { z-index: 9999999; } .select2-container--open { z-index: 9999999 !important; } .select2-selectionrendered { line-height: 36px !important; /* font-size: medium; */ } .select2-container .select2-selection--single { height: 36px !important; } .select2-selectionarrow { height: 36px !important; } .select2-container--default .select2-selection--single { border: 1px solid #e5e6e7; } input.form-control { height: 36px !important; } input.datepicker:read-only { background: #ffff; } </style> <body> <div id="loading-uil" class="loading-uil" hidden> <div class='uil-ring-css' style='transform:scale(0.79);'> <div></div> </div> </div> <div id="wrapper"> <nav class="navbar-default navbar-static-side" role="navigation"> <div class="sidebar-collapse"> <ul class="nav metismenu" id="side-menu"> <li class="nav-header"> <div class="dropdown profile-element"> <!-- <img alt="image" class="rounded-circle" id="ShowProfileImage" style="max-height: 50px; max-width: 50px; cursor: pointer;" src="../image/no-profile.png" onclick="SetNewImage();"> --> <a href="javascript:void(0);" data-toggle="dropdown" class="dropdown-toggle"> <span class="block m-t-xs font-bold" id="ShowFullname"></span> <span class="text-muted text-xs block">จัดการข้อมูล <b class="caret"></b></span> </a> <ul class="dropdown-menu animated fadeInRight m-t-xs"> <li><a class="dropdown-item" href="javascript:void(0);" onclick="GetModalPass2();">แก้ไขรหัสผ่าน</a></li> <li class="dropdown-divider"></li> <li><a class="dropdown-item" href="javascript:void(0);" onclick="Logout();"><i class="fa fa-sign-out"></i> ออกจากระบบ</a></li> </ul> </div> <div class="logo-element"> </div> </li> <li <?php if (in_array($now_page, array("index"))) { echo "class='active'"; } ?>> <a href="index"><i class="fa fa-home"></i> <span class="nav-label">หน้าแรก</span></a> </li> <li <?php if ( $now_page == 'news_setting.php' || $now_page == 'web_setting.php' ) { echo 'class="active"'; } ?>> <a href="javascript:void(0);"><i class="fa fa-cog"></i> <span class="nav-label">ตั้งค่า</span> <span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li <?php if (in_array($now_page, array("news_setting.php"))) { echo "class='active'"; } ?>> <a href="news_setting"><i class="fa fa-cubes"></i> ตั้งค่าข่าว</a> </li> <li <?php if (in_array($now_page, array("web_setting.php"))) { echo "class='active'"; } ?>> <a href="web_setting"><i class="fa fa-cube"></i> ตั้งค่าหน้าเว็บ</a> </li> </ul> </li> </ul> </div> </nav> <div id="page-wrapper" class="gray-bg"> <div class="row border-bottom"> <nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0"> <div class="navbar-header"> <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a> </div> <ul class="nav navbar-top-links navbar-right"> <li> <a href="javascript:void(0);" onclick="Logout();"> <i class="fa fa-sign-out"></i> ออกจากระบบ </a> </li> </ul> </nav> </div>