1 <%= error_messages_for 'election' %>
4 <p><label for="election_name">Summary</label><br/>
5 <%= text_field 'election', 'name', :size => 60 %></p>
7 <p><label for="election_description">Description</label><br/>
8 <%= text_area 'election', 'description', :rows => 5, :cols => 60 %></p>
11 <p><label for="election_anonymous">Anonymous Vote</label>
12 <%= check_box 'election', 'anonymous', {}, 1, 0 %></p>
14 <p>Election/Voting Start Date<br />
15 <%= datetime_select :election, :startdate %></p>
18 <p>Election End Date<br />
19 <font size="-1"><em>All elections end at 23:59.</em></font><br />
20 <%= date_select :election, :enddate %></p>
22 <!--[eoform:election]-->