| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/hkosl.com/jobsreader/seeker/view/ |
Upload File : |
<!DOCTYPE html>
<html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head>
<title>JobReader - Phone Number Validation</title>
<!-- css -->
<?php include 'inc/headlinks.php'; ?>
<!-- js -->
<?php include 'inc/link-js.php'; ?>
</head>
<body>
<!-- header -->
<?php include 'inc/header.php'; ?>
<!-- end of header-->
<section class="wrapper">
<form>
<div class="container">
<div class="row middleWrap">
<div class="col-md-12">
<h1 class="mb-4">Phone Number Validation </h1>
<p class="mb-4">Please enter your Phone Number & SMS password.</p>
<div class="form-group">
<label for="phoneNo" class="word">Phone Number</label>
<input type="text" class="form-control" id="phoneNo" placeholder="">
</div>
<div class="form-group passwordInput smsPassword">
<label for="smsPassword" class="word">SMS Password</label>
<input type="password" class="form-control" id="smsPassword" placeholder="">
</div>
<button type="button" class="btn btn-primary mt-4 phoneValidateBtn">Send</button>
<button type="button" class="btn btn-outline-primary mt-4 restBtn" onclick="location.href='reset_password.php';">Resend</button>
<button type="button" class="btn btn-primary mt-4 submitBtn" onclick="location.href='phone_validat_success.php';">Submit</button>
</div>
</div>
</div>
</form>
</section>
<!-- end #section -->
<!-- footer -->
<?php include 'inc/footer_n.php'; ?>
<!-- end of footer -->
<script type="text/javascript" src="../assets/js/password.js"></script>
<!-- custom JS -->
</body>
<script>
$("#smsPassword").password({
eyeClass: "fa",
eyeOpenClass: "fa-eye",
eyeCloseClass: "fa-eye-slash",
message: "keep your password security"
});
$(".submitBtn").hide();
$(".restBtn").hide();
$(".phoneValidateBtn").click(function() {
$(".btn").hide();
$(".restBtn").show();
$(".submitBtn").show();
$(".smsPassword").show();
});
</script>
</html>