From 68aeb4a997a99ac7dde426ad7a3c87205b4f89d2 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Wed, 12 Apr 2017 21:00:38 +0000
Subject: [PATCH] Replace "Lines" table with tram schedule function

---
 index.html |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html
index 6e13172..56850eb 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,21 @@
 						<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>Time</th> <th>Stop</th>
 							</tr>
 						</thead>
 						<tbody id="route-table">
-							
 						</tbody>
 					</table>
-					-->
 					
 					<p class="small">
 						<span data-translate="help_legend">Legend:</span>
@@ -119,6 +120,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