new version

This commit is contained in:
Pavol Rusnak 2013-06-03 17:34:52 +02:00
parent f891540e66
commit 5fb07fd6b5
21 changed files with 146 additions and 73 deletions

32
index.haml Normal file
View file

@ -0,0 +1,32 @@
!!! 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 <a href='index.html'>Voda</a>
%li <a href='doprava.html'>Doprava</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>]
=File.read("data/table.html")