diff --git a/scripts/dashboard/templates/about.html b/scripts/dashboard/templates/about.html index 895b6e8..f57d842 100644 --- a/scripts/dashboard/templates/about.html +++ b/scripts/dashboard/templates/about.html @@ -1,19 +1,4 @@ - - - - - {{title}} - - - +{% include 'header.html' %} {% include 'header.html' %} {{description}}

 

diff --git a/scripts/dashboard/templates/footer.html b/scripts/dashboard/templates/footer.html index a65e493..f5c14bb 100644 --- a/scripts/dashboard/templates/footer.html +++ b/scripts/dashboard/templates/footer.html @@ -1,3 +1,4 @@ +

Dashboard created by KF7EEL - https://github.com/kf7eel/hblink3
HBLink created by N0MJS.
HBLink GitHub page
diff --git a/scripts/dashboard/templates/help.html b/scripts/dashboard/templates/help.html index 1392dce..1c6f041 100644 --- a/scripts/dashboard/templates/help.html +++ b/scripts/dashboard/templates/help.html @@ -1,19 +1,4 @@ - - - - - {{title}} - - - +{% include 'page.html' %} {% include 'header.html' %}

Attention:

Please be aware that many (if not all) DMR radios DO NOT transmit your callsign when sending a GPS position. It is your responsibility to identify your station per the regulations of your country.

diff --git a/scripts/dashboard/templates/index.html b/scripts/dashboard/templates/index.html index 54d1127..0aafc0f 100644 --- a/scripts/dashboard/templates/index.html +++ b/scripts/dashboard/templates/index.html @@ -12,8 +12,14 @@ p { margin: 20px; } +.content { + max-width: 1200px; + min-width: 1200px; + margin: auto; +} +
{% include 'header.html' %}

Page automatically reloads every 2 minutes.

diff --git a/scripts/dashboard/templates/page.html b/scripts/dashboard/templates/page.html new file mode 100644 index 0000000..1c67ad4 --- /dev/null +++ b/scripts/dashboard/templates/page.html @@ -0,0 +1,22 @@ + + + + + {{title}} + + +
+