X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/538c52ea43285fc1ae40e3c3ff5ee78befa1c142..da6c29f53b3598a6d2d9959df277b0340bc54cee:/app/views/layouts/basic.rhtml diff --git a/app/views/layouts/basic.rhtml b/app/views/layouts/basic.rhtml new file mode 100644 index 0000000..a7e9327 --- /dev/null +++ b/app/views/layouts/basic.rhtml @@ -0,0 +1,24 @@ + + + + <%= @page_title || "Selectricity" %> + <%= stylesheet_link_tag "common", :media => "all" %> + <%= stylesheet_link_tag *(@stylesheets) %> + <%begin%> + <%= stylesheet_link_tag "ie6hacks", :media => "all" if + request.user_agent =~ /msie\s(5\.[5-9]|[6]\.[0-9]*).*(win)/i %> + <%rescue NoMethodError%> + <%end%> + <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %> + + + +
+ <%= @content_for_layout %> +
+ +
+ <%= render_partial 'layouts/footer' %> + + +