-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSAR4comp.html
executable file
·23 lines (22 loc) · 1.08 KB
/
SAR4comp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head><meta charset="UTF-8"></head>
<title>SAR for competitions (SAR4comp)</title>
<body>
<IMG src="gif/FAIgliding.jpeg" border=1 alt=[image]>
<H1>Search and Rescue (SAR) for IGC competitions </H1>
<hr>
<form method=GET action="./SAR4comp.php">
<P><B>Enter IGC competition information: </B></br>
</br>Competition Type scoring: SoaringSpot | SGP | DIR <P>
<select name=competype>
<option>SOA
<option>SGP
<option>DIR
</select></br>
</br>FlarmID to search or Registration <P><input type=text name=flarmid> <input type=text name=registration ></br>
</br>SGP eventID for SGP events or SoaringSpot ClientID and SoaringSpot SecretKey <P></br>
<input type=text name=sgpid> <input type=text name=clientid> <input type=text name=secretkey>
</br></br>Index day <P><input type=text name=day> </br>
</br><P><input type=submit name=action value='search for it'>
</form>
</body></html>