organize web interface files
This commit is contained in:
parent
2f17b193c4
commit
418db6b110
|
|
@ -9,14 +9,11 @@ api/set3.json
|
|||
api/stat.json
|
||||
api/status.json
|
||||
api/tmr.json
|
||||
ca_cert.pem
|
||||
app
|
||||
app/set_app.html
|
||||
favicon.ico
|
||||
head.inc
|
||||
index.html
|
||||
index23.html
|
||||
index30.html
|
||||
index40.html
|
||||
index41.html
|
||||
ioscr.js
|
||||
new
|
||||
new/iconsfont.css
|
||||
|
|
@ -26,12 +23,17 @@ new/ioscr.js
|
|||
new/logo.png
|
||||
new/main.js
|
||||
new/styles.css
|
||||
res
|
||||
res/ca_cert.pem
|
||||
style.css
|
||||
sys
|
||||
sys/control.html
|
||||
sys/reboot.html
|
||||
sys/set_eth.html
|
||||
sys/set_gprs.html
|
||||
sys/set_lora.html
|
||||
sys/set_mqtt.html
|
||||
sys/set_sys.html
|
||||
sys/set_time.html
|
||||
sys/set_wifi.html
|
||||
sys/set_wifi.html
|
||||
sys/stats.html
|
||||
|
|
@ -22,23 +22,23 @@ xhr.send(null);
|
|||
|
||||
function PrintMenu(){
|
||||
document.write("<div id='conteiner'><nav id='menu1'><ul>");
|
||||
document.write("<li><a href='index.html'>Главная</a></li>");
|
||||
document.write("<li><a href='index.html'>Main</a></li>");
|
||||
|
||||
document.write("<li><a href='#'>Сервис</a><ul>");
|
||||
document.write("<li><a href='index40.html'>Управление</a></li>");
|
||||
document.write("<li><a href='index41.html'>Статистика</a></li></ul></li>");
|
||||
document.write("<li><a href='#'>Service</a><ul>");
|
||||
document.write("<li><a href='sys/control.html'>Control</a></li>");
|
||||
document.write("<li><a href='sys/stats.html'>Stats</a></li></ul></li>");
|
||||
|
||||
document.write("<li><a href='#'>Настройки</a><ul>");
|
||||
document.write("<li><a href='index30.html'>Панель</a></li>");
|
||||
document.write("<li><a href='#'>Settings</a><ul>");
|
||||
//document.write("<li><a href='app/set_app.html'>Application</a></li>");
|
||||
document.write("<li><a href='sys/set_mqtt.html'>MQTT</a></li>");
|
||||
document.write("<li><a href='sys/set_sys.html'>System</a></li>");
|
||||
document.write("<li><a href='sys/set_time.html'>Time</a></li></ul></li>");
|
||||
|
||||
document.write("<li><a href='#'>Сеть</a><ul>");
|
||||
document.write("<li><a href='#'>Network</a><ul>");
|
||||
document.write("<li><a href='sys/set_eth.html'>Ethernet</a></li>");
|
||||
document.write("<li><a href='sys/set_wifi.html'>WiFi</a></li>");
|
||||
document.write("<li><a href='sys/set_gprs.html'>GPRS</a></li>");
|
||||
document.write("<li><a href='index23.html'>LoRaWAN</a></li></ul></li>");
|
||||
//document.write("<li><a href='sys/set_lora.html'>LoRaWAN</a></li></ul></li>");
|
||||
document.write("</ul></nav></div>");}
|
||||
|
||||
function PrintIPInput(title,name,value){document.write("<tr><td class='rl'>"+title+"</td><td><input type='text' required size='20' name='"+name+"' value='"+value+"' title='IP адрес xxx.xxx.xxx.xxx' pattern='^\\d{1,3}\.\\d{1,3}\.\\d{1,3}\.\\d{1,3}$' /></td></tr>");}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 267a7de82ac60a1d0a4e8caed0324e8c5600bfd9
|
||||
Subproject commit d22992654bbc55ca8a6d316b5da6c0489eb3b387
|
||||
Loading…
Reference in New Issue
Block a user