35 lines
1.3 KiB
HTML
35 lines
1.3 KiB
HTML
~inc:head.inc~</head>
|
|
<body>
|
|
<div class = 'frm'>
|
|
<script>PrintMenu();</script>
|
|
<div class = "mform">
|
|
<div class='stg'>
|
|
<div id = 'name'>
|
|
Настройки|Станция[~dname~]
|
|
</div>
|
|
<form name="conf" method="post">
|
|
<table>
|
|
<script>PrintCheckBox('Включить MQTT 1','mqttenb1','~mqtten1~',null);
|
|
PrintTextInput('URL шлюза сообщений','cld1','~ipcld1~',3,31);
|
|
PrintInt('Порт шлюза сообщений','mprt1','~mport1~',1000,65534);
|
|
PrintTextInput('ID станции','idd1','~idcld1~',3,31);
|
|
PrintTextInput('Корневая тема','top1','~topic1~',3,31);
|
|
PrintTextInput('Логин','clnm1','~clname1~',3,31);
|
|
PrintTextInput('Пароль','clps1','~clpass1~',3,31);
|
|
PrintSep();
|
|
PrintCheckBox('Включить MQTT 2','mqttenb2','~mqtten2~',null);
|
|
PrintTextInput('URL шлюза сообщений','cld2','~ipcld2~',3,31);
|
|
PrintInt('Порт шлюза сообщений','mprt2','~mport2~',1000,65534);
|
|
PrintTextInput('ID станции','idd2','~idcld2~',3,31);
|
|
PrintTextInput('Корневая тема','top2','~topic2~',3,31);
|
|
PrintTextInput('Логин','clnm2','~clname2~',3,31);
|
|
PrintTextInput('Пароль','clps2','~clpass2~',3,31);</script>
|
|
</table>
|
|
</div>
|
|
<script>PrintSaveFail('~status_fail~');
|
|
PrintSaveBtn();</script>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |