Integrazione WIMB seta cerca orario
This commit is contained in:
parent
6cac7f64d8
commit
fa5cec58fb
|
@ -108,11 +108,22 @@ nav ul li a:hover {
|
|||
a {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
a.bianco{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.biancosott{
|
||||
color: white;
|
||||
}
|
||||
a.link-cell {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#bacino,
|
||||
#searchBar {
|
||||
padding: 10px;
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
</header>
|
||||
<h2>Informazioni fermata "<span id="fermata-span"></span>"</h2>
|
||||
<nav id="corsie-nav"></nav>
|
||||
<p>E' possibile cliccare sul numero del mezzo per vedere la sua posizione sulla mappa.</p>
|
||||
<div id="tabella-container">Caricamento dati...</div>
|
||||
<p>Il ritardo viene espresso rispetto all'orario previsto. Quello indicato, se disponibile, è l'orario di arrivo in tempo reale.</p>
|
||||
<footer>
|
||||
|
|
|
@ -88,7 +88,7 @@ function caricadati(){
|
|||
<td>${item.destination}</td>
|
||||
<td>${item.arrival}</td>
|
||||
<td>${stato}</td>
|
||||
<td>${item.busnum}</td>
|
||||
<td><a href="https://wimb.setaweb.it/qm/index.html?id=${item.busnum}" class="bianco">${item.busnum}</a></td>
|
||||
<td>${posizione}</td>
|
||||
`;
|
||||
tbody.appendChild(tr);
|
||||
|
@ -99,7 +99,7 @@ function caricadati(){
|
|||
<td>${item.destination}</td>
|
||||
<td>${item.arrival} (+${item.delay})</td>
|
||||
<td>${stato}</td>
|
||||
<td>${item.busnum}</td>
|
||||
<td><a href="https://wimb.setaweb.it/qm/index.html?id=${item.busnum}" class="bianco">${item.busnum}</a></td>
|
||||
<td>${posizione}</td>
|
||||
`;
|
||||
tbody.appendChild(tr);
|
||||
|
@ -109,7 +109,7 @@ function caricadati(){
|
|||
<td>${item.destination}</td>
|
||||
<td>${item.arrival} (${item.delay})</td>
|
||||
<td>${stato}</td>
|
||||
<td>${item.busnum}</td>
|
||||
<td><a href="https://wimb.setaweb.it/qm/index.html?id=${item.busnum}" class="bianco">${item.busnum}</a></td>
|
||||
<td>${posizione}</td>
|
||||
`;
|
||||
tbody.appendChild(tr);
|
||||
|
|
Loading…
Reference in New Issue