-
Notifications
You must be signed in to change notification settings - Fork 0
/
consume.htm
70 lines (61 loc) · 2.47 KB
/
consume.htm
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<title>СПОЖИВАННЯ</title>
<link rel="stylesheet" href="../css/blank.css" />
<link rel="stylesheet" href="../css/forms.css" />
<link rel="stylesheet" href="../css/admin.css" />
</head>
<body>
<nav>
<a href='profile.htm'>ПРОФІЛЬ</a>
<a href='consume.htm' style="background:#ededed;">СПОЖИВАННЯ</a>
<a href='service.htm'>СЕРВІСИ</a>
<a href='../login.htm'>ВИХІД</a>
</nav>
<aside>
<article>
<section>
<h2>СПОЖИВАННЯ</h2>
<p>Статистика споживання для клієнта.</p>
<br />
<div id="ctrl"> </div>
<div id="frms"></div>
</section>
</article>
</aside>
<main>
<section>
<table class="table" align="center"><thead id="head"><tr class="trGroup"><td width="33%"><h4>Контракти</h4></td><td width="66%"><h4>Нарахування</h4></td></tr></thead></table><br />
<table><tbody><tr valign="top"><td>
<div class="td">
<div class="table">
<div id="accountsHead" class="trGroup"></div>
<div id="accountsRow" class="trGroup"></div>
</div>
</div>
</td><td>
<div class="td">
<div class="table">
<div id="txsHead" class="trGroup"></div>
<div id="txsRow" class="trGroup"></div>
</div>
</div>
</td></tr></tbody></table>
</section>
</main>
<script src='https://ws.n2o.dev/priv/utf8.js'></script>
<script src='https://ws.n2o.dev/priv/bert.js'></script>
<script src='https://ws.n2o.dev/priv/heart.js'></script>
<script src='https://ws.n2o.dev/priv/ieee754.js'></script>
<script src='https://ws.n2o.dev/priv/n2o.js'></script>
<script src='https://ws.n2o.dev/priv/ftp.js'></script>
<script src='https://nitro.n2o.dev/priv/js/nitro.js'></script>
<script>host = location.hostname; port = 8051;</script>
<script>protos = [$bert]; N2O_start();</script>
</body>
</html>