|  |  | 
 |  |  |       <meta name="viewport" content="width=device-width, initial-scale=1"> | 
 |  |  |       <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | 
 |  |  |       <link rel="stylesheet" type="text/css" href="index.css"> | 
 |  |  |       <style type="text/css" id="vehicle-data-style"></style> | 
 |  |  |    </head> | 
 |  |  |    <body> | 
 |  |  |       <nav class="navbar navbar-default"> | 
 |  |  | 
 |  |  |             <form class="navbar-form navbar-left"> | 
 |  |  |                <div class="input-group"> | 
 |  |  |                   <span class="input-group-btn"> | 
 |  |  |                      <input type="text" class="form-control form-round-left" id="stop-name" placeholder="Stop name" autofocus="autofocus" /> | 
 |  |  |                      <input type="text" class="form-control form-round-left" id="stop-name" placeholder="Nazwa przystanku" autofocus="autofocus" /> | 
 |  |  |                   </span> | 
 |  |  |                   <select class="form-control" id="stop-name-autocomplete"> | 
 |  |  |                   </select> | 
 |  |  |                   <span class="input-group-btn"> | 
 |  |  |                      <button type="submit" class="btn btn-default" data-translate="go_button">Go</button> | 
 |  |  |                      <button type="submit" class="btn btn-default" data-translate="go_button">Dalej</button> | 
 |  |  |                   </span> | 
 |  |  |                </div> | 
 |  |  |             </form> | 
 |  |  | 
 |  |  |                   <thead> | 
 |  |  |                      <tr> | 
 |  |  |                         <th data-translate="header_line">Linia</th> | 
 |  |  |                         <th data-translate="header_direction">Kierunek</th> | 
 |  |  |                         <th> | 
 |  |  |                            <span data-translate="header_direction">Kierunek</span> | 
 |  |  |                            <a id="vehicle-data" data-translate="header_vehicle">Pojazd</span> | 
 |  |  |                         </th> | 
 |  |  |                         <th data-translate="header_vehicle" class="vehicleData">Pojazd</th> | 
 |  |  |                         <th data-translate="header_time">Czas</th> | 
 |  |  |                         <th data-translate="header_delay">Opóźn.</th> | 
 |  |  |                      </tr> | 
 |  |  | 
 |  |  |                <p data-translate="help_click_for_schedule">Kliknij na wpis w tabeli odjazdów by zobaczyć rozkład jazdy danego tramwaju.</p> | 
 |  |  |                 | 
 |  |  |                <h3 id="route-line"></h3> | 
 |  |  | 					 | 
 |  |  |                <p id="route-vehicle"></p> | 
 |  |  |                 | 
 |  |  |                <table class="table table-condensed"> | 
 |  |  |                   <thead> | 
 |  |  | 
 |  |  |             </div> | 
 |  |  |          </div> | 
 |  |  |       </div> | 
 |  |  |       <script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7"  crossorigin="anonymous"></script> | 
 |  |  |       <script tyle="text/javascript" src="lang_pl.js" id="lang_script"></script> | 
 |  |  |       <script tyle="text/javascript" src="common.js"></script> | 
 |  |  |       <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT" crossorigin="anonymous"></script> | 
 |  |  |       <script type="text/javascript" src="lang_pl.js" id="lang_script"></script> | 
 |  |  |       <script type="text/javascript" src="common.js"></script> | 
 |  |  |       <script type="text/javascript" src="index.js"></script> | 
 |  |  |    </body> | 
 |  |  | </html> |