Update Lotw.php
这个提交包含在:
父节点
ecda88f240
当前提交
7b88764d8b
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -475,6 +475,7 @@ class Lotw extends CI_Controller {
|
||||||
$tableheaders .= "<td>IOTA</td>";
|
$tableheaders .= "<td>IOTA</td>";
|
||||||
$tableheaders .= "<td>Log Status</td>";
|
$tableheaders .= "<td>Log Status</td>";
|
||||||
$tableheaders .= "<td>LoTW Status</td>";
|
$tableheaders .= "<td>LoTW Status</td>";
|
||||||
|
$tableheaders .= "<td>Station ID</td>";
|
||||||
$tableheaders .= "</tr>";
|
$tableheaders .= "</tr>";
|
||||||
|
|
||||||
$table = "";
|
$table = "";
|
||||||
|
|
@ -571,6 +572,7 @@ class Lotw extends CI_Controller {
|
||||||
$table .= "<td>".$iota."</td>";
|
$table .= "<td>".$iota."</td>";
|
||||||
$table .= "<td>QSO Record: ".$status[0]."</td>";
|
$table .= "<td>QSO Record: ".$status[0]."</td>";
|
||||||
$table .= "<td>LoTW Record: ".$lotw_status."</td>";
|
$table .= "<td>LoTW Record: ".$lotw_status."</td>";
|
||||||
|
$table .= "<td>".$station_id."</td>
|
||||||
$table .= "</tr>";
|
$table .= "</tr>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用