X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/50b1cf56bf89fb9bb510481918d3c9d53a4bbad5..607f3a343ea400e558cc47a7c6dc508f9bafcfd2:/app/views/layouts/hc.rhtml diff --git a/app/views/layouts/hc.rhtml b/app/views/layouts/hc.rhtml new file mode 100644 index 0000000..4daac12 --- /dev/null +++ b/app/views/layouts/hc.rhtml @@ -0,0 +1,51 @@ +<% %> + + + <%= @page_title || "HyperChad" %> + <%= stylesheet_link_tag "hc", :media => "all" %> + <% #engine_stylesheet 'login_engine' %> + + <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %> + + +
+ <% if @page_title %> +

<%= @page_title %>

+ <% else %> +

HyperChad
+ Voting Machinery for the Masses

+ <% end %> + + +
+ + <% if @flash[:notice]%> +
<%= @flash[:notice] %>
+ <% end%> + +
+ <%= @content_for_layout %> +
+ + + + +