From 2f4b1b5a71374239f8b9a645abeecac0e86a66b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=AB=8B=E6=96=B0?= Date: Thu, 23 Dec 2021 14:43:26 +0800 Subject: [PATCH] =?UTF-8?q?html=E7=AC=AC=E4=BA=8C=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/config.html | 11 +++++++++++ html/javascript/config.js | 5 +++++ html/php/GetSata.php | 9 +++++++++ 3 files changed, 25 insertions(+) diff --git a/html/config.html b/html/config.html index 1463d24..1c848c6 100644 --- a/html/config.html +++ b/html/config.html @@ -6,6 +6,17 @@ +
+ + + + + + + +
程序运行状态
+ +
diff --git a/html/javascript/config.js b/html/javascript/config.js index 6669be5..9c05c06 100644 --- a/html/javascript/config.js +++ b/html/javascript/config.js @@ -37,4 +37,9 @@ function getinit() { httpget("/php/GetIniFile.php",datad,getDevinfoRetrun) } + +function rebootclicked() +{ + alert("reboot") +} window.onload=getinit; diff --git a/html/php/GetSata.php b/html/php/GetSata.php index b3d9bbc..8118710 100644 --- a/html/php/GetSata.php +++ b/html/php/GetSata.php @@ -1 +1,10 @@ 0) +{ + echo '
'; +}else{ + echo '
'; +} \ No newline at end of file