WebguiappTemplate/HTML/index30.html

50 lines
1.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

~inc:head.inc~</head>
<body>
<div class = 'frm'>
<script>PrintMenu();</script>
<div class = "mform">
<div class='stg'>
<div id = 'name'>
Настройки|Панель[~dname~]
</div>
</br></br>
<form name="conf" method="post">
<table>
<tr><td class='rl'>ID устройства:</td><td>~serial~</td></tr>
<tr><td class='rl'>Режим СПИ:</td><td>
<select name="pmode">
<option value="poo" ~mopt(1)~>ПОО</option>
<option value="rtr" ~mopt(2)~>РТР</option>
<option value="poo_rtr" ~mopt(3)~>ПОО+РТР</option>
<option value="ppo" ~mopt(4)~>ППО</option>
</select>
</td></tr>
<tr><td class='rl'>Номер для РТР:</td><td><input type="number" required min="1" max="64" name='retnum' value ="~rtnum~"/></td></tr>
<tr><td height='20px'></td></tr>
</table>
<table><tr><td>
<table>
<tr><td>Район&nbsp1</td><td><input type="checkbox" name="prt1" value="1" ~prt(1)~/></td></tr>
<tr><td>Район&nbsp2</td><td><input type="checkbox" name="prt2" value="1" ~prt(2)~/></td></tr>
<tr><td>Район&nbsp3</td><td><input type="checkbox" name="prt3" value="1" ~prt(3)~/></td></tr>
<tr><td>Район&nbsp4</td><td><input type="checkbox" name="prt4" value="1" ~prt(4)~/></td></tr>
</table>
</td><td>
<table>
<tr><td>Район&nbsp5</td><td><input type="checkbox" name="prt5" value="1" ~prt(5)~/></td></tr>
<tr><td>Район&nbsp6</td><td><input type="checkbox" name="prt6" value="1" ~prt(6)~/></td></tr>
<tr><td>Район&nbsp7</td><td><input type="checkbox" name="prt7" value="1" ~prt(7)~/></td></tr>
<tr><td>Район&nbsp8</td><td><input type="checkbox" name="prt8" value="1" ~prt(8)~/></td></tr>
</table>
</td></tr></table>
<br/>
<div style='margin:auto;text-align:center'>
<button type="submit" class ='btn' name='sav' value='prs'>Сохранить</button>
</div>
</form>
</div>
</div>
</body>
</html>