|
@@ 107-111 (lines=5) @@
|
| 104 |
|
print '</div>'; |
| 105 |
|
} |
| 106 |
|
|
| 107 |
|
if (isset($spotter_item['aircraft_owner']) && $spotter_item['aircraft_owner'] != '') { |
| 108 |
|
print '<div><span>'._("Owner").'</span>'; |
| 109 |
|
print $spotter_item['aircraft_owner']; |
| 110 |
|
print '</div>'; |
| 111 |
|
} |
| 112 |
|
if (isset($spotter_item['over_country']) && $spotter_item['over_country'] != '') { |
| 113 |
|
print '<div><span>'._("Over country").'</span>'; |
| 114 |
|
print $spotter_item['over_country']; |
|
@@ 112-116 (lines=5) @@
|
| 109 |
|
print $spotter_item['aircraft_owner']; |
| 110 |
|
print '</div>'; |
| 111 |
|
} |
| 112 |
|
if (isset($spotter_item['over_country']) && $spotter_item['over_country'] != '') { |
| 113 |
|
print '<div><span>'._("Over country").'</span>'; |
| 114 |
|
print $spotter_item['over_country']; |
| 115 |
|
print '</div>'; |
| 116 |
|
} |
| 117 |
|
if (isset($spotter_item['source_name']) && $spotter_item['source_name'] != '') { |
| 118 |
|
print '<div><span>'._("Source").'</span>'; |
| 119 |
|
print $spotter_item['source_name']; |
|
@@ 117-121 (lines=5) @@
|
| 114 |
|
print $spotter_item['over_country']; |
| 115 |
|
print '</div>'; |
| 116 |
|
} |
| 117 |
|
if (isset($spotter_item['source_name']) && $spotter_item['source_name'] != '') { |
| 118 |
|
print '<div><span>'._("Source").'</span>'; |
| 119 |
|
print $spotter_item['source_name']; |
| 120 |
|
print '</div>'; |
| 121 |
|
} |
| 122 |
|
print '</div>'; |
| 123 |
|
|
| 124 |
|
if (isset($globalphpVMS) && $globalphpVMS && isset($globalVATSIM) && $globalVATSIM && isset($globalIVAO) && $globalIVAO && isset($spotter_item['format_source']) && $spotter_item['format_source'] != '' && $spotter_item['format_source'] != 'pireps') print '<div class="waypoints"><span>'._("Source").'</span>'.$spotter_item['format_source'].'</div>'; |
|
@@ 125-125 (lines=1) @@
|
| 122 |
|
print '</div>'; |
| 123 |
|
|
| 124 |
|
if (isset($globalphpVMS) && $globalphpVMS && isset($globalVATSIM) && $globalVATSIM && isset($globalIVAO) && $globalIVAO && isset($spotter_item['format_source']) && $spotter_item['format_source'] != '' && $spotter_item['format_source'] != 'pireps') print '<div class="waypoints"><span>'._("Source").'</span>'.$spotter_item['format_source'].'</div>'; |
| 125 |
|
if (isset($spotter_item['waypoints']) && $spotter_item['waypoints'] != '') print '<div class="waypoints"><span>'._("Route").'</span>'.$spotter_item['waypoints'].'</div>'; |
| 126 |
|
if (isset($spotter_item['acars']['message'])) print '<div class="acars"><span>'._("Latest ACARS message").'</span>'.trim(str_replace(array("\r\n","\r","\n","\\r","\\n","\\r\\n"),'<br/>',$spotter_item['acars']['message'])).'</div>'; |
| 127 |
|
if (isset($spotter_item['squawk']) && $spotter_item['squawk'] != '' && $spotter_item['squawk'] != 0) print '<div class="bottom">'._("Squawk:").' '.$spotter_item['squawk'].' - '.$spotter_item['squawk_usage'].'</div>'; |
| 128 |
|
print '</div>'; |