yammat/templates/default-layout.hamlet

41 lines
1.2 KiB
Plaintext
Raw Normal View History

2015-04-10 00:40:58 +02:00
<div class="container">
<header>
<nav>
<ul>
<li>
<a href=@{HomeR}>_{MsgHome}
2015-04-10 01:25:28 +02:00
<li .lang>
2015-04-10 19:45:16 +02:00
<a onclick="document.cookie = '_LANG=cz'; location.reload()">
<img .flag src=@{StaticR images_cz_svg}>
<a onclick="document.cookie = '_LANG=de'; location.reload()">
<img .flag src=@{StaticR images_de_svg}>
<a onclick="document.cookie = '_LANG=fr'; location.reload()">
<img .flag src=@{StaticR images_fr_svg}>
<a onclick="document.cookie = '_LANG=en'; location.reload()">
<img .flag src=@{StaticR images_en_svg}>
<a onclick="document.cookie = '_LANG=pl'; location.reload()">
<img .flag src=@{StaticR images_pl_svg}>
2015-04-10 00:40:58 +02:00
2015-10-12 02:32:45 +02:00
<hr>
2015-04-10 00:40:58 +02:00
<div id="main" role="main">
$maybe msg <- mmsg
<div #message>#{msg}
^{widget}
2015-10-12 02:32:45 +02:00
<hr>
2015-04-10 00:40:58 +02:00
<footer>
<span>
<a href=@{RestockR}>_{MsgRestock}
<span>
<a href=@{JournalR}>_{MsgJournal}
<span>
<a href=@{SummaryR}>_{MsgSummary}
2015-04-16 02:12:03 +02:00
<span>
<a href=@{AvatarR}>_{MsgAvatars}
2015-10-11 20:07:12 +02:00
<span>
<a href=@{SupplierR}>_{MsgSuppliers}
2015-09-17 21:54:04 +02:00
<div .right>
^{pageBody copyrightWidget}