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