aircraft-statistics-airline-country.php 1 location
|
@@ 25-33 (lines=9) @@
|
| 22 |
|
print '<select name="aircraft_type" class="selectpicker" data-live-search="true">'; |
| 23 |
|
print '<option></option>'; |
| 24 |
|
$aircraft_types = $Spotter->getAllAircraftTypes(); |
| 25 |
|
foreach($aircraft_types as $aircrafttype) |
| 26 |
|
{ |
| 27 |
|
if($aircraft_type == $aircrafttype['aircraft_icao']) |
| 28 |
|
{ |
| 29 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'" selected="selected">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 30 |
|
} else { |
| 31 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 32 |
|
} |
| 33 |
|
} |
| 34 |
|
print '</select>'; |
| 35 |
|
print '<button type="submit"><i class="fa fa-angle-double-right"></i></button>'; |
| 36 |
|
print '</form>'; |
aircraft-statistics-airline.php 1 location
|
@@ 24-32 (lines=9) @@
|
| 21 |
|
print '<select name="aircraft_type" class="selectpicker" data-live-search="true">'; |
| 22 |
|
print '<option></option>'; |
| 23 |
|
$aircraft_types = $Spotter->getAllAircraftTypes(); |
| 24 |
|
foreach($aircraft_types as $aircrafttype) |
| 25 |
|
{ |
| 26 |
|
if($aircraft_type == $aircrafttype['aircraft_icao']) |
| 27 |
|
{ |
| 28 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'" selected="selected">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 29 |
|
} else { |
| 30 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 31 |
|
} |
| 32 |
|
} |
| 33 |
|
print '</select>'; |
| 34 |
|
print '<button type="submit"><i class="fa fa-angle-double-right"></i></button>'; |
| 35 |
|
print '</form>'; |
aircraft-statistics-arrival-airport-country.php 1 location
|
@@ 24-32 (lines=9) @@
|
| 21 |
|
print '<select name="aircraft_type" class="selectpicker" data-live-search="true">'; |
| 22 |
|
print '<option></option>'; |
| 23 |
|
$aircraft_types = $Spotter->getAllAircraftTypes(); |
| 24 |
|
foreach($aircraft_types as $aircraft_type) |
| 25 |
|
{ |
| 26 |
|
if($aircraft_type == $aircrafttype['aircraft_icao']) |
| 27 |
|
{ |
| 28 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'" selected="selected">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 29 |
|
} else { |
| 30 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 31 |
|
} |
| 32 |
|
} |
| 33 |
|
print '</select>'; |
| 34 |
|
print '<button type="submit"><i class="fa fa-angle-double-right"></i></button>'; |
| 35 |
|
print '</form>'; |
aircraft-statistics-arrival-airport.php 1 location
|
@@ 26-34 (lines=9) @@
|
| 23 |
|
print '<select name="aircraft_type" class="selectpicker" data-live-search="true">'; |
| 24 |
|
print '<option></option>'; |
| 25 |
|
$aircraft_types = $Spotter->getAllAircraftTypes(); |
| 26 |
|
foreach($aircraft_types as $aircraft_type) |
| 27 |
|
{ |
| 28 |
|
if($aircraft_type == $aircrafttype['aircraft_icao']) |
| 29 |
|
{ |
| 30 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'" selected="selected">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 31 |
|
} else { |
| 32 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 33 |
|
} |
| 34 |
|
} |
| 35 |
|
print '</select>'; |
| 36 |
|
print '<button type="submit"><i class="fa fa-angle-double-right"></i></button>'; |
| 37 |
|
print '</form>'; |
aircraft-statistics-departure-airport-country.php 1 location
|
@@ 23-31 (lines=9) @@
|
| 20 |
|
print '<select name="aircraft_type" class="selectpicker" data-live-search="true">'; |
| 21 |
|
print '<option></option>'; |
| 22 |
|
$aircraft_types = $Spotter->getAllAircraftTypes(); |
| 23 |
|
foreach($aircraft_types as $aircraft_type) |
| 24 |
|
{ |
| 25 |
|
if($aircraft_type == $aircrafttype['aircraft_icao']) |
| 26 |
|
{ |
| 27 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'" selected="selected">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 28 |
|
} else { |
| 29 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 30 |
|
} |
| 31 |
|
} |
| 32 |
|
print '</select>'; |
| 33 |
|
print '<button type="submit"><i class="fa fa-angle-double-right"></i></button>'; |
| 34 |
|
print '</form>'; |
aircraft-statistics-departure-airport.php 1 location
|
@@ 23-31 (lines=9) @@
|
| 20 |
|
print '<select name="aircraft_type" class="selectpicker" data-live-search="true">'; |
| 21 |
|
print '<option></option>'; |
| 22 |
|
$aircraft_types = $Spotter->getAllAircraftTypes(); |
| 23 |
|
foreach($aircraft_types as $aircraft_type) |
| 24 |
|
{ |
| 25 |
|
if($aircraft_type == $aircrafttype['aircraft_icao']) |
| 26 |
|
{ |
| 27 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'" selected="selected">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 28 |
|
} else { |
| 29 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 30 |
|
} |
| 31 |
|
} |
| 32 |
|
print '</select>'; |
| 33 |
|
print '<button type="submit"><i class="fa fa-angle-double-right"></i></button>'; |
| 34 |
|
print '</form>'; |
aircraft-statistics-registration.php 1 location
|
@@ 23-31 (lines=9) @@
|
| 20 |
|
print '<select name="aircraft_type" class="selectpicker" data-live-search="true">'; |
| 21 |
|
print '<option></option>'; |
| 22 |
|
$aircraft_types = $Spotter->getAllAircraftTypes(); |
| 23 |
|
foreach($aircraft_types as $aircraft_type) |
| 24 |
|
{ |
| 25 |
|
if($aircraft_type == $aircrafttype['aircraft_icao']) |
| 26 |
|
{ |
| 27 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'" selected="selected">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 28 |
|
} else { |
| 29 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 30 |
|
} |
| 31 |
|
} |
| 32 |
|
print '</select>'; |
| 33 |
|
print '<button type="submit"><i class="fa fa-angle-double-right"></i></button>'; |
| 34 |
|
print '</form>'; |
aircraft-statistics-route.php 1 location
|
@@ 23-31 (lines=9) @@
|
| 20 |
|
print '<select name="aircraft_type" class="selectpicker" data-live-search="true">'; |
| 21 |
|
print '<option></option>'; |
| 22 |
|
$aircraft_types = $Spotter->getAllAircraftTypes(); |
| 23 |
|
foreach($aircraft_types as $aircraft_type) |
| 24 |
|
{ |
| 25 |
|
if($aircraft_type == $aircrafttype['aircraft_icao']) |
| 26 |
|
{ |
| 27 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'" selected="selected">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 28 |
|
} else { |
| 29 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 30 |
|
} |
| 31 |
|
} |
| 32 |
|
print '</select>'; |
| 33 |
|
print '<button type="submit"><i class="fa fa-angle-double-right"></i></button>'; |
| 34 |
|
print '</form>'; |
aircraft-statistics-time.php 1 location
|
@@ 25-33 (lines=9) @@
|
| 22 |
|
print '<select name="aircraft_type" class="selectpicker" data-live-search="true">'; |
| 23 |
|
print '<option></option>'; |
| 24 |
|
$aircraft_types = $Spotter->getAllAircraftTypes(); |
| 25 |
|
foreach($aircraft_types as $aircraft_type) |
| 26 |
|
{ |
| 27 |
|
if($aircraft_type == $aircrafttype['aircraft_icao']) |
| 28 |
|
{ |
| 29 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'" selected="selected">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 30 |
|
} else { |
| 31 |
|
print '<option value="'.$aircrafttype['aircraft_icao'].'">'.$aircrafttype['aircraft_name'].' ('.$aircrafttype['aircraft_icao'].')</option>'; |
| 32 |
|
} |
| 33 |
|
} |
| 34 |
|
print '</select>'; |
| 35 |
|
print '<button type="submit"><i class="fa fa-angle-double-right"></i></button>'; |
| 36 |
|
print '</form>'; |