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/send.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'templates/send.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: #} -- cgit v1.2.3