SyntaxHelp Text Dialog

这个提交包含在:
HB9HIL 2023-10-26 14:21:33 +02:00
父节点 462e464f6e
当前提交 ee90bdee9c
共有 2 个文件被更改,包括 1 次插入3 次删除

查看文件

@ -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,
});