[QRB Link] Removed id from link.
这个提交包含在:
		
							父节点
							
								
									274ecf85cb
								
							
						
					
					
						当前提交
						2badf11288
					
				
					共有  3 个文件被更改,包括 6 次插入 和 6 次删除
				
			
		|  | @ -31,9 +31,9 @@ function echo_table_col($row, $name) { | ||||||
| 
 | 
 | ||||||
| function echoQrbCalcLink($grid, $vucc) { | function echoQrbCalcLink($grid, $vucc) { | ||||||
| 	if (strlen($grid) != 0) { | 	if (strlen($grid) != 0) { | ||||||
| 		echo $grid . ' <a id="edit_qso" href="javascript:spawnQrbCalculator(\'' . $grid . '\')"><i class="fas fa-globe"></i></a>'; | 		echo $grid . ' <a href="javascript:spawnQrbCalculator(\'' . $grid . '\')"><i class="fas fa-globe"></i></a>'; | ||||||
| 	} else if (strlen($vucc) != 0) { | 	} else if (strlen($vucc) != 0) { | ||||||
| 		echo $vucc .' <a id="edit_qso" href="javascript:spawnQrbCalculator(\'' . $vucc . '\')"><i class="fas fa-globe"></i></a>'; | 		echo $vucc .' <a href="javascript:spawnQrbCalculator(\'' . $vucc . '\')"><i class="fas fa-globe"></i></a>'; | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
| ?>
 | ?>
 | ||||||
|  |  | ||||||
|  | @ -32,9 +32,9 @@ function echo_table_col($row, $name) { | ||||||
| 
 | 
 | ||||||
| function echoQrbCalcLink($grid, $vucc) { | function echoQrbCalcLink($grid, $vucc) { | ||||||
| 	if (strlen($grid) != 0) { | 	if (strlen($grid) != 0) { | ||||||
| 		echo $grid . ' <a id="edit_qso" href="javascript:spawnQrbCalculator(\'' . $grid . '\')"><i class="fas fa-globe"></i></a>'; | 		echo $grid . ' <a href="javascript:spawnQrbCalculator(\'' . $grid . '\')"><i class="fas fa-globe"></i></a>'; | ||||||
| 	} else if (strlen($vucc) != 0) { | 	} else if (strlen($vucc) != 0) { | ||||||
| 		echo $vucc .' <a id="edit_qso" href="javascript:spawnQrbCalculator(\'' . $vucc . '\')"><i class="fas fa-globe"></i></a>'; | 		echo $vucc .' <a href="javascript:spawnQrbCalculator(\'' . $vucc . '\')"><i class="fas fa-globe"></i></a>'; | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
| ?>
 | ?>
 | ||||||
|  |  | ||||||
|  | @ -97,7 +97,7 @@ | ||||||
|                     <?php if($row->COL_GRIDSQUARE != null) { ?>
 |                     <?php if($row->COL_GRIDSQUARE != null) { ?>
 | ||||||
|                     <tr> |                     <tr> | ||||||
|                         <td>Gridsquare:</td> |                         <td>Gridsquare:</td> | ||||||
|                         <td><?php echo $row->COL_GRIDSQUARE; ?> <a id="edit_qso" href="javascript:spawnQrbCalculator('<?php echo $row->COL_GRIDSQUARE; ?>')"><i class="fas fa-globe"></i></a></td>
 |                         <td><?php echo $row->COL_GRIDSQUARE; ?> <a href="javascript:spawnQrbCalculator('<?php echo $row->COL_GRIDSQUARE; ?>')"><i class="fas fa-globe"></i></a></td>
 | ||||||
|                     </tr> |                     </tr> | ||||||
|                     <?php } ?>
 |                     <?php } ?>
 | ||||||
| 
 | 
 | ||||||
|  | @ -133,7 +133,7 @@ | ||||||
|                     <?php if($row->COL_VUCC_GRIDS != null) { ?>
 |                     <?php if($row->COL_VUCC_GRIDS != null) { ?>
 | ||||||
|                     <tr> |                     <tr> | ||||||
|                         <td>Gridsquare (Multi):</td> |                         <td>Gridsquare (Multi):</td> | ||||||
|                         <td><?php echo $row->COL_VUCC_GRIDS; ?> <a id="edit_qso" href="javascript:spawnQrbCalculator('<?php echo $row->COL_VUCC_GRIDS; ?>')"><i class="fas fa-globe"></i></a></td>
 |                         <td><?php echo $row->COL_VUCC_GRIDS; ?> <a href="javascript:spawnQrbCalculator('<?php echo $row->COL_VUCC_GRIDS; ?>')"><i class="fas fa-globe"></i></a></td>
 | ||||||
|                     </tr> |                     </tr> | ||||||
|                     <?php } ?>
 |                     <?php } ?>
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用