language switcher
This commit is contained in:
parent
067663d90c
commit
5f2873fb23
2 changed files with 8 additions and 0 deletions
|
@ -56,6 +56,11 @@ header a {
|
|||
box-shadow: 0px 0px 3px #c4c4c4;
|
||||
}
|
||||
|
||||
header .lang a {
|
||||
background-color: olive;
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
header ul {
|
||||
list-style: none outside none;
|
||||
}
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
<ul>
|
||||
<li>
|
||||
<a href=@{HomeR}>_{MsgHome}
|
||||
<li .lang>
|
||||
<a onclick="document.cookie = '_LANG=en'; location.reload()">EN
|
||||
<a onclick="document.cookie = '_LANG=de'; location.reload()">DE
|
||||
|
||||
<div id="main" role="main">
|
||||
$maybe msg <- mmsg
|
||||
|
|
Loading…
Reference in a new issue