kopia lustrzana https://github.com/magicbug/Cloudlog
commit
052902d4c0
|
@ -212,7 +212,7 @@ class Labels extends CI_Controller {
|
||||||
$time = strtotime($qso['time']);
|
$time = strtotime($qso['time']);
|
||||||
$myFormatForView = date("Y-m-d H:i", $time);
|
$myFormatForView = date("Y-m-d H:i", $time);
|
||||||
$rowData = [
|
$rowData = [
|
||||||
'Date/UTC' => $myFormatForView,
|
'Date/Time (UTC)' => $myFormatForView,
|
||||||
'Band' => $row['band'],
|
'Band' => $row['band'],
|
||||||
'Mode' => $row['mode'],
|
'Mode' => $row['mode'],
|
||||||
'RST' => $row['rst'],
|
'RST' => $row['rst'],
|
||||||
|
@ -242,7 +242,7 @@ class Labels extends CI_Controller {
|
||||||
$text .= "\n";
|
$text .= "\n";
|
||||||
$text .= $builder->renderTable();
|
$text .= $builder->renderTable();
|
||||||
if($qso['sat'] != "") {
|
if($qso['sat'] != "") {
|
||||||
$text .= "\n".'Satellite: '.$qso['sat'].' Mode: '.strtoupper($qso['sat_mode']);
|
$text .= "\n".'Satellite: '.$qso['sat'].' Mode: '.strtoupper($qso['sat_mode'][0]).'/'.strtoupper($qso['sat_mode'][1]);
|
||||||
}
|
}
|
||||||
$text .= "\nThanks for the QSO".($numofqsos>1 ? 's' : '');
|
$text .= "\nThanks for the QSO".($numofqsos>1 ? 's' : '');
|
||||||
$text .= " | ".($qso['qsl_recvd'] == 'Y' ? 'TNX' : 'PSE')." QSL";
|
$text .= " | ".($qso['qsl_recvd'] == 'Y' ? 'TNX' : 'PSE')." QSL";
|
||||||
|
|
Ładowanie…
Reference in New Issue