| | |
| | | <!DOCTYPE html> |
| | | <html lang="en"> |
| | | <head> |
| | | <title>TTSS Cracow</title> |
| | | <title>TTSS Kraków - Real-time tram departures</title> |
| | | <meta charset="utf-8"> |
| | | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| | |
| | | <nav class="navbar navbar-default"> |
| | | <div class="container-fluid"> |
| | | <div class="navbar-header"> |
| | | <a class="navbar-brand" href="#">TTSS KRK</a> |
| | | <a class="navbar-brand" href="#">TTSS Kraków</a> |
| | | </div> |
| | | <form class="navbar-form navbar-left"> |
| | | <div class="input-group"> |
| | |
| | | </div> |
| | | </form> |
| | | |
| | | <button type="button" class="btn btn-default navbar-btn pull-right" id="refresh" disabled="disabled"> |
| | | <span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> |
| | | Refresh |
| | | </button> |
| | | <button type="button" class="btn btn-default navbar-btn pull-right" id="refresh" disabled="disabled">⟳ Refresh</button> |
| | | |
| | | <p class="navbar-text pull-right" id="refresh-text">Initializing...</p> |
| | | </div> |
| | | </nav> |
| | | <div class="container-fluid"> |
| | | <div id="progress" class="progress" style="display: none;"> |
| | | <div id="progress-bar" class="progress-bar progress-bar-striped active" style="width: 100%"> |
| | | <span id="progress-text" class="sr-only">Refreshing data...</span> |
| | | </div> |
| | | </div> |
| | | |
| | | <div id="alert" class="alert alert-danger alert-dismissible" style="display:none"> |
| | | <a href="#" class="close" id="alert-close" aria-label="close">×</a> |
| | | <strong>Error occured!</strong> <span id="alert-text"></span> |