diff --git a/scripts/dashboard/templates/about.html b/scripts/dashboard/templates/about.html index 31a3320..d1b92e4 100644 --- a/scripts/dashboard/templates/about.html +++ b/scripts/dashboard/templates/about.html @@ -14,29 +14,7 @@ p { -

Logo

-

{{title}}

-
- - - - - - - -
- - - -
-
+{% include 'header.html' %} {{description}} -
-
Dashboard created by KF7EEL - https://github.com/kf7eel/hblink3
HBLink created by N0MJS.
HBLink GitHub page
+{% include 'footer.html' %} - - diff --git a/scripts/dashboard/templates/footer.html b/scripts/dashboard/templates/footer.html new file mode 100644 index 0000000..a65e493 --- /dev/null +++ b/scripts/dashboard/templates/footer.html @@ -0,0 +1,4 @@ +
+
Dashboard created by KF7EEL - https://github.com/kf7eel/hblink3
HBLink created by N0MJS.
HBLink GitHub page
+ + diff --git a/scripts/dashboard/templates/header.html b/scripts/dashboard/templates/header.html new file mode 100644 index 0000000..79cfa10 --- /dev/null +++ b/scripts/dashboard/templates/header.html @@ -0,0 +1,25 @@ +

Logo

+

{{title}}

+
+ + + + + + + + +
+ + + + + +
+
diff --git a/scripts/dashboard/templates/help.html b/scripts/dashboard/templates/help.html new file mode 100644 index 0000000..d677333 --- /dev/null +++ b/scripts/dashboard/templates/help.html @@ -0,0 +1,19 @@ + + + + + {{title}} + + + +{% include 'header.html' %} +Help info here. +{% include 'footer.html' %} diff --git a/scripts/dashboard/templates/index.html b/scripts/dashboard/templates/index.html index cc3a133..b07d291 100644 --- a/scripts/dashboard/templates/index.html +++ b/scripts/dashboard/templates/index.html @@ -15,26 +15,7 @@ p { -

Logo

-

{{title}}

-
- - - - - - - -
- - - -
-
+{% include 'header.html' %}

Page automatically reloads every 2 minutes.

@@ -46,7 +27,5 @@ p {
-
-
Dashboard created by KF7EEL - https://github.com/kf7eel/hblink3
HBLink created by N0MJS.
HBLink GitHub page
- - + {% include 'header.html' %} +