Add icon link to qrz.com page
这个提交包含在:
父节点
1ba45fe622
当前提交
4b7ae76baf
共有 3 个文件被更改,包括 6 次插入 和 0 次删除
|
|
@ -65,6 +65,10 @@
|
||||||
<small id="callsign_info" class="badge badge-secondary"></small> <small id="lotw_info" class="badge badge-light"></small>
|
<small id="callsign_info" class="badge badge-secondary"></small> <small id="lotw_info" class="badge badge-light"></small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<small id="qrz_info" class="badge badge-secondary"></small>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<div class="form-group col-md-6">
|
<div class="form-group col-md-6">
|
||||||
<label for="mode"><?php echo $this->lang->line('gen_hamradio_mode'); ?></label>
|
<label for="mode"><?php echo $this->lang->line('gen_hamradio_mode'); ?></label>
|
||||||
|
|
|
||||||
|
|
@ -247,6 +247,7 @@ function reset_fields() {
|
||||||
$('#locator_info').text("");
|
$('#locator_info').text("");
|
||||||
$('#country').val("");
|
$('#country').val("");
|
||||||
$('#lotw_info').text("");
|
$('#lotw_info').text("");
|
||||||
|
$('#qrz_info').text("");
|
||||||
$('#dxcc_id').val("");
|
$('#dxcc_id').val("");
|
||||||
$('#cqz').val("");
|
$('#cqz').val("");
|
||||||
$('#name').val("");
|
$('#name').val("");
|
||||||
|
|
@ -352,6 +353,7 @@ $("#callsign").focusout(function() {
|
||||||
if(result.lotw_member == "active") {
|
if(result.lotw_member == "active") {
|
||||||
$('#lotw_info').text("LoTW");
|
$('#lotw_info').text("LoTW");
|
||||||
}
|
}
|
||||||
|
$('#qrz_info').html('<a target="_blank" href="https://www.qrz.com/db/'+find_callsign+'"><img width="32" height="32" src="/images/icons/qrz.com.png"></a>');
|
||||||
|
|
||||||
$('#dxcc_id').val(result.dxcc.adif);
|
$('#dxcc_id').val(result.dxcc.adif);
|
||||||
$('#cqz').val(result.dxcc.cqz);
|
$('#cqz').val(result.dxcc.cqz);
|
||||||
|
|
|
||||||
二进制
images/icons/qrz.com.png
普通文件
二进制
images/icons/qrz.com.png
普通文件
二进制文件未显示。
|
之后 宽度: | 高度: | 大小: 36 KiB |
正在加载…
在新工单中引用