<% form_tag (:action => 'create_election') do %>
<%= render :partial => 'overview_form' %>
- <%= submit_tag "Done!" %>
+ <%= submit_tag "Proceed to Next Step" %>
<% end %>
<p>To embed your election, copy and paste the following code into your
homepage:</p>
-<blockquote>
-<tt><pre><%= h("<iframe src='") + votepassword_url(:urlpassword => "open." + @election.id.to_s) + h("'") + "<br />" + h(" width='330px' height='370px'></iframe>") %></pre></tt>
-</blockquote>
+<pre><%= h("<iframe src='") + votepassword_url(:urlpassword => "open." + @election.id.to_s, :embed => "true") + h("' width='330px' height='370px'>") %>
+<%= h("</iframe>") %></pre>
<% end %>
<div id="header">
-<img id="header_icon" src="/images/embed_header_icon.png" />
-<h2>Vote Now</h2>
+<%= link_to '<img id="header_icon" src="/images/embed_header_icon.png" />',
+ {:controller => 'front'}, {:target => "_parent"} %><h2>Vote Now</h2>
</div>
<div id="voting-box">
<div id="voting-bottom">
<div id="container">
<a href="<%= url_for :action => :confirm, :id => @password, :embed => 'true' %>"><h2 id="submit_vote_button">Submit Vote</h2></a>
- <p><b>Drag and drop</b> to rank your favorite videos</p>
+ <p><b>Drag and drop</b> to rank the choices.</p>
</div>
</div>
</div>
<div id="header">
-<img id="header_icon" src="/images/embed_header_icon.png" />
+<%= link_to '<img id="header_icon" src="/images/embed_header_icon.png" />',
+ {:controller => 'front'}, {:target => "_parent"} %>
<h2>Current Standings</h2>
</div>
<div id="voting-box">
font-weight: bold;
}
+pre {
+ font-family: monospace;
+ overflow: scroll;
+ background: #d9d9d9;
+}
/* Left column. Includes logo, poll information, and graph. */