mirror of
https://github.com/simon987/opendirectories-bot.git
synced 2025-12-14 15:49:03 +00:00
Initial commit
This commit is contained in:
24
templates/layout.html
Normal file
24
templates/layout.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>TODO Change</title>
|
||||
|
||||
<link rel="stylesheet" href="/static/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% endblock content %}
|
||||
|
||||
<a class="github-corner" href="https://github.com/simon987" title="Fork me on GitHub">
|
||||
<svg width="90" height="90" viewbox="0 0 250 250">
|
||||
<title>Fork me on GitHub!</title>
|
||||
<path d="M0 0h250v250"></path>
|
||||
<path class="octo-arm" d="M127.4 110c-14.6-9.2-9.4-19.5-9.4-19.5 3-7 1.5-11 1.5-11-1-6.2 3-2 3-2 4 4.7 2 11 2 11-2.2 10.4 5 14.8 9 16.2" fill="currentColor" style="transform-origin:130px 110px;"></path>
|
||||
<path class="octo-body" d="M113.2 114.3s3.6 1.6 4.7.6l15-13.7c3-2.4 6-3 8.2-2.7-8-11.2-14-25 3-41 4.7-4.4 10.6-6.4 16.2-6.4.6-1.6 3.6-7.3 11.8-10.7 0 0 4.5 2.7 6.8 16.5 4.3 2.7 8.3 6 12 9.8 3.3 3.5 6.7 8 8.6 12.3 14 3 16.8 8 16.8 8-3.4 8-9.4 11-11.4 11 0 5.8-2.3 11-7.5 15.5-16.4 16-30 9-40 .2 0 3-1 7-5.2 11l-13.3 11c-1 1 .5 5.3.8 5z" fill="currentColor"></path>
|
||||
</svg>
|
||||
</a>
|
||||
</body>
|
||||
</html>
|
||||
39
templates/report.html
Normal file
39
templates/report.html
Normal file
@@ -0,0 +1,39 @@
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div>
|
||||
<div id="report_wrapper">
|
||||
<div id="chart-wrapper">
|
||||
<canvas id="typesChart"></canvas>
|
||||
<script src="/static/Chart.min.js"></script>
|
||||
<script src="/static/js/report.js"></script>
|
||||
</div>
|
||||
|
||||
<table id="info-table">
|
||||
<tr>
|
||||
<th>Base url</th>
|
||||
<td>http://www.chrishaga.com/jodi/</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>File count</th>
|
||||
<td>213123</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Total size</th>
|
||||
<td>321 GB</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Report date</th>
|
||||
<td>2018-32-123-123:00</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user