You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
731 B

<!DOCTYPE html>
<head>
<title>DHCP web-viewer</title>
</head>
<html>
<body>
<h1>Таблица импорта обновлена.</h1>
Если устройства не перезагружены автоматически, это необходимо сделать вручную.
<table border="1">
<caption>Добавленные хосты</caption>
<tr>
<th>IP адрес</th>
<th>Mac адрес</th>
<th>Имя хоста</th>
</tr>
%for a in A:
<tr>
<td>{{a[0]}}</td>
<td>{{a[1]}}</td>
<td>{{a[2]}}</td>
%end
</tr>
</table>
<a target="_blank" href="/">Назад</a>
</body>
</html>

Powered by TurnKey Linux.