Server IP : 150.95.80.236 / Your IP : 3.137.199.214 Web Server : Apache System : Linux host-150-95-80-236 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : social-telecare ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/pcu.in.th/sc.pcu.in.th/ |
Upload File : |
<!DOCTYPE html> <!-- Author: Keenthemes Product Name: Metronic - Bootstrap 5 HTML, VueJS, React, Angular & Laravel Admin Dashboard Theme Purchase: https://1.envato.market/EA4JP Website: http://www.keenthemes.com Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/keenthemes License: For each use you must have a valid license purchased only from above link in order to legally use the theme for your project. --> <html lang="th"> <!--begin::Head--> <head> <title>Social TeleCare - ศูนย์ช่วยเหลือ ติดตาม ผู้ป่วยโควิด-19 & นักสังคมสงเคราะห์</title> <meta charset="utf-8" /> <meta name="description" content="The most advanced Bootstrap Admin Theme on Themeforest trusted by 94,000 beginners and professionals. Multi-demo, Dark Mode, RTL support and complete React, Angular, Vue & Laravel versions. Grab your copy now and get life-time updates for free." /> <meta name="keywords" content="Metronic, bootstrap, bootstrap 5, Angular, VueJs, React, Laravel, admin themes, web design, figma, web development, free templates, free admin themes, bootstrap theme, bootstrap template, bootstrap dashboard, bootstrap dak mode, bootstrap button, bootstrap datepicker, bootstrap timepicker, fullcalendar, datatables, flaticon" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Metronic - Bootstrap 5 HTML, VueJS, React, Angular & Laravel Admin Dashboard Theme" /> <meta property="og:url" content="https://keenthemes.com/metronic" /> <meta property="og:site_name" content="Keenthemes | Metronic" /> <link rel="canonical" href="https://preview.keenthemes.com/metronic8" /> <link rel="shortcut icon" href="assets/media/logos/favicon.ico" /> <!--begin::Fonts--> <link href='https://fonts.googleapis.com/css?family=Kanit' rel='stylesheet'> <!--end::Fonts--> <!--begin::Global Stylesheets Bundle(used by all pages)--> <link href="assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css" /> <link href="assets/css/style.bundle.css" rel="stylesheet" type="text/css" /> <!--end::Global Stylesheets Bundle--> <style> body { font-family: 'Kanit';font-size: 22px; } </style> </head> <!--end::Head--> <!--begin::Body--> <body id="kt_body" class="bg-body"> <!--begin::Main--> <div class="d-flex flex-column flex-root"> <!--begin::Authentication - Password reset --> <div class="d-flex flex-column flex-column-fluid bgi-position-y-bottom position-x-center bgi-no-repeat bgi-size-contain bgi-attachment-fixed" style="background-image: url(assets/media/illustrations/dozzy-1/14.png"> <!--begin::Content--> <div class="d-flex flex-center flex-column flex-column-fluid p-10 pb-lg-20"> <!--begin::Logo--> <a href="../../demo15/dist/index.html" class="mb-12"> <img alt="Logo" src="assets/media/logos/logo-1.svg" class="h-40px" /> </a> <!--end::Logo--> <!--begin::Wrapper--> <div class="w-lg-500px bg-body rounded shadow-sm p-10 p-lg-15 mx-auto"> <!--begin::Form--> <form class="form w-100" novalidate="novalidate" id="kt_password_reset_form" method="POST" action="api/ac_user.php?ac=reset_password"> <!--begin::Heading--> <div class="text-center mb-10"> <!--begin::Title--> <h1 class="text-dark mb-3">การกู้คืนรหัสผ่าน</h1> <!--end::Title--> <!--begin::Link--> <div class="text-gray-400 fw-bold fs-4">กรอกเลขบัตรประชาชน เพื่อกู้คืนรหัสผ่านเป็นค่าเริ่มต้น</div> <!--end::Link--> </div> <!--begin::Heading--> <!--begin::Input group--> <div class="fv-row mb-10"> <label class="form-label fw-bolder text-gray-900 fs-6">ชื่อผู้ใช้/เลขบัตรประชาชน</label> <input class="form-control form-control-solid" type="text" placeholder="" name="idcard" autocomplete="off" /> </div> <!--end::Input group--> <!--begin::Actions--> <div class="d-flex flex-wrap justify-content-center pb-lg-0"> <button type="submit" id="kt_password_reset_submit" class="btn btn-lg btn-primary fw-bolder me-4"> <span class="indicator-label">Submit</span> <span class="indicator-progress">Please wait... <span class="spinner-border spinner-border-sm align-middle ms-2"></span></span> </button> <a href="signin.php" class="btn btn-lg btn-light-primary fw-bolder">Cancel</a> </div> <!--end::Actions--> </form> <!--end::Form--> </div> <!--end::Wrapper--> </div> <!--end::Content--> <!--begin::Footer--> <div class="d-flex flex-center flex-column-auto p-10"> <!--begin::Links--> <div class="d-flex align-items-center fw-bold fs-6"> <a href="https://keenthemes.com" class="text-muted text-hover-primary px-2">About</a> <a href="mailto:support@keenthemes.com" class="text-muted text-hover-primary px-2">Contact</a> <a href="https://1.envato.market/EA4JP" class="text-muted text-hover-primary px-2">Contact Us</a> </div> <!--end::Links--> </div> <!--end::Footer--> </div> <!--end::Authentication - Password reset--> </div> <!--end::Main--> <script>var hostUrl = "assets/";</script> <!--begin::Javascript--> <!--begin::Global Javascript Bundle(used by all pages)--> <script src="assets/plugins/global/plugins.bundle.js"></script> <script src="assets/js/scripts.bundle.js"></script> <!--end::Global Javascript Bundle--> <!--end::Javascript--> <script> $(document).on("submit","#kt_password_reset_form",function(e){ e.preventDefault(); // console.log("test"); var url = $(this).attr("action"); var data = new FormData(this); $.ajax({ url: url, type: $(this).attr("method"), dataType: "html", data: data, processData: false, contentType: false, beforeSend:function(){ $("#kt_password_reset_submit").attr('data-kt-indicator','on'); }, success:function(data, status){ console.log(data); if (data == true) { $("#kt_password_reset_submit").attr('data-kt-indicator','off'); Swal.fire({ text: "รีเซ็ตรหัสผ่านกลับไปเป็นค่าเริ่มต้น(เบอร์โทร)", icon: "success", buttonsStyling: false, confirmButtonText: "ตกลง", customClass: { confirmButton: "btn btn-primary" } }).then(function (result) { if (result.isConfirmed) { window.location.replace("signin.php"); //form.submit(); // submit form } }); }else{ $("#kt_password_reset_submit").attr('data-kt-indicator','off'); Swal.fire({ text: "ไม่พบชื่อผู้ใช้งานโปรดลองกรอกข้อมูลอีกครั้ง", icon: "error", buttonsStyling: false, confirmButtonText: "ตกลง", customClass: { confirmButton: "btn btn-danger" } }); } } }); }); </script> </body> <!--end::Body--> </html>