Added hamqth.com and some tooltips
这个提交包含在:
		
							父节点
							
								
									a292ce2b28
								
							
						
					
					
						当前提交
						8d6466334b
					
				
					共有  3 个文件被更改,包括 7 次插入 和 2 次删除
				
			
		|  | @ -60,13 +60,14 @@ | ||||||
| 
 | 
 | ||||||
|               <!-- Callsign Input --> |               <!-- Callsign Input --> | ||||||
|               <div class="form-row"> |               <div class="form-row"> | ||||||
|                 <div class="form-group col-md-9"> |                 <div class="form-group col-md-7"> | ||||||
|                   <label for="callsign"><?php echo $this->lang->line('gen_hamradio_callsign'); ?></label>
 |                   <label for="callsign"><?php echo $this->lang->line('gen_hamradio_callsign'); ?></label>
 | ||||||
|                   <input type="text" class="form-control" id="callsign" name="callsign" required> |                   <input type="text" class="form-control" id="callsign" name="callsign" required> | ||||||
|                   <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 col-md-1 align-self-center"> |                 <div class="form-group col-md-3 align-self-center"> | ||||||
|                   <small id="qrz_info" class="badge badge-secondary"></small> |                   <small id="qrz_info" class="badge badge-secondary"></small> | ||||||
|  |                   <small id="hamqth_info" class="badge badge-secondary"></small> | ||||||
|                 </div> |                 </div> | ||||||
|               </div> |               </div> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -248,6 +248,7 @@ function reset_fields() { | ||||||
| 	$('#country').val(""); | 	$('#country').val(""); | ||||||
| 	$('#lotw_info').text(""); | 	$('#lotw_info').text(""); | ||||||
| 	$('#qrz_info').text(""); | 	$('#qrz_info').text(""); | ||||||
|  | 	$('#hamqth_info').text(""); | ||||||
| 	$('#dxcc_id').val(""); | 	$('#dxcc_id').val(""); | ||||||
| 	$('#cqz').val(""); | 	$('#cqz').val(""); | ||||||
| 	$('#name').val(""); | 	$('#name').val(""); | ||||||
|  | @ -354,6 +355,9 @@ $("#callsign").focusout(function() { | ||||||
| 					$('#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>');  | 				$('#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>');  | ||||||
|  | 				$('#qrz_info').attr('title', 'Lookup '+find_callsign+' info on qrz.com'); | ||||||
|  | 				$('#hamqth_info').html('<a target="_blank" href="https://www.hamqth.com/'+find_callsign+'"><img width="32" height="32" src="/images/icons/hamqth.com.png"></a>');  | ||||||
|  | 				$('#hamqth_info').attr('title', 'Lookup '+find_callsign+' info on hamqth.com'); | ||||||
| 
 | 
 | ||||||
| 				$('#dxcc_id').val(result.dxcc.adif); | 				$('#dxcc_id').val(result.dxcc.adif); | ||||||
| 				$('#cqz').val(result.dxcc.cqz); | 				$('#cqz').val(result.dxcc.cqz); | ||||||
|  |  | ||||||
							
								
								
									
										
											二进制
										
									
								
								images/icons/hamqth.com.png
									
									
									
									
									
										普通文件
									
								
							
							
						
						
									
										
											二进制
										
									
								
								images/icons/hamqth.com.png
									
									
									
									
									
										普通文件
									
								
							
										
											二进制文件未显示。
										
									
								
							| 之后 宽度: | 高度: | 大小: 36 KiB | 
		正在加载…
	
		在新工单中引用