27 lines
802 B
HTML
27 lines
802 B
HTML
~inc:head.inc~</head>
|
|
<body>
|
|
<div class = 'frm'>
|
|
<script>PrintMenu();</script>
|
|
<div class = "mform">
|
|
<div class='stg'>
|
|
<div id = 'name'>
|
|
Сеть|LoRaWAN[~dname~]
|
|
</div>
|
|
<form name="conf" method="post">
|
|
<table>
|
|
<script>
|
|
PrintCheckBox('Включить LoRaWAN','lren','~lren~',null);
|
|
PrintHexInput('ID устройства:','lrdvid','~lrdvid~',16,16);
|
|
PrintHexInput('ID приложения:','lrapid','~lrapid~',16,16);</script>
|
|
</table>
|
|
<table><tr><td align="center">Ключ приложения:</td></tr>
|
|
<tr><td align="center"><input type="text" size="40" name='lrapkey' value="~lrapkey~" title="64 символа A-H,a-h,0-9" pattern="^[0-9a-hA-H]{32}$"/></td></tr>
|
|
</table>
|
|
<br/>
|
|
</div>
|
|
<script>PrintSaveFail('~status_fail~');
|
|
PrintSaveBtn();</script>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html> |