From ea68256ae1e15fdcb675dac1ec8e3717a84ed36e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 16 Jan 2024 22:18:58 +0100 Subject: Improve CSS --- templates/dashboard.html | 6 +++--- templates/incoming.html | 2 +- templates/send.html | 21 ++++++++++++--------- templates/settings.html | 3 ++- 4 files changed, 18 insertions(+), 14 deletions(-) (limited to 'templates') diff --git a/templates/dashboard.html b/templates/dashboard.html index fa899ba..a58bec6 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,12 +1,12 @@ {% include "head.html" %} -
+

Dashboard

-
+

Statistics

This node is up since {{ node_startup_time }}

Database contains {{ num_received_frames }} received frames

-
+

Ten most recent packets

    {% for packet in packets %} diff --git a/templates/incoming.html b/templates/incoming.html index 3de173d..2a43623 100644 --- a/templates/incoming.html +++ b/templates/incoming.html @@ -1,5 +1,5 @@ {% include "head.html" %} -
    +
    Incoming!
    {% include "foot.html" %} diff --git a/templates/send.html b/templates/send.html index 2a669e4..7889c20 100644 --- a/templates/send.html +++ b/templates/send.html @@ -1,14 +1,15 @@ {% include "head.html" %} -
    +

    Send a frame

    -

    - One main feature of CATS is that packets are constructed from Whiskers. +

    One main feature of CATS is that packets are constructed from Whiskers. Each Whisker represents one possible attribute of data.

    On this page you can select which whiskers to include in your packet.

    -
    +

    Identification

    {{ conf.callsign }}-{{ conf.ssid }}

    +
    +

    Destination Whisker

    CATS packets can optionally have one or more destinations. This can be useful for e.g. sending a message to another amateur radio operator, @@ -16,21 +17,23 @@ The destination consists of a UTF-8 callsign and an SSID byte.

    +
    +

    Comment Whisker

    - -
    + +
    {% include "foot.html" %} {# vi:set et sw=2 ts=2: #} diff --git a/templates/settings.html b/templates/settings.html index a24137e..b8ec258 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -1,7 +1,8 @@ {% include "head.html" %} -
    +

    Node Settings

    +
    General -- cgit v1.2.3