Added initial support fo QuickVotes. There is support for the creation
[selectricity] / app / views / layouts / vb.rhtml
index a05ae54ae56ab732d20e0ebd9df331b8bc935841..3e4f8bdffcff360a0f2dd62e73379d982decfa6f 100644 (file)
@@ -1,7 +1,7 @@
 <% %>
 <html>
     <head>
-        <title><%= @page_title || "VotingBooth" %></title>
+        <title><%= @page_title || "HyperChad" %></title>
         <%= stylesheet_link_tag "vb", :media => "all" %>
         <% #engine_stylesheet 'login_engine' %>
  
@@ -12,8 +12,8 @@
            <% 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">
@@ -41,7 +41,7 @@
         </div>
 
        <hr />
-        <div id="footer">(C) 2006 |
+        <div id="footer">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?