28:670ffa424ded | 29:2c78e68d7363 |
---|---|
37 </p> | 37 </p> |
38 <p>Pysäkit ryhmässä:</p> | 38 <p>Pysäkit ryhmässä:</p> |
39 <div class="stops-in-cluster"> | 39 <div class="stops-in-cluster"> |
40 <ul> | 40 <ul> |
41 {% for stop in stops_in_cluster %} | 41 {% for stop in stops_in_cluster %} |
42 <li><a href="/pysäkki/{{stop['id']}}"><img src="/static/pysäkki.png" height="24" /> {{stop['id']}} {{stop['name']}}</a></li> | 42 <li><a href="/pysäkki/{{stop['id']}}"><img src="/static/pysäkki.png" height="24" /> {{stop['code']}} {{stop['name']}}</a></li> |
43 {% endfor %} | 43 {% endfor %} |
44 </ul> | 44 </ul> |
45 </div> | 45 </div> |
46 <table class='aikataulu' cellspacing="0"> | 46 <table class='aikataulu' cellspacing="0"> |
47 <tr> | 47 <tr> |
58 </td> | 58 </td> |
59 <td class='sarake-määränpää'> | 59 <td class='sarake-määränpää'> |
60 <a href="/ajovuoro/{{halt['trip']}}">{{halt['sign']}}</a> | 60 <a href="/ajovuoro/{{halt['trip']}}">{{halt['sign']}}</a> |
61 </td> | 61 </td> |
62 <td class='sarake-pysäkki'> | 62 <td class='sarake-pysäkki'> |
63 <a href="/pysäkki/{{halt['stop_id']}}"><img src="/static/pysäkki.png" height="24" /> {{halt['stop_id']}}</a> | 63 <a href="/pysäkki/{{halt['stop_id']}}"><img src="/static/pysäkki.png" height="24" /> {{halt['stop_code']}}</a> |
64 </td> | 64 </td> |
65 </tr> | 65 </tr> |
66 {% endfor %} | 66 {% endfor %} |
67 </table> | 67 </table> |
68 </body> | 68 </body> |