dynamic/stats.html
2017-12-11 17:54:09 +03:00

43 lines
2.0 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>dynamic | stats</title>
<meta name="viewport" content="width=device-width, initial-scale=0.7">
<link rel="stylesheet" href="css/style.css">
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/script.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="lessmore">
<a id="menu" href="javascript:void(0)" onclick="showMenu()"><i class="fa fa-bars"></i></a>
<div id="dropdown-content">
<a href="/">На главную</a>
<a href="/filter.html">Настроить фильтр</a>
<a href="/" onclick="clearFilter()">Сбросить фильтр</a>
</div>
<a href="/" class="logo" style="text-decoration: none; color: #babdb6;"><u>dynamic</u> | <u>stats</u></a>
</div>
<div style="text-align: center;">
<h2 style="margin: 100px 0 0">Общий тренд</h2>
<img src="/img/stats/trend.png" width=800 height=600></img>
<h2>Колличество сообщений в эхах по авторам</h2>
<img src="/img/stats/echoes_by_author.png" width=800 height=600></img>
<h2>Топ 10</h2>
<img src="/img/stats/top_authors.png" width=800 height=600></img>
<h2>Распределение сообщений по дням недели</h2>
<img src="/img/stats/weekly_count.png" width=800 height=600></img>
<h2>Распределение сообщений в эхах по дням недели</h2>
<img src="/img/stats/weekly_echo.png" width=800 height=600></img>
</div>
<br>
<p> Поиск выполняется каждую ночь с такими условиями:
<pre>
-author: "Новостной_робот" -author: "RSS-bot" -author: "habrabot" -author:"RSS-бот"
</pre>
От текущего числа и на месяц назад.
</p>
</body>
</html>