class ElectionController < ApplicationController
model :raw_voter_list, :voter, :vote, :candidate
- layout 'hc'
+ layout 'main'
#before_filter :login_required
<html>
<head>
<title><%= @page_title || "Selectricity" %></title>
- <%= stylesheet_link_tag "hc", :media => "all" %>
+ <%= stylesheet_link_tag "main", :media => "all" %>
<%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %>
</head>
<% end %>
<%= link_to("Help/About", :controller => "site", :action => "about") %>
- <%= link_to( "Home", :controller => 'site', :action => 'index' )%>
</div>
</div>
<div id="footer">
<hr />
- <%= link_to "Copyleft", "http://mako.cc/projects/selectricity"
- %> 2006, 2007 |
- <%= link_to "MIT Media Lab", "http://www.media.mit.edu" %> and
- <a href="http://mako.cc">Benjamin Mako Hill</a>
+ <%= link_to "Copyleft", "http://code.selectricity.org/"
+ %> 2006, 2007 ||
+ <%= link_to "MIT Media Lab", "http://www.media.mit.edu" %> and the
+ <a href="http://code.selectricity.org/team">Selectricity Team</a>
</div>
</body>
<html>
- <link rel="stylesheet" type="text/css" href="stylesheets/hc.css" />
+ <link rel="stylesheet" type="text/css" href="stylesheets/main.css" />
<div id="top">
<h3>Selectricity Anywhere<br />
<font size="-1">Voting Machinery for the <em>Mobile</em> Masses</font></h3>