From 2aa403d3c916ff4208e5bac459eb555a77030238 Mon Sep 17 00:00:00 2001 From: dm5wk Date: Sun, 26 May 2024 17:12:23 +0200 Subject: [PATCH] add more help and hints --- band-plan.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/band-plan.html b/band-plan.html index 52c6bc7..fe64d6c 100644 --- a/band-plan.html +++ b/band-plan.html @@ -300,10 +300,12 @@ div>label { // eslint-disable-next-line no-unused-vars function help() { alert( - 'Plan: use your own yml file for a band plan, URLs are possible, CORS needs to be allowed for the file\n' + 'Base plan and Extension plan: use your own yml file for a band plan, URLs are possible, CORS needs to be allowed for the files, download standard files for examples\n' + 'Filter rows with text in column headings, use filter starting with "!" as exclusion\n' - + 'Download list: saves .pdf of the current list\n' - + 'Selection of rows with mouse possible' + + 'Download list: saves .pdf of the current list (selection of rows apply)\n' + + 'Selection of rows with mouse possible\n' + + 'Download plans: get the yml plans\n' + + 'Create link: get link for currently selected plans for bookmarking\n' ); } @@ -326,5 +328,9 @@ div>label {
+
+

This information is supplied without liability.

+

Source is at https://src.dm5wk.de/dm5wk/band-plan-web/

+