diff --git a/app/views/home/verleihkalender.html.erb b/app/views/home/verleihkalender.html.erb new file mode 100644 index 0000000..d4297ca --- /dev/null +++ b/app/views/home/verleihkalender.html.erb @@ -0,0 +1,21 @@ + + + + <%= 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" %> + + + + + <%= content_tag(:iframe,'', width: "100%", height: "100%", name: "targetframe", allowTransparency:"true", scrolling:"no", frameborder:"0", src: "/iframe/infoscreenframe.html") %> <%#header picture/animation %> + +