From 6f28bb2a163e7cfae343bf69468a243522732ed9 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sun, 27 Nov 2022 13:54:14 -0500 Subject: [PATCH] Refactor MySQL database specific SQL --- templates/content-index.tpl.html | 62 ++------------------------ templates/queries-index-mysql.tpl.html | 62 ++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 58 deletions(-) create mode 100644 templates/queries-index-mysql.tpl.html diff --git a/templates/content-index.tpl.html b/templates/content-index.tpl.html index 664a9e2..c7e6288 100644 --- a/templates/content-index.tpl.html +++ b/templates/content-index.tpl.html @@ -3,6 +3,7 @@ +
@@ -10,21 +11,7 @@
- @@ -47,33 +34,7 @@

Latest Shows

-
@@ -99,22 +60,7 @@

Previous five weeks

- diff --git a/templates/queries-index-mysql.tpl.html b/templates/queries-index-mysql.tpl.html new file mode 100644 index 0000000..120b936 --- /dev/null +++ b/templates/queries-index-mysql.tpl.html @@ -0,0 +1,62 @@ + + + +