mirror of
https://github.com/dimoniche/solarium.vlad.git
synced 2026-01-30 13:03:30 +03:00
57 lines
1.8 KiB
HTML
57 lines
1.8 KiB
HTML
<!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> </p>
|
||
<p> </p>
|
||
<p> </p>
|
||
<p> </p>
|
||
<p> </p>
|
||
|
||
</form>
|
||
|
||
<a href="index.html">В начало</a>
|
||
|
||
</body>
|
||
</html>
|