aircraft-statistics-airline.php 1 location
|
@@ 38-48 (lines=11) @@
|
| 35 |
|
print '</form>'; |
| 36 |
|
print '</div>'; |
| 37 |
|
|
| 38 |
|
if ($aircraft_type != "NA") |
| 39 |
|
{ |
| 40 |
|
print '<div class="info column">'; |
| 41 |
|
print '<h1>'.$spotter_array[0]['aircraft_name'].' ('.$spotter_array[0]['aircraft_type'].')</h1>'; |
| 42 |
|
print '<div><span class="label">'._("Name").'</span>'.$spotter_array[0]['aircraft_name'].'</div>'; |
| 43 |
|
print '<div><span class="label">'._("ICAO").'</span>'.$spotter_array[0]['aircraft_type'].'</div>'; |
| 44 |
|
print '<div><span class="label">'._("Manufacturer").'</span><a href="'.$globalURL.'/manufacturer/'.strtolower(str_replace(" ", "-", $spotter_array[0]['aircraft_manufacturer'])).'">'.$spotter_array[0]['aircraft_manufacturer'].'</a></div>'; |
| 45 |
|
print '</div>'; |
| 46 |
|
} else { |
| 47 |
|
print '<div class="alert alert-warning">'._("This special aircraft profile shows all flights in where the aircraft type is unknown.").'</div>'; |
| 48 |
|
} |
| 49 |
|
include('aircraft-sub-menu.php'); |
| 50 |
|
print '<div class="column">'; |
| 51 |
|
print '<h2>'._("Most Common Airlines").'</h2>'; |
aircraft-statistics-arrival-airport-country.php 1 location
|
@@ 38-48 (lines=11) @@
|
| 35 |
|
print '</form>'; |
| 36 |
|
print '</div>'; |
| 37 |
|
|
| 38 |
|
if ($_GET['aircraft_type'] != "NA") |
| 39 |
|
{ |
| 40 |
|
print '<div class="info column">'; |
| 41 |
|
print '<h1>'.$spotter_array[0]['aircraft_name'].' ('.$spotter_array[0]['aircraft_type'].')</h1>'; |
| 42 |
|
print '<div><span class="label">'._("Name").'</span>'.$spotter_array[0]['aircraft_name'].'</div>'; |
| 43 |
|
print '<div><span class="label">'._("ICAO").'</span>'.$spotter_array[0]['aircraft_type'].'</div>'; |
| 44 |
|
print '<div><span class="label">'._("Manufacturer").'</span><a href="'.$globalURL.'/manufacturer/'.strtolower(str_replace(" ", "-", $spotter_array[0]['aircraft_manufacturer'])).'">'.$spotter_array[0]['aircraft_manufacturer'].'</a></div>'; |
| 45 |
|
print '</div>'; |
| 46 |
|
} else { |
| 47 |
|
print '<div class="alert alert-warning">'._("This special aircraft profile shows all flights in where the aircraft type is unknown.").'</div>'; |
| 48 |
|
} |
| 49 |
|
|
| 50 |
|
include('aircraft-sub-menu.php'); |
| 51 |
|
print '<div class="column">'; |
aircraft-statistics-arrival-airport.php 1 location
|
@@ 40-50 (lines=11) @@
|
| 37 |
|
print '</form>'; |
| 38 |
|
print '</div>'; |
| 39 |
|
|
| 40 |
|
if ($aircraft_type != "NA") |
| 41 |
|
{ |
| 42 |
|
print '<div class="info column">'; |
| 43 |
|
print '<h1>'.$spotter_array[0]['aircraft_name'].' ('.$spotter_array[0]['aircraft_type'].')</h1>'; |
| 44 |
|
print '<div><span class="label">'._("Name").'</span>'.$spotter_array[0]['aircraft_name'].'</div>'; |
| 45 |
|
print '<div><span class="label">'._("ICAO").'</span>'.$spotter_array[0]['aircraft_type'].'</div>'; |
| 46 |
|
print '<div><span class="label">'._("Manufacturer").'</span><a href="'.$globalURL.'/manufacturer/'.strtolower(str_replace(" ", "-", $spotter_array[0]['aircraft_manufacturer'])).'">'.$spotter_array[0]['aircraft_manufacturer'].'</a></div>'; |
| 47 |
|
print '</div>'; |
| 48 |
|
} else { |
| 49 |
|
print '<div class="alert alert-warning">'._("This special aircraft profile shows all flights in where the aircraft type is unknown.").'</div>'; |
| 50 |
|
} |
| 51 |
|
|
| 52 |
|
include('aircraft-sub-menu.php'); |
| 53 |
|
print '<div class="column">'; |
aircraft-statistics-departure-airport.php 1 location
|
@@ 37-47 (lines=11) @@
|
| 34 |
|
print '</form>'; |
| 35 |
|
print '</div>'; |
| 36 |
|
|
| 37 |
|
if ($aircraft_type != "NA") |
| 38 |
|
{ |
| 39 |
|
print '<div class="info column">'; |
| 40 |
|
print '<h1>'.$spotter_array[0]['aircraft_name'].' ('.$spotter_array[0]['aircraft_type'].')</h1>'; |
| 41 |
|
print '<div><span class="label">'._("Name").'</span>'.$spotter_array[0]['aircraft_name'].'</div>'; |
| 42 |
|
print '<div><span class="label">'._("ICAO").'</span>'.$spotter_array[0]['aircraft_type'].'</div>'; |
| 43 |
|
print '<div><span class="label">'._("Manufacturer").'</span><a href="'.$globalURL.'/manufacturer/'.strtolower(str_replace(" ", "-", $spotter_array[0]['aircraft_manufacturer'])).'">'.$spotter_array[0]['aircraft_manufacturer'].'</a></div>'; |
| 44 |
|
print '</div>'; |
| 45 |
|
} else { |
| 46 |
|
print '<div class="alert alert-warning">'._("This special aircraft profile shows all flights in where the aircraft type is unknown.").'</div>'; |
| 47 |
|
} |
| 48 |
|
|
| 49 |
|
include('aircraft-sub-menu.php'); |
| 50 |
|
print '<div class="column">'; |
aircraft-statistics-registration.php 1 location
|
@@ 37-47 (lines=11) @@
|
| 34 |
|
print '</form>'; |
| 35 |
|
print '</div>'; |
| 36 |
|
|
| 37 |
|
if ($aircraft_type != "NA") |
| 38 |
|
{ |
| 39 |
|
print '<div class="info column">'; |
| 40 |
|
print '<h1>'.$spotter_array[0]['aircraft_name'].' ('.$spotter_array[0]['aircraft_type'].')</h1>'; |
| 41 |
|
print '<div><span class="label">'._("Name").'</span>'.$spotter_array[0]['aircraft_name'].'</div>'; |
| 42 |
|
print '<div><span class="label">'._("ICAO").'</span>'.$spotter_array[0]['aircraft_type'].'</div>'; |
| 43 |
|
print '<div><span class="label">'._("Manufacturer").'</span><a href="'.$globalURL.'/manufacturer/'.strtolower(str_replace(" ", "-", $spotter_array[0]['aircraft_manufacturer'])).'">'.$spotter_array[0]['aircraft_manufacturer'].'</a></div>'; |
| 44 |
|
print '</div>'; |
| 45 |
|
} else { |
| 46 |
|
print '<div class="alert alert-warning">'._("This special aircraft profile shows all flights in where the aircraft type is unknown.").'</div>'; |
| 47 |
|
} |
| 48 |
|
include('aircraft-sub-menu.php'); |
| 49 |
|
print '<div class="column">'; |
| 50 |
|
print '<h2>'._("Most Common Aircraft by Registration").'</h2>'; |
aircraft-statistics-route.php 1 location
|
@@ 37-47 (lines=11) @@
|
| 34 |
|
print '</form>'; |
| 35 |
|
print '</div>'; |
| 36 |
|
|
| 37 |
|
if ($aircraft_type != "NA") |
| 38 |
|
{ |
| 39 |
|
print '<div class="info column">'; |
| 40 |
|
print '<h1>'.$spotter_array[0]['aircraft_name'].' ('.$spotter_array[0]['aircraft_type'].')</h1>'; |
| 41 |
|
print '<div><span class="label">'._("Name").'</span>'.$spotter_array[0]['aircraft_name'].'</div>'; |
| 42 |
|
print '<div><span class="label">'._("ICAO").'</span>'.$spotter_array[0]['aircraft_type'].'</div>'; |
| 43 |
|
print '<div><span class="label">'._("Manufacturer").'</span><a href="'.$globalURL.'/manufacturer/'.strtolower(str_replace(" ", "-", $spotter_array[0]['aircraft_manufacturer'])).'">'.$spotter_array[0]['aircraft_manufacturer'].'</a></div>'; |
| 44 |
|
print '</div>'; |
| 45 |
|
} else { |
| 46 |
|
print '<div class="alert alert-warning">'._("This special aircraft profile shows all flights in where the aircraft type is unknown.").'</div>'; |
| 47 |
|
} |
| 48 |
|
include('aircraft-sub-menu.php'); |
| 49 |
|
print '<div class="column">'; |
| 50 |
|
print '<h2>'._("Most Common Routes").'</h2>'; |