1 <span
class="sub-menu-statistic column mobile">
2 <a href
="#" onclick
="showSubMenu(); return false;"><?php
echo _("Statistics"); ?
> <i
class="fa fa-plus"></i
></a
>
4 <div
class="stats_airline">
5 <form id
="changedate" method
="post">
6 <input type
="month" name
="date" onchange
="statsdatechange(this);" value
="<?php if (isset($year) && $year != '') echo $year.'-'; ?><?php if (isset($month) && $month != '') echo $month; ?>" />
12 <div
class="sub-menu sub-menu-container">
13 <ul
class="nav nav-pills">
14 <li
><a href
="<?php print $globalURL; ?>/owner/<?php print $owner; ?><?php if (isset($year) && $year != '') echo '/'.$year; ?><?php if (isset($month) && $month != '') echo '/'.$month; ?>" <?php
if (strtolower($current_page) == "owner-detailed"){ print 'class="active"'; } ?
>><?php
echo _("Detailed"); ?
></a
></li
>
16 <a
class="dropdown-toggle <?php if(strtolower($current_page) == "owner
-statistics
-aircraft
" || strtolower($current_page) == "owner
-statistics
-registration
" || strtolower($current_page) == "owner
-statistics
-manufacturer
"){ print 'active'; } ?>" data
-toggle
="dropdown" href
="#">
17 <?php
echo _("Aircraft"); ?
> <span
class="caret"></span
>
19 <ul
class="dropdown-menu" role
="menu">
20 <li
><a href
="<?php print $globalURL; ?>/owner/statistics/aircraft/<?php print $owner; ?><?php if (isset($year) && $year != '') echo '/'.$year; ?><?php if (isset($month) && $month != '') echo '/'.$month; ?>"><?php
echo _("Aircraft Type"); ?
></a
></li
>
21 <li
><a href
="<?php print $globalURL; ?>/owner/statistics/registration/<?php print $owner; ?><?php if (isset($year) && $year != '') echo '/'.$year; ?><?php if (isset($month) && $month != '') echo '/'.$month; ?>"><?php
echo _("Registration"); ?
></a
></li
>
22 <li
><a href
="<?php print $globalURL; ?>/owner/statistics/manufacturer/<?php print $owner; ?><?php if (isset($year) && $year != '') echo '/'.$year; ?><?php if (isset($month) && $month != '') echo '/'.$month; ?>"><?php
echo _("Manufacturer"); ?
></a
></li
>
26 <a
class="dropdown-toggle <?php if(strtolower($current_page) == "owner
-statistics
-departure
-airport
" || strtolower($current_page) == "owner
-statistics
-departure
-airport
-country
" || strtolower($current_page) == "owner
-statistics
-arrival
-airport
" || strtolower($current_page) == "owner
-statistics
-arrival
-airport
-country
"){ print 'active'; } ?>" data
-toggle
="dropdown" href
="#">
27 <?php
echo _("Airport"); ?
> <span
class="caret"></span
>
29 <ul
class="dropdown-menu" role
="menu">
30 <li
><a href
="<?php print $globalURL; ?>/owner/statistics/departure-airport/<?php print $owner; ?><?php if (isset($year) && $year != '') echo '/'.$year; ?><?php if (isset($month) && $month != '') echo '/'.$month; ?>"><?php
echo _("Departure Airport"); ?
></a
></li
>
31 <li
><a href
="<?php print $globalURL; ?>/owner/statistics/departure-airport-country/<?php print $owner; ?><?php if (isset($year) && $year != '') echo '/'.$year; ?><?php if (isset($month) && $month != '') echo '/'.$month; ?>"><?php
echo _("Departure Airport by Country"); ?
></a
></li
>
32 <li
><a href
="<?php print $globalURL; ?>/owner/statistics/arrival-airport/<?php print $owner; ?><?php if (isset($year) && $year != '') echo '/'.$year; ?><?php if (isset($month) && $month != '') echo '/'.$month; ?>"><?php
echo _("Arrival Airport"); ?
></a
></li
>
33 <li
><a href
="<?php print $globalURL; ?>/owner/statistics/arrival-airport-country/<?php print $owner; ?><?php if (isset($year) && $year != '') echo '/'.$year; ?><?php if (isset($month) && $month != '') echo '/'.$month; ?>"><?php
echo _("Arrival Airport by Country"); ?
></a
></li
>
36 <li
><a href
="<?php print $globalURL; ?>/owner/statistics/route/<?php print $owner; ?><?php if (isset($year) && $year != '') echo '/'.$year; ?><?php if (isset($month) && $month != '') echo '/'.$month; ?>" <?php
if (strtolower($current_page) == "owner-statistics-route"){ print 'class="active"'; } ?
>><?php
echo _("Route"); ?
></a
></li
>
37 <li
><a href
="<?php print $globalURL; ?>/owner/statistics/time/<?php print $owner; ?><?php if (isset($year) && $year != '') echo '/'.$year; ?><?php if (isset($month) && $month != '') echo '/'.$month; ?>" <?php
if (strtolower($current_page) == "owner-statistics-time"){ print 'class="active"'; } ?
>><?php
echo _("Time"); ?
></a
></li
>