From aac4d9fdda44e065b537c98269c8439945e2ba78 Mon Sep 17 00:00:00 2001 From: dmitrium12 Date: Thu, 27 Apr 2023 18:04:54 +0700 Subject: [PATCH] =?UTF-8?q?2=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20?= =?UTF-8?q?=D1=81=D0=B0=D0=B9=D1=82=D0=B0,=20=D1=87=D1=82=D0=BE=D0=B1?= =?UTF-8?q?=D1=8B=20=D0=B1=D1=8B=D0=BB=D0=BE=20=D1=81=D0=BE=D0=B2=D1=81?= =?UTF-8?q?=D0=B5=D0=BC=20=D0=BA=D1=80=D0=B0=D1=81=D0=B8=D0=B2=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db.sql | Bin 65536 -> 65536 bytes static/audio-player/css/player.css | 20 -------- static/css/index.css | 52 +++++++++++++++++++ static/css/log.css | 68 +++++++++++++++++++++++++ static/css/logs.css | 58 +++++++++++++++++++++ static/{audio-player => }/js/player.js | 4 +- static/templates/index.html | 22 ++++---- static/templates/log.html | 61 ++++++++++++---------- static/templates/logs.html | 43 +++++++--------- 9 files changed, 244 insertions(+), 84 deletions(-) delete mode 100644 static/audio-player/css/player.css create mode 100644 static/css/index.css create mode 100644 static/css/log.css create mode 100644 static/css/logs.css rename static/{audio-player => }/js/player.js (94%) diff --git a/db.sql b/db.sql index 115b6e0eb90d34f05a305a757958a2e27a378009..e7a205a416211c5d30cc425d26ac5c71367f2bcc 100644 GIT binary patch delta 285 zcmZo@U}e08Y=nq85pWq8p|1ttqjd9 zj7%+!4a|-8O!W-(5L^=@Q>!wkz<9@WD^s({8|O>gLX_12^%xkLSsEA_>lqpvndpW3 zR>da<6*v|Y8J7eE8+fLqWcgaAxK(*MhqCZ8FfcIkH!$!wY!(zq;h&s0pWh59RL8=~ k0JL7^XP^KnE`U0e6c=n-@QPICXJlS - + Login + + -
-

Login

-
- - - -
-
+
+

Login

+
+ + + +
+
- \ No newline at end of file + diff --git a/static/templates/log.html b/static/templates/log.html index f8b8468..b8f3e14 100644 --- a/static/templates/log.html +++ b/static/templates/log.html @@ -1,39 +1,44 @@ - - - - - - + + + - -
-
- {% for lo in log %} -
-
- - {% if lo.text %} - {% for line in lo.text %} - {{ line }}
- {% endfor %} - {% else %} - No text file found. - {% endif %} +
+

My Audio Files

+ + {% for lo in log %} + +
+ +
+ + + +
+ +
{{ lo.title }}
+ + {% if lo.text %} + +
{% for line in lo.text %} {{ line }}
{% endfor %}
+ + {% else %} + +
No text file found.
+ + {% endif %} +
- {% endfor %}
-
- + {% endfor %} +
+ \ No newline at end of file diff --git a/static/templates/logs.html b/static/templates/logs.html index 371877c..68f58a1 100644 --- a/static/templates/logs.html +++ b/static/templates/logs.html @@ -1,31 +1,26 @@ - + Logs + + -
-

Logs

- - {% if logs %} - - - {% else %} - No logs found. - {% endif %} - - {% if logged_in %} - Logged in as admin. - {% else %} - You need to be logged in to view this page. - {% endif %} - -
- +
+

Logs

+ {% if logs %} +
    + {% for log in logs %} +
  • +
    + +
    +
  • + {% endfor %} +
+ {% else %} +

No logs found.

+ {% endif %} +
- \ No newline at end of file