57 lines
1.8 KiB
HTML
Raw Permalink 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.

<!DOCTYPE html>
<!--
Copyright (c) 2019, CashService.
-->
<html>
<head>
<meta charset="utf-8">
<title>Солярий {$version}</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="main" style="display:table;margin:auto;background-color:#003D8D" link="#C0C0C0" vlink="#808080" alink="#FF0000">
<p><img alt="" src="logo.png"/></p>
<form action="/netsettings" method="post">
<table align="left" border="0" cellpadding="1" cellspacing="1" style="width:400px">
<tbody>
<tr>
<td>Адрес</td>
<td><input name="ipAddrField" required="required" type="text" value="{$ip_addr}" /></td>
</tr>
<tr>
<td>Маска подсети</td>
<td><input name="NetMask" required="required" type="text" value="{$net_mask}" /></td>
</tr>
<tr>
<td>Шлюз</td>
<td><input name="Gateway" required="required" type="text" value="{$gateway}" /></td>
</tr>
<tr>
<td>MAC-адрес</td>
<td><input name="MAC" required="required" type="text" value="{$mac}" /></td>
</tr>
<tr>
<td>Пароль</td>
<td><input name="password" required="required" type="password"/></td>
</tr>
<tr>
<td></td>
<td><input name="ApplyButton" type="submit" value="Применить" style="width:154px"/></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</form>
<a href="index.html">В начало</a>
</body>
</html>