4 <title><%= @page_title || "Selectricity" %></title>
5 <%= stylesheet_link_tag "hc", :media => "all" %>
7 <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %>
12 <h3><%= @page_title %></h3>
14 <h3>Selectricity<br />
15 <font size="-1">Voting Machinery for the Masses</font></h3>
19 <% if session[:user] %>
20 Welcome <strong><%= session[:user].login.capitalize %></strong>
22 <%= link_to("Login",:controller => "user", :action => "login")
23 %>/<%= link_to("Sign up", :controller => "user", :action => "signup")%>
26 <% if session[:user] %>
27 <%= link_to("Logout", :controller => "user", :action => "logout") %> |
30 <%= link_to("Help/About", :controller => "site", :action => "about") %>
34 <% if @flash[:notice]%>
35 <div id="notice"><%= @flash[:notice] %></div>
39 <%= @content_for_layout %>
44 <%= link_to "Copyleft", "http://mako.cc/projects/selectricity"
46 <%= link_to "MIT Media Lab", "http://www.media.mit.edu" %> and
47 <a href="http://mako.cc">Benjamin Mako Hill</a>