Fix issue re POTA in bands
这个提交包含在:
		
							父节点
							
								
									28ec4e8eaa
								
							
						
					
					
						当前提交
						656758afed
					
				
					共有  1 个文件被更改,包括 10 次插入 和 8 次删除
				
			
		|  | @ -3,6 +3,7 @@ $cq = 0; | |||
| $dok = 0; | ||||
| $dxcc = 0; | ||||
| $iota = 0; | ||||
| $pota = 0; | ||||
| $sig = 0; | ||||
| $sota = 0; | ||||
| $uscounties = 0; | ||||
|  | @ -70,7 +71,7 @@ $wwff = 0; | |||
|                     <td class='dok_<?php echo $band->id ?>'><input type="checkbox" <?php if ($band->dok == 1) {echo 'checked'; $dok++;}?>></td>
 | ||||
|                     <td class='dxcc_<?php echo $band->id ?>'><input type="checkbox" <?php if ($band->dxcc == 1) {echo 'checked'; $dxcc++;}?>></td>
 | ||||
|                     <td class='iota_<?php echo $band->id ?>'><input type="checkbox" <?php if ($band->iota == 1) {echo 'checked'; $iota++;}?>></td>
 | ||||
|                     <td class='pota_<?php echo $band->id ?>'><input type="checkbox" <?php if ($band->pota == 1) {echo 'checked';}?>></td>
 | ||||
|                     <td class='pota_<?php echo $band->id ?>'><input type="checkbox" <?php if ($band->iota == 1) {echo 'checked'; $pota++;}?>></td>
 | ||||
|                     <td class='sig_<?php echo $band->id ?>'><input type="checkbox" <?php if ($band->sig == 1) {echo 'checked'; $sig++;}?>></td>
 | ||||
|                     <td class='sota_<?php echo $band->id ?>'><input type="checkbox" <?php if ($band->sota == 1) {echo 'checked'; $sota++;}?>></td>
 | ||||
|                     <td class='uscounties_<?php echo $band->id ?>'><input type="checkbox" <?php if ($band->uscounties == 1) {echo 'checked'; $uscounties++;}?>></td>
 | ||||
|  | @ -100,6 +101,7 @@ $wwff = 0; | |||
| 					<th class="master_dok"><input type="checkbox" <?php if ($dok > 0) echo 'checked';?>></th>
 | ||||
| 					<th class="master_dxcc"><input type="checkbox" <?php if ($dxcc > 0) echo 'checked';?>></th>
 | ||||
| 					<th class="master_iota"><input type="checkbox" <?php if ($iota > 0) echo 'checked';?>></th>
 | ||||
| 					<th class="master_pota"><input type="checkbox" <?php if ($pota > 0) echo 'checked';?>></th>
 | ||||
| 					<th class="master_sig"><input type="checkbox" <?php if ($sig > 0) echo 'checked';?>></th>
 | ||||
| 					<th class="master_sota"><input type="checkbox" <?php if ($sota > 0) echo 'checked';?>></th>
 | ||||
| 					<th class="master_uscounties"><input type="checkbox" <?php if ($uscounties > 0) echo 'checked';?>></th>
 | ||||
|  |  | |||
		正在加载…
	
		在新工单中引用