mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
SyntaxHelp Text Dialog
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<h5>The basic syntax of FastLogEntry</h5>
|
||||
<p>Before start logging a qso to notice to basic rules:</p>
|
||||
<p>- Every new QSO get its own new line</p>
|
||||
<p>- At every new line only write data, which changed to the last qso</p>
|
||||
<br>
|
||||
<p>We start with the first data, you already filled the form on the left with the date, wwff/sota info, stationcall and operator call. The main data contains the <em>band, mode and time</em>. After time you provide the first qso (basically the callsign)</p>
|
||||
<pre>
|
||||
20m ssb
|
||||
|
||||
@@ -100,7 +100,7 @@ $('#js-syntax').click(function (event) {
|
||||
success: function (html) {
|
||||
BootstrapDialog.alert({
|
||||
title: "<h4>"+lang_simplefle_syntax_help_ln1+"</h4>",
|
||||
// // size: BootstrapDialog.SIZE_NORMAL,
|
||||
size: BootstrapDialog.SIZE_WIDE,
|
||||
nl2br: false,
|
||||
message: html,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user