-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreports.htm
76 lines (66 loc) · 2.81 KB
/
reports.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
69
70
71
72
73
74
<!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='reports.htm' style="background:#ededed;">ЗВІТНІСТЬ</a>
<a href='tariffs.htm'>ТАРИФИ</a>
<a href='domains.htm'>РОЛІ</a>
<a href='../admin/bpe.htm'>АДМІН</a>
<a href='../login.htm'>ВИХІД</a>
</nav>
<aside>
<article>
<section>
<h2>ЗВІТНІСТЬ</h2>
<p>Статистика піпдприємства, CashFlow та P&L звітність.</p>
</section>
</article>
</aside>
<main>
<section>
<table class="table" align="center"><thead><tr class="trGroup"><td width="33%"><h3>Контракти</h3></td><td width="33%"><h3>Прибуток</h3></td><td width="33%"><h3>Регулятори</h3></td></tr></thead></table><br />
<table><tbody><tr valign="top"><td>
<div class="td">
<div class="table">
<div id="investmentsHead" class="trGroup"></div>
<div id="investmentsRow" class="trGroup"></div>
</div>
</div>
</td><td>
<div class="td">
<div class="table">
<div id="incomeHead" class="trGroup"></div>
<div id="incomeRow" class="trGroup"></div>
</div>
</div>
</td><td>
<div class="td">
<div class="table">
<div id="outcomeHead" class="trGroup"></div>
<div id="outcomeRow" 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>