Added noscript information.

This commit is contained in:
Kasper D. Fischer 2014-05-20 12:35:55 +00:00
parent 78ea7b0397
commit 63f9d9d43a
Notes: subgit 2018-03-07 17:58:58 +01:00
r663 www/trunk
2 changed files with 17 additions and 0 deletions

View File

@ -47,6 +47,14 @@
</head>
<body>
<noscript>
<div class="noscript">
<h1>Kein JavaScript verfügbar!</h1>
<p>Diese Seite benötigt JavaScript. Bitte schalten Sie JavaScript ein.</p>
<h1>JavaScript disabled!</h1>
<p>This page requires JavaScript to work. Please enable JavaScript.</p>
</div>
</noscript>
<div class="info" id="tabs">
<ul>
<li><a href="#eventstab"><span>Ereignisse</span></a></li>

View File

@ -13,6 +13,15 @@
height: 100%;
font-family: sans-serif;
}
div.noscript {
z-index: 20000;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background: rgb(255, 255, 255);
}
div.info {
z-index: 10000;
position: absolute;