From fd40e5769b73ac62ea59263495ebb1985c78d19a Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Thu, 08 Dec 2016 22:37:32 +0000
Subject: [PATCH] Do not stop refresh timer on failure
---
index.html | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/index.html b/index.html
index c7be53f..3afffa0 100644
--- a/index.html
+++ b/index.html
@@ -31,6 +31,17 @@
.status-delayed {
font-weight: bold;
}
+ .bg-active {
+ background-color: #eee;
+ }
+ .bg-default {
+ border: 1px solid #eee;
+ }
+ .label.bg-success, .label.bg-warning, .label.bg-danger, .label.bg-active, .label.bg-default {
+ color: black;
+ font-weight: normal;
+ font-size: inherit;
+ }
</style>
</head>
<body>
@@ -116,7 +127,18 @@
</table>
-->
- <p>© 2016 Jacek Kowalski - <a href="https://github.com/jacekkow/mpk-ttss">Source</a> - <a href="https://raw.githubusercontent.com/jacekkow/mpk-ttss/master/LICENSE">License</a></p>
+ <p class="small">
+ Legend:
+ <span class="label bg-active">Departed</span>
+ <span class="label bg-success">At stop</span>
+ <span class="label bg-default">En route</span>
+ <span class="label bg-warning">Delayed 4′+</span>
+ <span class="label bg-danger">Delayed 10′+</span>
+ </p>
+
+ <p class="small">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">© 2016 Jacek Kowalski - <a href="https://github.com/jacekkow/mpk-ttss">Source</a> - <a href="https://raw.githubusercontent.com/jacekkow/mpk-ttss/master/LICENSE">License</a></p>
</div>
</div>
</div>
--
Gitblit v1.10.0