forked from bofh/fetsite
added header image to infoscreen
This commit is contained in:
@@ -58,14 +58,16 @@
|
|||||||
open_time = Time.parse "09:00 am"
|
open_time = Time.parse "09:00 am"
|
||||||
current_time = Time.now
|
current_time = Time.now
|
||||||
if (current_time > open_time) && (current_time < close_time)
|
if (current_time > open_time) && (current_time < close_time)
|
||||||
<div id="footer" style="background: green; height:100px; width:1280px; bottom:1px; position:absolute">
|
raw("<div id='footer' style='background: green; height:100px; width:1280px; bottom:1px; position:absolute'>")
|
||||||
else
|
else
|
||||||
<div id="footer" style="background: red; height:100px; width:1280px; bottom:1px; position:absolute">
|
raw("<div id='footer' style='background: red; height:100px; width:1280px; bottom:1px; position:absolute'>")
|
||||||
end
|
end
|
||||||
|
%>
|
||||||
Servicezeiten:9-15 blabla, service@fet blabla, content von lacki ;) <br>
|
Servicezeiten:9-15 blabla, service@fet blabla, content von lacki ;) <br>
|
||||||
Freitag 9-12
|
Freitag 9-12
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(function () {
|
$(function () {
|
||||||
$('#jmpress').jmpress({
|
$('#jmpress').jmpress({
|
||||||
|
|||||||
Reference in New Issue
Block a user