rebranded from votingbooth to hyperchad
[selectricity-live] / app / views / layouts / vb.rhtml
diff --git a/app/views/layouts/vb.rhtml b/app/views/layouts/vb.rhtml
deleted file mode 100644 (file)
index 71003b5..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-<% %>
-<html>
-    <head>
-        <title><%= @page_title || "HyperChad" %></title>
-        <%= stylesheet_link_tag "vb", :media => "all" %>
-        <% #engine_stylesheet 'login_engine' %>
-        <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %>
-    </head>
-    <body>
-        <div id="top">
-           <% if @page_title %>
-              <h3><%= @page_title %></h3>  
-           <% else %>
-             <h3>HyperChad<br />
-             <font size="-1">Voting Machinery for the Masses</font></h3>
-          <% end %>
-
-           <div id="links">
-             <% if session[:user] %>
-               Welcome <strong><%= session[:user].login.capitalize %></strong>
-             <% else %>
-               <%= link_to("Login",:controller => "user", :action => "login")
-                %>/<%= link_to("Sign up", :controller => "user", :action => "signup")%>
-             <% end %> |
-         
-             <% if session[:user] %>
-               <%= link_to("Logout", :controller => "user", :action => "logout") %>  |
-             <% end %>
-             
-            <%= link_to("Help/About", :controller => "site", :action => "about") %>
-           </div>
-        </div>
-        
-        <% if @flash[:notice]%>
-          <div id="notice"><%= @flash[:notice] %></div>
-        <% end%>
-
-        <div id="main">
-          <%= @content_for_layout %>
-        </div>
-
-        <div id="footer">
-          <hr />
-         Copyleft 2006 |
-         <%= link_to "MIT Media Lab", "http://www.media.mit.edu" %> and
-         <a href="http://mako.cc">Benjamin Mako Hill</a>
-       </div>
-
-    </body>
-</html>

Benjamin Mako Hill || Want to submit a patch?