!!! 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 Povodne - Voda
%body
%ul#navbar
%li.logo
%li.active Voda
%li Doprava
%li Nabídky pomoci
.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 [m3s-1]
%th teplota [°C]
=File.read("data/table.html")
%hr
.footer Data poskytuje Český hydrometeorologický ústav. Bez záruky.