Skip to content

Commit

Permalink
Added Bootstrap Table Stripes (from barriespotter/Web_App)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Nov 27, 2014
1 parent 3bd9801 commit f17005b
Show file tree
Hide file tree
Showing 82 changed files with 173 additions and 81 deletions.
2 changes: 1 addition & 1 deletion aircraft-statistics-registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
if (!empty($aircraft_array))
{
print '<div class="table-responsive">';
print '<table class="common-type">';
print '<table class="common-type table-striped">';
print '<thead>';
print '<th></th>';
print '<th></th>';
Expand Down
2 changes: 1 addition & 1 deletion airline-statistics-aircraft.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
if (!empty($aircraft_array))
{
print '<div class="table-responsive">';
print '<table class="common-type">';
print '<table class="common-type table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Aircraft Type</th>';
Expand Down
2 changes: 1 addition & 1 deletion airline-statistics-arrival-airport-country.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function drawChart() {
if (!empty($airport_country_array))
{
print '<div class="table-responsive">';
print '<table class="common-country">';
print '<table class="common-country table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Country</th>';
Expand Down
2 changes: 1 addition & 1 deletion airline-statistics-arrival-airport.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function drawCharts() {

<?php
print '<div class="table-responsive">';
print '<table class="common-airport">';
print '<table class="common-airport table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Airport</th>';
Expand Down
2 changes: 1 addition & 1 deletion airline-statistics-departure-airport-country.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function drawChart() {
if (!empty($airport_country_array))
{
print '<div class="table-responsive">';
print '<table class="common-country">';
print '<table class="common-country table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Country</th>';
Expand Down
2 changes: 1 addition & 1 deletion airline-statistics-departure-airport.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function drawCharts() {

<?php
print '<div class="table-responsive">';
print '<table class="common-airport">';
print '<table class="common-airport table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Airport</th>';
Expand Down
2 changes: 1 addition & 1 deletion airline-statistics-manufacturer.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
if (!empty($manufacturers_array))
{
print '<div class="table-responsive">';
print '<table class="common-manufacturer">';
print '<table class="common-manufacturer table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Aircraft Manufacturer</th>';
Expand Down
2 changes: 1 addition & 1 deletion airline-statistics-registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
if (!empty($aircraft_array))
{
print '<div class="table-responsive">';
print '<table class="common-type">';
print '<table class="common-type table-striped">';
print '<thead>';
print '<th></th>';
print '<th></th>';
Expand Down
2 changes: 1 addition & 1 deletion airline-statistics-route.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
if (!empty($route_array))
{
print '<div class="table-responsive">';
print '<table class="common-routes">';
print '<table class="common-routes table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Departure Airport</th>';
Expand Down
2 changes: 1 addition & 1 deletion airport-statistics-aircraft.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
if (!empty($aircraft_array))
{
print '<div class="table-responsive">';
print '<table class="common-type">';
print '<table class="common-type table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Aircraft Type</th>';
Expand Down
2 changes: 1 addition & 1 deletion airport-statistics-airline-country.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function drawChart() {
if (!empty($airline_array))
{
print '<div class="table-responsive">';
print '<table class="common-country">';
print '<table class="common-country table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Country</th>';
Expand Down
2 changes: 1 addition & 1 deletion airport-statistics-airline.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function drawChart() {
if (!empty($airline_array))
{
print '<div class="table-responsive">';
print '<table class="common-airline">';
print '<table class="common-airline table-striped">';
print '<thead>';
print '<th></th>';
print '<th></th>';
Expand Down
2 changes: 1 addition & 1 deletion airport-statistics-arrival-airport-country.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function drawChart() {
if (!empty($airport_country_array))
{
print '<div class="table-responsive">';
print '<table class="common-country">';
print '<table class="common-country table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Country</th>';
Expand Down
2 changes: 1 addition & 1 deletion airport-statistics-arrival-airport.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function drawCharts() {

<?php
print '<div class="table-responsive">';
print '<table class="common-airport">';
print '<table class="common-airport table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Airport</th>';
Expand Down
2 changes: 1 addition & 1 deletion airport-statistics-departure-airport-country.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function drawChart() {
if (!empty($airport_country_array))
{
print '<div class="table-responsive">';
print '<table class="common-country">';
print '<table class="common-country table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Country</th>';
Expand Down
2 changes: 1 addition & 1 deletion airport-statistics-departure-airport.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function drawCharts() {

<?php
print '<div class="table-responsive">';
print '<table class="common-airport">';
print '<table class="common-airport table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Airport</th>';
Expand Down
2 changes: 1 addition & 1 deletion airport-statistics-manufacturer.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
if (!empty($manufacturers_array))
{
print '<div class="table-responsive">';
print '<table class="common-manufacturer">';
print '<table class="common-manufacturer table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Aircraft Manufacturer</th>';
Expand Down
2 changes: 1 addition & 1 deletion airport-statistics-registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
if (!empty($aircraft_array))
{
print '<div class="table-responsive">';
print '<table class="common-type">';
print '<table class="common-type table-striped">';
print '<thead>';
print '<th></th>';
print '<th></th>';
Expand Down
2 changes: 1 addition & 1 deletion airport-statistics-route.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
if (!empty($route_array))
{
print '<div class="table-responsive">';
print '<table class="common-routes">';
print '<table class="common-routes table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Departure Airport</th>';
Expand Down
2 changes: 1 addition & 1 deletion country-statistics-aircraft.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if (!empty($aircraft_array))
{
print '<div class="table-responsive">';
print '<table class="common-type">';
print '<table class="common-type table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Aircraft Type</th>';
Expand Down
2 changes: 1 addition & 1 deletion country-statistics-airline-country.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function drawChart() {
if (!empty($airline_array))
{
print '<div class="table-responsive">';
print '<table class="common-country">';
print '<table class="common-country table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Country</th>';
Expand Down
2 changes: 1 addition & 1 deletion country-statistics-airline.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if (!empty($airline_array))
{
print '<div class="table-responsive">';
print '<table class="common-airline">';
print '<table class="common-airline table-striped">';
print '<thead>';
print '<th></th>';
print '<th></th>';
Expand Down
2 changes: 1 addition & 1 deletion country-statistics-arrival-airport-country.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function drawChart() {
if (!empty($airport_country_array))
{
print '<div class="table-responsive">';
print '<table class="common-country">';
print '<table class="common-country table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Country</th>';
Expand Down
2 changes: 1 addition & 1 deletion country-statistics-arrival-airport.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function drawCharts() {

<?php
print '<div class="table-responsive">';
print '<table class="common-airport">';
print '<table class="common-airport table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Airport</th>';
Expand Down
2 changes: 1 addition & 1 deletion country-statistics-departure-airport-country.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function drawChart() {
if (!empty($airport_country_array))
{
print '<div class="table-responsive">';
print '<table class="common-country">';
print '<table class="common-country table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Country</th>';
Expand Down
2 changes: 1 addition & 1 deletion country-statistics-departure-airport.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function drawCharts() {

<?php
print '<div class="table-responsive">';
print '<table class="common-airport">';
print '<table class="common-airport table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Airport</th>';
Expand Down
2 changes: 1 addition & 1 deletion country-statistics-manufacturer.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if (!empty($manufacturers_array))
{
print '<div class="table-responsive">';
print '<table class="common-manufacturer">';
print '<table class="common-manufacturer table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Aircraft Manufacturer</th>';
Expand Down
2 changes: 1 addition & 1 deletion country-statistics-registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if (!empty($aircraft_array))
{
print '<div class="table-responsive">';
print '<table class="common-type">';
print '<table class="common-type table-striped">';
print '<thead>';
print '<th></th>';
print '<th></th>';
Expand Down
2 changes: 1 addition & 1 deletion country-statistics-route.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if (!empty($route_array))
{
print '<div class="table-responsive">';
print '<table class="common-routes">';
print '<table class="common-routes table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Departure Airport</th>';
Expand Down
2 changes: 1 addition & 1 deletion date-statistics-aircraft.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if (!empty($aircraft_array))
{
print '<div class="table-responsive">';
print '<table class="common-type">';
print '<table class="common-type table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Aircraft Type</th>';
Expand Down
2 changes: 1 addition & 1 deletion date-statistics-airline-country.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function drawChart() {
if (!empty($airline_array))
{
print '<div class="table-responsive">';
print '<table class="common-country">';
print '<table class="common-country table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Country</th>';
Expand Down
2 changes: 1 addition & 1 deletion date-statistics-airline.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if (!empty($airline_array))
{
print '<div class="table-responsive">';
print '<table class="common-airline">';
print '<table class="common-airline table-striped">';
print '<thead>';
print '<th></th>';
print '<th></th>';
Expand Down
2 changes: 1 addition & 1 deletion date-statistics-arrival-airport-country.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function drawChart() {
if (!empty($airport_country_array))
{
print '<div class="table-responsive">';
print '<table class="common-country">';
print '<table class="common-country table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Country</th>';
Expand Down
2 changes: 1 addition & 1 deletion date-statistics-arrival-airport.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function drawCharts() {

<?php
print '<div class="table-responsive">';
print '<table class="common-airport">';
print '<table class="common-airport table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Airport</th>';
Expand Down
2 changes: 1 addition & 1 deletion date-statistics-departure-airport-country.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function drawChart() {
if (!empty($airport_country_array))
{
print '<div class="table-responsive">';
print '<table class="common-country">';
print '<table class="common-country table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Country</th>';
Expand Down
2 changes: 1 addition & 1 deletion date-statistics-departure-airport.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function drawCharts() {

<?php
print '<div class="table-responsive">';
print '<table class="common-airport">';
print '<table class="common-airport table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Airport</th>';
Expand Down
2 changes: 1 addition & 1 deletion date-statistics-manufacturer.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if (!empty($manufacturers_array))
{
print '<div class="table-responsive">';
print '<table class="common-manufacturer">';
print '<table class="common-manufacturer table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Aircraft Manufacturer</th>';
Expand Down
2 changes: 1 addition & 1 deletion date-statistics-registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if (!empty($aircraft_array))
{
print '<div class="table-responsive">';
print '<table class="common-type">';
print '<table class="common-type table-striped">';
print '<thead>';
print '<th></th>';
print '<th></th>';
Expand Down
2 changes: 1 addition & 1 deletion date-statistics-route.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if (!empty($route_array))
{
print '<div class="table-responsive">';
print '<table class="common-routes">';
print '<table class="common-routes table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Departure Airport</th>';
Expand Down
2 changes: 1 addition & 1 deletion ident-statistics-aircraft.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
if (!empty($aircraft_array))
{
print '<div class="table-responsive">';
print '<table class="common-type">';
print '<table class="common-type table-striped">';
print '<thead>';
print '<th></th>';
print '<th>Aircraft Type</th>';
Expand Down
Loading

0 comments on commit f17005b

Please sign in to comment.