mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-07 17:54:10 +02:00
36 lines
1.1 KiB
Text
36 lines
1.1 KiB
Text
!!! 5
|
|
%html
|
|
%head
|
|
%meta(charset="utf-8")
|
|
%link(rel="icon" type="image/png" href="favicon.png")
|
|
%link(rel="stylesheet" type="text/css" href="style.css")
|
|
%title Povodeň - Voda
|
|
%body
|
|
|
|
%ul#navbar
|
|
%li.logo
|
|
%li.active <a href='index.html'>Voda</a>
|
|
%li <a href='doprava.html'>Doprava</a>
|
|
%li <a href='pomoc.html'>Nabídky pomoci</a>
|
|
%li <a href='kontakty.html'>Kontakty</a>
|
|
|
|
.content
|
|
%table.twocolumn
|
|
%tr
|
|
%td(style="padding: 16px;")
|
|
.imgstav
|
|
%img(src="data/stav.png")
|
|
.imgprutok
|
|
%img(src="data/prutok.png")
|
|
%td(style="padding: 16px;")
|
|
%table#legend24h(style="margin: 16px;")
|
|
=File.read("data/legend.html")
|
|
%table#table24h
|
|
%tr
|
|
%th datum a čas
|
|
%th stav [cm]
|
|
%th průtok [m<sup>3</sup>s<sup>-1</sup>]
|
|
%th teplota [°C]
|
|
=File.read("data/table.html")
|
|
%hr
|
|
.footer Data poskytuje Český hydrometeorologický ústav. Bez záruky.
|