-
Notifications
You must be signed in to change notification settings - Fork 89
/
home.html
71 lines (58 loc) · 2.17 KB
/
home.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<head>
<script type="text/javascript">
function initpage()
{
}
</script>
</head>
<body>
<table style="width: 100%" cellspacing=8><tbody style="vertical-align: top">
<tr><td style="width: 50%">
<div align=center>
<p><b>%l10n_home_project%</b></p>
<p>%l10n_home_desc%</p>
<p>
<a href="https://t.me/routerscan" target="_blank"><img src="https://img.shields.io/badge/chat-Telegram-blue.svg"/></a>
<a href="https://forum.antichat.ru/threads/427654/" target="_blank"><img src="https://img.shields.io/badge/forum-ANTICHAT-green.svg"/></a>
<a class="github-button" href="https://github.com/binarymaster/3WiFi/subscription" data-show-count="true" aria-label="Watch binarymaster/3WiFi on GitHub">Watch</a>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</p>
<table>
<tr>
<td><a href="map" title="%l10n_menu_map%"><img src="img/map.png"></a></td>
<td><a href="find" title="%l10n_menu_find%"><img src="img/find.png"></a></td>
</tr>
<tr>
<td><a href="upload" title="%l10n_menu_upload%"><img src="img/add.png"></a></td>
<td><a href="stat" title="%l10n_menu_stats%"><img src="img/stat.png"></a></td>
</tr>
</table>
</div>
<div class=graphbkg style="width: 100%">
<div style="max-height: 412px; overflow-y: auto">
<p><b>%l10n_home_changelog%</b></p>
%news%
</div>
</div>
</td><td style="width: 50%">
<div class=graphbkg style="width: 100%">
<p><b>%l10n_home_todolist%</b></p>
<ul class=todo>
<li><tt>#ФИЧА</tt> <tt>#Поиск</tt> По дате / за несколько суток (только для участников)</li>
<li><tt>#ФИЧА</tt> <tt>#Загрузка</tt> Показывать BSSIDы точек, найденных на карте</li>
</ul>
</div>
<div class=graphbkg style="width: 100%">
<p><b>Памятка пользователя</b></p>
<p>• Заполнить по вкусу</p>
</div>
<div class=graphbkg style="width: 100%">
<p><b>%l10n_tbl_links%</b></p>
<ul>
<li><a href="https://github.com/binarymaster/3WiFi" target=_blank>Исходные коды — GitHub</a></li>
<li><a href="https://forum.antichat.ru/threads/427654/" target=_blank>Обсуждение на форуме</a></li>
</ul>
</div>
</td>
</tbody></table>
</body>