From c44370e2b18d8d4feb358e299b3dc886fa9c6f80 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Thu, 13 Apr 2017 00:04:56 +0000
Subject: [PATCH] Initial API description

---
 index.html |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/index.html b/index.html
index a00e4d2..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>
@@ -113,12 +115,13 @@
 					
 					<p class="small" data-translate="help_text">Relative times (eg. 3 min) are real-time arrivals based on tram location data. Absolute times (eg. 8:01) are scheduled departures, shown when the tram cannot be located. "?" means unknown delay.</p>
 					
-					<p class="small">&copy; 2016 Jacek Kowalski - <a href="https://github.com/jacekkow/mpk-ttss" data-translate="help_source">Source</a> - <a href="https://raw.githubusercontent.com/jacekkow/mpk-ttss/master/LICENSE" data-translate="help_license">License</a></p>
+					<p class="small">&copy; 2016-2017 Jacek Kowalski - <a href="https://github.com/jacekkow/mpk-ttss" data-translate="help_source">Source</a> - <a href="https://raw.githubusercontent.com/jacekkow/mpk-ttss/master/LICENSE" data-translate="help_license">License</a></p>
 				</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_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