prepare timer ui implementation
This commit is contained in:
parent
5783e63274
commit
d65ba2c8a6
46
HTML/application.html
Normal file
46
HTML/application.html
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="res/styles.css">
|
||||
<link rel="stylesheet" href="res/iconsfont.css">
|
||||
<script src="res/main.js"></script>
|
||||
<script src="res/res.js"></script>
|
||||
<title>~name~</title>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
const timarr_test = [{'num':1,'start':1675757575,'cron':'* * * * * *'},
|
||||
{'num':2,'start':1675757575,'cron':'* * * * * *'},
|
||||
{'num':3,'start':1675757575,'cron':'* * * * * *'},
|
||||
{'num':4,'start':1675757575,'cron':'* * * * * *'},
|
||||
{'num':5,'start':1675757575,'cron':'* * * * * *'}];
|
||||
function drawtimer(tarr)
|
||||
{
|
||||
var num =
|
||||
}
|
||||
</script>
|
||||
<script>PageSurround();</script>
|
||||
<!--========== CONTENTS ==========-->
|
||||
<main>
|
||||
<section>
|
||||
<div class="ml">
|
||||
<div class="mlpc">
|
||||
<form name="tmr" method="post">
|
||||
<div class="mlhdr">TIMER</div>
|
||||
|
||||
|
||||
<br />
|
||||
<script>PrintSaveFail('~status_fail~');
|
||||
PrintSaveBtn('tmr'); PrintApplyBtn('tmr');</script>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<script>
|
||||
showMenu('header-toggle','navbar');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 8e17437bbdf4a0c9665dc35807f7e9a18e0195d3
|
||||
Subproject commit d5cf42b17d39ed631184bd20492332685f343b1a
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
dependencies:
|
||||
idf:
|
||||
component_hash: null
|
||||
source:
|
||||
type: idf
|
||||
version: 4.4.4
|
||||
manifest_hash: eb33eed6204aeebc93ef87ce0ee4c46aa4a936fb925253457119240e0cfb2135
|
||||
target: esp32
|
||||
version: 1.0.0
|
||||
dependencies:
|
||||
idf:
|
||||
component_hash: null
|
||||
source:
|
||||
type: idf
|
||||
version: 4.4.4
|
||||
manifest_hash: bac36ae84ced55f21212b58505f6d1d92af6f127b76119962963f68835e2e89f
|
||||
target: esp32
|
||||
version: 1.0.0
|
||||
|
|
|
|||
1555
sdkconfig.old
Normal file
1555
sdkconfig.old
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user