AudioHTML/control.html

249 lines
13 KiB
HTML
Raw Normal View History

2023-11-03 00:47:21 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/app.css" rel="stylesheet">
2023-11-07 18:51:37 +08:00
<script src="js/config.js"></script>
<script src="js/jquery-3.7.1.js"></script>
2023-11-03 00:47:21 +08:00
</head>
<body class="h-100 text-center text-bg-dark content-warp">
<div class="d-flex w-100 h-100 mx-auto flex-column">
<header class="mb-auto pb-5">
<div class="dotblock d-flex justify-content-between px-5 py-4">
<div class="fs-3">GEAZAN</div>
<div></div>
</div>
2023-11-09 17:25:00 +08:00
<div class="fw-bold border-black nav-bar" style="position:relative;">
<div class="d-flex nav justify-content-center">
<div class="">
<a href="home.html">HOME</a>
</div>
<div class=""><a href="filter.html">FILTER</a></div>
<div class=""><a href="fs.html">FS</div>
<div class=""><a href="eq.html">EQ</a></div>
<div class=""><a href="ducking.html">DUCKING</a></div>
<div class=""><a href="network.html">NETWORK</a></div>
<div class="">
<a href="security.html">SECURITY</a>
</div>
<div class="active"><a href="control.html">CONTROL</a></div>
<div class="last "><a href="system.html">SYSTEM</a></div>
2023-11-03 00:47:21 +08:00
</div>
2023-11-09 17:25:00 +08:00
<div class="d-flex float-end ps-5 align-items-center" style="position:absolute; right: 10px;top: 3px;">
2023-11-18 19:32:57 +08:00
<button class="btn btn-dark border-black" id="blink">
2023-11-09 17:25:00 +08:00
<svg t="1699500251819" class="icon" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="4301" xmlns:xlink="http://www.w3.org/1999/xlink"
width="20" height="20">
<path
d="M513.3 239.9c-73.5 0-142.6 28.6-194.6 80.6-52 52-80.6 121.1-80.6 194.6s28.6 142.6 80.6 194.6c52 52 121.1 80.6 194.6 80.6s142.6-28.6 194.6-80.6c52-52 80.6-121.1 80.6-194.6s-28.6-142.6-80.6-194.6c-52-52-121.1-80.6-194.6-80.6z m0 482.3c-114.2 0-207.2-92.9-207.2-207.2S399 307.8 513.3 307.8c114.2 0 207.2 92.9 207.2 207.2s-92.9 207.2-207.2 207.2zM637.9 803.6H388.7c-18.8 0-34 15.2-34 34s15.2 34 34 34h249.2c18.8 0 34-15.2 34-34s-15.2-34-34-34zM588.1 885H438.6c-18.8 0-34 15.2-34 34s15.2 34 34 34h149.5c18.8 0 34-15.2 34-34s-15.2-34-34-34zM513.3 227.5c18.8 0 34-15.2 34-34V97c0-18.8-15.2-34-34-34s-34 15.2-34 34v96.5c0 18.7 15.2 34 34 34zM701.3 276.9c5.9 4.2 12.7 6.2 19.5 6.2 10.7 0 21.3-5.1 27.9-14.5l55.3-79c10.8-15.4 7-36.6-8.3-47.4-15.4-10.8-36.6-7-47.4 8.3l-55.3 79c-10.8 15.4-7.1 36.6 8.3 47.4zM938 357.6c-6.6-17.6-26.2-26.5-43.8-19.9l-90.4 33.8c-17.6 6.6-26.5 26.2-19.9 43.8 5.1 13.7 18.1 22.1 31.9 22.1 4 0 8-0.7 11.9-2.2l90.4-33.8c17.6-6.6 26.5-26.2 19.9-43.8zM283.4 252.5c6.6 9.4 17.2 14.5 27.9 14.5 6.7 0 13.5-2 19.5-6.2 15.4-10.8 19.1-32 8.3-47.4l-55.3-79c-10.8-15.4-32-19.1-47.4-8.3-15.4 10.8-19.1 32-8.3 47.4l55.3 79zM248.1 399.1c6.6-17.6-2.4-37.2-19.9-43.8l-90.4-33.8c-17.6-6.6-37.2 2.4-43.8 19.9-6.6 17.6 2.4 37.2 19.9 43.8l90.4 33.8c3.9 1.5 7.9 2.2 11.9 2.2 13.8 0 26.8-8.4 31.9-22.1z"
fill="#ffffff" p-id="4302" data-spm-anchor-id="a313x.search_index.0.i3.5b953a811enFNb"
class="selected"></path>
</svg>
</button>
2023-11-03 00:47:21 +08:00
</div>
</div>
</header>
<main class="px-3 d-flex justify-content-center">
<div class="form">
<div class="border border-black m-6 password-form">
<div class=" m-5 mx-auto form" style="width: 700px;">
<div class="mb-3 row">
<label for="staticEmail" class="col-6 col-form-label">Power</label>
<div class="col-6 ">
<div class="redio-switche float-start" style="display:inline-block;">
2023-11-07 18:51:37 +08:00
<input type="radio" class="btn-check" name="power" id="power-on" value="on">
2023-11-03 00:47:21 +08:00
<label class="btn btn-sm redio-btn on-btn" for="power-on">ON</label>
2023-11-09 17:25:00 +08:00
<input type="radio" class="btn-check" name="power" id="power-off" value="off">
2023-11-03 00:47:21 +08:00
<label class="btn btn-sm redio-btn off-btn" for="power-off">OFF</label>
</div>
</div>
</div>
<div class="mb-3 row">
<label for="staticEmail" class="col-6 col-form-label">Hibernation</label>
<div class="col-6">
<div class="redio-switche float-start" style="display:inline-block;">
<input type="radio" class="btn-check" name="hibernation" id="hibernation-on"
2023-11-07 18:51:37 +08:00
value="enable">
2023-11-03 00:47:21 +08:00
<label class="btn btn-sm redio-btn on-btn" for="hibernation-on">ENABLE</label>
<input type="radio" class="btn-check" name="hibernation" id="hibernation-off"
2023-11-07 18:51:37 +08:00
value="disable">
2023-11-03 00:47:21 +08:00
<label class="btn btn-sm redio-btn off-btn" for="hibernation-off">DISABLE</label>
</div>
</div>
</div>
<div class="mb-3 row">
<label for="staticEmail" class="col-6 col-form-label">Hibernation Timer(min)</label>
<div class="col-6">
2023-11-09 17:25:00 +08:00
<input type="number" class="form-control float-start" id="timer" style="width: 100px;">
2023-11-03 00:47:21 +08:00
</div>
</div>
<div class="mb-3 row">
<label for="inputPassword" class="col-6 col-form-label">Unit Trigger</label>
<div class="col-6">
<div class="redio-switche float-start" style="display:inline-block;">
2023-11-09 17:25:00 +08:00
<input type="radio" class="btn-check" name="trigger" id="trigger-on" value="enable">
2023-11-03 00:47:21 +08:00
<label class="btn btn-sm redio-btn on-btn" for="trigger-on">ENABLE</label>
<input type="radio" class="btn-check" name="trigger" id="trigger-off"
2023-11-07 18:51:37 +08:00
value="disable">
2023-11-03 00:47:21 +08:00
<label class="btn btn-sm redio-btn off-btn" for="trigger-off">DISABLE</label>
</div>
</div>
</div>
<div class="mb-3 row">
<label for="inputPassword" class="col-6 col-form-label">Analog signal delection</label>
<div class="col-6">
<div class="redio-switche float-start" style="display:inline-block;">
2023-11-09 17:25:00 +08:00
<input type="radio" class="btn-check" name="analog" id="analog-on" value="enable">
2023-11-08 00:29:39 +08:00
<label class="btn btn-sm redio-btn on-btn" for="analog-on">ENABLE</label>
2023-11-03 00:47:21 +08:00
2023-11-09 17:25:00 +08:00
<input type="radio" class="btn-check" name="analog" id="analog-off" value="disable">
2023-11-08 00:29:39 +08:00
<label class="btn btn-sm redio-btn off-btn" for="analog-off">DISABLE</label>
2023-11-03 00:47:21 +08:00
</div>
</div>
</div>
<div class="mb-3 row">
<label for="inputPassword" class="col-6 col-form-label">Control Lock</label>
<div class="col-6">
<div class="redio-switche float-start" style="display:inline-block;">
2023-11-09 17:25:00 +08:00
<input type="radio" class="btn-check" name="lock" id="lock-on" value="lock">
2023-11-03 00:47:21 +08:00
<label class="btn btn-sm redio-btn on-btn" for="lock-on">LOCK</label>
2023-11-09 17:25:00 +08:00
<input type="radio" class="btn-check" name="lock" id="lock-off" value="unlock">
2023-11-03 00:47:21 +08:00
<label class="btn btn-sm redio-btn off-btn" for="lock-off">UNLOCK</label>
</div>
</div>
</div>
2023-11-10 11:53:14 +08:00
<!-- <div class="mb-3 row">
2023-11-07 18:51:37 +08:00
<label for="inputPassword" class="col-6 col-form-label">Blink</label>
<div class="col-6 d-flex">
2023-11-09 17:25:00 +08:00
<button type="button" id="blink"
class="btn btn-dark border border-black px-5">Blink</button>
2023-11-07 18:51:37 +08:00
</div>
2023-11-10 11:53:14 +08:00
</div> -->
2023-11-03 00:47:21 +08:00
</div>
</div>
<div class="mt-5 pb-5">
2023-11-07 18:51:37 +08:00
<button type="button" id="submit" class="btn btn-dark border border-black px-5">Save</button>
2023-11-03 00:47:21 +08:00
</div>
</div>
</main>
<footer class="mt-auto text-white-50">
<div class="dotblock d-flex justify-content-between px-5 py-4">
<div class="">Geazan</div>
<div>www.geazan.com</div>
</div>
</footer>
</div>
2023-11-07 18:51:37 +08:00
<script>
2023-11-08 00:29:39 +08:00
2023-11-10 11:53:14 +08:00
var data = {}
2023-11-07 18:51:37 +08:00
document.addEventListener("DOMContentLoaded", function () {
//初始化配置
2023-11-08 00:29:39 +08:00
loadData()
2023-11-07 18:51:37 +08:00
})
2023-11-09 17:25:00 +08:00
$(document).ready(function () {
$("#submit").on('click', function () {
2023-11-07 18:51:37 +08:00
var power = $("input[name='power']:checked").val();
2023-11-08 00:29:39 +08:00
var hibernation = $("input[name='hibernation']:checked").val();
var timer = $("#timer").val();
var trigger = $("input[name='trigger']:checked").val();
2023-11-09 17:25:00 +08:00
var delection = $("input[name='analog']:checked").val();
2023-11-08 00:29:39 +08:00
var lock = $("input[name='lock']:checked").val();
2023-11-07 18:51:37 +08:00
2023-11-21 16:45:07 +08:00
let url = 'http://192.168.0.116/cgi-bin/test.cgi?action=control_set';
2023-11-15 18:43:40 +08:00
let postData = {
2023-11-21 16:45:07 +08:00
action:"control_set",
2023-11-15 18:43:40 +08:00
power: power,
hibernation: hibernation,
timer: timer,
trigger: trigger,
delection: delection,
lock: lock
}
$.ajax({
type: 'POST',
url: url,
data: postData,
dataType: "json",
contentType: "application/json; charset=utf-8",
success: function (res) {
if (res.success) {
data = res.content
}
else {
alert(res.message)
}
},
error: function (res) {
}
})
2023-11-08 00:29:39 +08:00
})
2023-11-08 19:15:11 +08:00
2023-11-09 17:25:00 +08:00
$("#timer").on('change', function () {
2023-11-08 19:15:11 +08:00
var num = $("#timer").val()
2023-11-09 17:25:00 +08:00
if (num < 5 || num > 30) {
2023-11-08 19:15:11 +08:00
alert("The hibernation timer lasts only 5-30 minutes")
}
})
2023-11-07 18:51:37 +08:00
})
2023-11-08 00:29:39 +08:00
2023-11-15 18:43:40 +08:00
2023-11-09 17:25:00 +08:00
function loadData() {
2023-11-21 16:45:07 +08:00
let url = 'http://192.168.0.116/cgi-bin/test.cgi?action=control_get';
2023-11-10 11:53:14 +08:00
$.ajax({
type: "GET",
url: url,
2023-11-21 16:45:07 +08:00
success: function (res) {
if(res.success){
data = res.content
bindData()
}
else{
alert(res.message)
}
},
2023-11-10 11:53:14 +08:00
error: function () {
2023-11-15 18:43:40 +08:00
data = {
power: "on",
hibernation: "enable",
timer: 5,
trigger: "enable",
signal: "disable",
lock: "unlock"
2023-11-10 11:53:14 +08:00
}
bindData()
}
})
2023-11-15 18:43:40 +08:00
2023-11-10 11:53:14 +08:00
}
2023-11-15 18:43:40 +08:00
function bindData() {
2023-11-10 11:53:14 +08:00
$("input[name='power']").val([`${data.power}`])
$("input[name='hibernation']").val([`${data.hibernation}`])
$("#timer").val(`${data.timer}`)
$("input[name='trigger']").val([`${data.trigger}`])
$("input[name='analog']").val([`${data.signal}`])
$("input[name='lock']").val([`${data.lock}`]);
2023-11-08 00:29:39 +08:00
}
2023-11-07 18:51:37 +08:00
</script>
2023-11-19 18:41:22 +08:00
<script src="js/main.js"></script>
2023-11-03 00:47:21 +08:00
</body>
</html>