Code Duplication    Length = 3-5 lines in 2 locations

table-output.php 2 locations

@@ 376-378 (lines=3) @@
373
                    		} else 	$image_thumbnail = $spotter_item['image_thumbnail'];
374
				if (isset($spotter_item['airline_name'])) {
375
					print '<img src="'.$image_thumbnail.'" class="img-rounded" data-toggle="popover" title="'.$spotter_item['registration'].' - '.$spotter_item['airline_name'].'" alt="'.$spotter_item['registration'].' - '.$spotter_item['airline_name'].'" data-content="'._("Registration:").' '.$spotter_item['registration'].'<br />'._("Airline:").' '.$spotter_item['airline_name'].'" data-html="true" width="100px" />'."\n".'<div class="thumbnail-copyright">&copy; '.$spotter_item['image_copyright'].'</div>';
376
				} else {
377
					print '<img src="'.$image_thumbnail.'" class="img-rounded" data-toggle="popover" title="'.$spotter_item['registration'].' - '._("Not available").'" alt="'.$spotter_item['registration'].' - '._("Not available").'" data-content="'._("Registration:").' '.$spotter_item['registration'].'<br />'._("Airline:").' '._("Not available").'" data-html="true" width="100px" />'."\n".'<div class="thumbnail-copyright">&copy; '.$spotter_item['image_copyright'].'</div>';
378
				}
379
			}
380
			print '</td>'."\n";
381
		} else {
@@ 381-385 (lines=5) @@
378
				}
379
			}
380
			print '</td>'."\n";
381
		} else {
382
			print '<td class="aircraft_thumbnail">'."\n";
383
			print '<img src="'.$globalURL.'/images/placeholder_thumb.png" class="img-rounded" data-toggle="popover" title="'.$spotter_item['registration'].' - '._("Not available").'" alt="'.$spotter_item['registration'].' - '._("Not available").'" data-content="'._("Registration:").' '.$spotter_item['registration'].'<br />'._("Airline:").' '._("Not available").'" data-html="true" width="100px" />'."\n";
384
			print '</td>'."\n";
385
		}
386
	}
387
	if(strtolower($current_page) != "currently" && strtolower($current_page) != "upcoming" && strtolower($current_page) != "acars-latest" && strtolower($current_page) != "acars-archive"){
388
		if (!isset($spotter_item['squawk']) || $spotter_item['squawk'] == 0) {