working quickvote support created
[selectricity] / app / views / layouts / vb.rhtml
index 1161c7fe04317f47d16fb76988bde1212a7927c6..71003b502d2927ca8b3e7696487bd3afbafec576 100644 (file)
@@ -1,8 +1,10 @@
 <% %>
 <html>
     <head>
-        <title><%= @page_title || "VotingBooth" %></title>
+        <title><%= @page_title || "HyperChad" %></title>
         <%= stylesheet_link_tag "vb", :media => "all" %>
+        <% #engine_stylesheet 'login_engine' %>
         <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %>
     </head>
     <body>
            <% if @page_title %>
               <h3><%= @page_title %></h3>  
            <% else %>
-             <h3>Voting Booth<br />
-             <font size="-1">Preferential Voting on the Web</font></h3>
+             <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 => "account", :action => "login") %>/<%= link_to("Sign up", :controller => "account", :action => "signup")%>
+               <%= link_to("Login",:controller => "user", :action => "login")
+                %>/<%= link_to("Sign up", :controller => "user", :action => "signup")%>
              <% end %> |
          
-             <%= link_to("Home", :controller => "site", :action => "index")%> |
-             <%= link_to("Browse", :controller => "site", :action => "index")%> |
-
              <% if session[:user] %>
-               <%= link_to("Logout", :controller => "account", :action => "logout") %>  |
+               <%= link_to("Logout", :controller => "user", :action => "logout") %>  |
              <% end %>
              
             <%= link_to("Help/About", :controller => "site", :action => "about") %>
@@ -40,8 +40,9 @@
           <%= @content_for_layout %>
         </div>
 
-       <hr />
-        <div id="footer">(C) 2006 |
+        <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>

Benjamin Mako Hill || Want to submit a patch?