| @@ 85-98 (lines=14) @@ | ||
| 82 | echo '</div></div>'; |
|
| 83 | echo '<div class="col-md-2 col-sm-2 box0">'; |
|
| 84 | echo '<div class="box1">'; |
|
| 85 | switch ($veh->type) { |
|
| 86 | case 'Car': |
|
| 87 | echo "<span class='fa fa-3x fa-car'></span>"; |
|
| 88 | echo "<h4>" . $lang['type'] . ": " . $lang['car'] . "</h4>"; |
|
| 89 | break; |
|
| 90 | case 'Air': |
|
| 91 | echo "<span class='fa fa-3x fa-fighter-jet'></span>"; |
|
| 92 | echo "<h4>" . $lang['type'] . ": " . $lang['air'] . "</h4>"; |
|
| 93 | break; |
|
| 94 | case 'Ship': |
|
| 95 | echo "<span class='fa fa-3x fa-ship'></span>"; |
|
| 96 | echo "<h4>" . $lang['type'] . ": " . $lang['ship'] . "</h4>"; |
|
| 97 | break; |
|
| 98 | } |
|
| 99 | echo '</div> |
|
| 100 | </div> |
|
| 101 | </div>'; |
|
| @@ 151-164 (lines=14) @@ | ||
| 148 | echo '</div></div>'; |
|
| 149 | echo '<div class="col-md-2 col-sm-2 box0">'; |
|
| 150 | echo '<div class="box1">'; |
|
| 151 | switch ($veh->type) { |
|
| 152 | case 'Car': |
|
| 153 | echo "<span class='fa fa-3x fa-car'></span>"; |
|
| 154 | echo "<h4>" . $lang['type'] . ": " . $lang['car'] . "</h4>"; |
|
| 155 | break; |
|
| 156 | case 'Air': |
|
| 157 | echo "<span class='fa fa-3x fa-fighter-jet'></span>"; |
|
| 158 | echo "<h4>" . $lang['type'] . ": " . $lang['air'] . "</h4>"; |
|
| 159 | break; |
|
| 160 | case 'Ship': |
|
| 161 | echo "<span class='fa fa-3x fa-ship'></span>"; |
|
| 162 | echo "<h4>" . $lang['type'] . ": " . $lang['ship'] . "</h4>"; |
|
| 163 | break; |
|
| 164 | } |
|
| 165 | echo '</div> |
|
| 166 | </div> |
|
| 167 | </div>'; |
|