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:
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