Added the verleihkalender view
This commit is contained in:
21
app/views/home/verleihkalender.html.erb
Normal file
21
app/views/home/verleihkalender.html.erb
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<%= stylesheet_link_tag "themes/"+theme_name+"/application", :media => "all" unless theme_name.empty? %>
|
||||||
|
<%= stylesheet_link_tag "application", :media=>"all" if theme_name.empty? %>
|
||||||
|
<%= stylesheet_link_tag "infoscreenframe.css" %>
|
||||||
|
|
||||||
|
<%= javascript_include_tag "application" %>
|
||||||
|
<%= javascript_include_tag "jmpress" %>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<%= content_tag(:iframe,'', width: "100%", height: "100%", name: "targetframe", allowTransparency:"true", scrolling:"no", frameborder:"0", src: "/iframe/infoscreenframe.html") %> <%#header picture/animation %>
|
||||||
|
<iframe style="border-width: 0;"
|
||||||
|
src="https://calendar.google.com/calendar/embed?height=480&wkst=1&bgcolor=%23FFFFFF&
|
||||||
|
src=f7i0qj89nelp59lq8panbqr2ek%40group.calendar.google.com&color=%238C500B&
|
||||||
|
src=8gec92r2kpn59jqm4gclg06nrg%40group.calendar.google.com&color=%23853104&
|
||||||
|
ctz=Europe%2FVienna" width="800" height="480" frameborder="0" scrolling="no">
|
||||||
|
</iframe>
|
||||||
|
</body>
|
||||||
Reference in New Issue
Block a user