-
Notifications
You must be signed in to change notification settings - Fork 1
/
web_reboot.SOURCE.html
48 lines (43 loc) · 1.23 KB
/
web_reboot.SOURCE.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="icon" type="image/png" sizes="16x16" href="/favicon.16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.32x32.png">
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title><?py title ?></title>
<link rel="stylesheet" type="text/css" href="web_nn.css">
</head>
<body>
<div class="mainTables">
<table class="mainTables">
<tr>
<td rowspan="6"> </td>
<td colspan="2"><?py title ?></td>
<td rowspan="6"> </td>
</tr>
<tr>
<td>Device Unique ID:</td>
<td class="ro"><pre><?py uid ?></pre></td>
</tr>
<tr>
<td>MAC Address:</td>
<td class="ro"><pre><?py mac ?></pre></td>
</tr>
<tr>
<td colspan=2> </td>
</tr>
<tr>
<td class="warning" colspan=2>
Rebooting in 5 seconds...
</td>
</tr>
<tr>
<td colspan=2> </td>
</tr>
<tr>
<td class="byline ro" colspan=4><em><?py ver ?></em></td>
</tr>
</table>
</div>
</body>
</html>