mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-09 02:34:00 +02:00
new version
This commit is contained in:
parent
f891540e66
commit
5fb07fd6b5
21 changed files with 146 additions and 73 deletions
32
index.haml
Normal file
32
index.haml
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue