47 lines
1.2 KiB
HTML
47 lines
1.2 KiB
HTML
<!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>
|