[QRB Calcuilator] Removed javascript embedded in view
这个提交包含在:
		
							父节点
							
								
									d8efed4db6
								
							
						
					
					
						当前提交
						0f70c722f2
					
				
					共有  1 个文件被更改,包括 22 次插入 和 23 次删除
				
			
		|  | @ -1,26 +1,25 @@ | |||
| <script src="https://cdn.jsdelivr.net/npm/leaflet.geodesic@2.5.5-0/dist/leaflet.geodesic.umd.min.js"></script> | ||||
| <form class="form col-md-12" enctype="multipart/form-data"> | ||||
|             <div class="form-group row"> | ||||
|                 <div class="col-md-2 control-label" for="input">Locator 1</div> | ||||
|                 <div class="col-md-4"> | ||||
|                     <input class="form-control input-group-sm" id="locator1" type="text" name="locator1" placeholder="" value="<?php if ($station_locator != "0") echo $station_locator; ?>" aria-label="locator1">   | ||||
|                 </div> | ||||
|             </div> | ||||
|     <div class="form-group row"> | ||||
|         <div class="col-md-2 control-label" for="input">Locator 1</div> | ||||
|         <div class="col-md-4"> | ||||
|             <input class="form-control input-group-sm" id="locator1" type="text" name="locator1" placeholder="" value="<?php if ($station_locator != "0") echo $station_locator; ?>" aria-label="locator1">   | ||||
|         </div> | ||||
|     </div> | ||||
| 
 | ||||
|             <div class="form-group row"> | ||||
|                 <div class="col-md-2 control-label" for="input">Locator 2</div> | ||||
|                 <div class="col-md-4"> | ||||
|                 <input class="form-control input-group-sm" id="locator2" type="text" name="locator2" placeholder="" aria-label="locator2"> | ||||
|                 </div> | ||||
|             </div> | ||||
|     <div class="form-group row"> | ||||
|         <div class="col-md-2 control-label" for="input">Locator 2</div> | ||||
|         <div class="col-md-4"> | ||||
|         <input class="form-control input-group-sm" id="locator2" type="text" name="locator2" placeholder="" aria-label="locator2"> | ||||
|         </div> | ||||
|     </div> | ||||
| 
 | ||||
|             <div class="form-group row"> | ||||
|                 <label class="col-md-2 control-label" for="button1id"></label> | ||||
|                 <div class="col-md-4"> | ||||
|                     <button id="button2id" type="reset" name="button2id" class="btn-sm btn-warning">Reset</button> | ||||
|                     <button id="button1id" type="button" onclick="calculateQrb(this.form);" name="button1id" class="btn-sm btn-primary">Calculate</button> | ||||
|                 </div> | ||||
|             </div> | ||||
|     </form> | ||||
|     <div class="qrbResult"></div> | ||||
|     <div id="mapqrb" style="Height: 500px"></div> | ||||
|     <div class="form-group row"> | ||||
|         <label class="col-md-2 control-label" for="button1id"></label> | ||||
|         <div class="col-md-4"> | ||||
|             <button id="button2id" type="reset" name="button2id" class="btn-sm btn-warning">Reset</button> | ||||
|             <button id="button1id" type="button" onclick="calculateQrb(this.form);" name="button1id" class="btn-sm btn-primary">Calculate</button> | ||||
|         </div> | ||||
|     </div> | ||||
| </form> | ||||
| <div class="qrbResult"></div> | ||||
| <div id="mapqrb" style="Height: 500px"></div> | ||||
		正在加载…
	
		在新工单中引用