55 } |
54 } |
56 </script> |
55 </script> |
57 <title>{{route}} {{description}}</title> |
56 <title>{{route}} {{description}}</title> |
58 </head> |
57 </head> |
59 <body> |
58 <body> |
60 <h1> |
|
61 {% if night %} |
|
62 🌙 |
|
63 {% endif %} |
|
64 🚍 {{route}} {{description}}</h1> |
|
65 <table class='aikataulu' cellspacing='0'> |
59 <table class='aikataulu' cellspacing='0'> |
|
60 <thead> |
|
61 <tr> |
|
62 <th class='primary-heading' colspan='3'> |
|
63 <span class='primary-heading-symbols'> |
|
64 {% if night %} |
|
65 🌙 |
|
66 {% endif %} |
|
67 🚍 |
|
68 </span> |
|
69 <span>{{route}} {{description}}</span> |
|
70 </th> |
|
71 </tr> |
66 <tr> |
72 <tr> |
67 <th class='sarake-aika'>Aika</th> |
73 <th class='sarake-aika'>Aika</th> |
68 <th class='sarake-alue'>Alue</th> |
74 <th class='sarake-alue'>Alue</th> |
69 <th class='sarake-matkapituus'>{{'%.1f' % length}}km</th> |
75 <th class='sarake-matkapituus'>{{'%.1f' % length}}km</th> |
70 </tr> |
76 </tr> |
|
77 </thead> |
|
78 <tbody> |
71 {% for entry in schedule %} |
79 {% for entry in schedule %} |
72 <tr> |
80 <tr> |
73 <td class='sarake-aika' style='vertical-align: top'>{{entry['time']}}</td> |
81 <td class='sarake-aika' style='vertical-align: top'>{{entry['time']}}</td> |
74 <td class='sarake-alue folded' id="region-schedule-{{entry['index']}}" colspan='2'> |
82 <td class='sarake-alue folded' id="region-schedule-{{entry['index']}}" colspan='2'> |
75 <a class="region-name" href="javascript:toggle_fold('region-schedule-{{entry['index']}}')">{{entry['name']}}</a> |
83 <a class="region-name" href="javascript:toggle_fold('region-schedule-{{entry['index']}}')">{{entry['name']}}</a> |