SyntaxHelp Text Dialog
这个提交包含在:
父节点
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>Before start logging a qso to notice to basic rules:</p>
|
||||||
<p>- Every new QSO get its own new line</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>
|
<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>
|
<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>
|
<pre>
|
||||||
20m ssb
|
20m ssb
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,7 @@ $('#js-syntax').click(function (event) {
|
||||||
success: function (html) {
|
success: function (html) {
|
||||||
BootstrapDialog.alert({
|
BootstrapDialog.alert({
|
||||||
title: "<h4>"+lang_simplefle_syntax_help_ln1+"</h4>",
|
title: "<h4>"+lang_simplefle_syntax_help_ln1+"</h4>",
|
||||||
// // size: BootstrapDialog.SIZE_NORMAL,
|
size: BootstrapDialog.SIZE_WIDE,
|
||||||
nl2br: false,
|
nl2br: false,
|
||||||
message: html,
|
message: html,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用