Added the verleihkalender view

This commit is contained in:
Pet
2018-05-15 20:14:44 +02:00
parent ad36b8dfc7
commit 165268d695

View 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&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;
src=f7i0qj89nelp59lq8panbqr2ek%40group.calendar.google.com&amp;color=%238C500B&amp;
src=8gec92r2kpn59jqm4gclg06nrg%40group.calendar.google.com&amp;color=%23853104&amp;
ctz=Europe%2FVienna" width="800" height="480" frameborder="0" scrolling="no">
</iframe>
</body>