23 lines
482 B
HTML
23 lines
482 B
HTML
~inc:head.inc~</head>
|
|
<body>
|
|
<div class = 'frm'>
|
|
<script>PrintMenu();</script>
|
|
<div class = "mform">
|
|
<div class='stg'>
|
|
<div id = 'name'>
|
|
Settings|App[~dname~]
|
|
</div>
|
|
</br></br>
|
|
<form name="conf" method="post">
|
|
<table>
|
|
<tr><td class='rl'>ID устройства:</td><td>~serial~</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> |