templates/stop.html

changeset 32
ca1a0ea81cf6
parent 27
f89504285945
child 33
f448f291c1dd
equal deleted inserted replaced
31:60045b362d71 32:ca1a0ea81cf6
2 <head> 2 <head>
3 <link rel="icon" type="image/png" href="/static/favicon.png" /> 3 <link rel="icon" type="image/png" href="/static/favicon.png" />
4 <link rel="stylesheet" type="text/css" href="/static/style.css" /> 4 <link rel="stylesheet" type="text/css" href="/static/style.css" />
5 <meta charset='UTF-8' /> 5 <meta charset='UTF-8' />
6 <title>{{nimi}}</title> 6 <title>{{nimi}}</title>
7 <meta http-equiv='refresh' content='60'>
7 <style> 8 <style>
8 .sarake-määränpää 9 .sarake-määränpää
9 { 10 {
10 text-align: left; 11 text-align: left;
11 } 12 }
19 }*/ 20 }*/
20 </style> 21 </style>
21 {% endif %} 22 {% endif %}
22 </head> 23 </head>
23 <body> 24 <body>
24 <h1><img src="/static/iso-pysäkki.png" height="96" /> <span>{{name}}</span></h1> 25 <h1><img src="/static/pysäkki.png" height="96" /> <span>{{name}}</span></h1>
25 <p id="pysäkki-info"> 26 <p id="pysäkki-info">
26 {{region or ""}} 27 {{region or ""}}
27 28
28 <a class="pysäkki-sijainti" href="{{link_to_map}}" target="_blank">📌 ({{location}})</a> 29 <a class="pysäkki-sijainti" href="{{link_to_map}}" target="_blank">📌 ({{location}})</a>
29 </p> 30 </p>

mercurial