From 71ca71f861d036f3f3b9c3265ee963ce9cc77ad6 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Thu, 13 Apr 2017 00:03:41 +0000 Subject: [PATCH] Simplify stops download using stopinfo/stops API method --- index.html | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 6e13172..ef142e6 100644 --- a/index.html +++ b/index.html @@ -66,6 +66,7 @@ </table> </div> <div class="col-md-6"> + <!-- <h3 data-translate="header_lines">Lines</h3> <table class="table table-condensed"> @@ -79,21 +80,22 @@ <tbody id="times-lines"> </tbody> </table> + --> - <!-- + <p data-translate="help_click_for_schedule">Click on an entry in the departures timetable to see the tram's schedule.</p> + <h3 id="route-line"></h3> <table class="table table-condensed"> <thead> <tr> - <th>Stop</th> + <th data-translate="header_time">Time</th> + <th data-translate="header_stop">Stop</th> </tr> </thead> <tbody id="route-table"> - </tbody> </table> - --> <p class="small"> <span data-translate="help_legend">Legend:</span> @@ -119,6 +121,7 @@ </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_en.js" id="lang_script"></script> + <script tyle="text/javascript" src="common.js"></script> <script type="text/javascript" src="index.js"></script> </body> </html> -- Gitblit v1.9.1