X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..57a193789d1f48a856816c357483cfd7c621cd9d:/app/views/election/_overview_form.rhtml diff --git a/app/views/election/_overview_form.rhtml b/app/views/election/_overview_form.rhtml old mode 100755 new mode 100644 index d5d7b6c..1f540c6 --- a/app/views/election/_overview_form.rhtml +++ b/app/views/election/_overview_form.rhtml @@ -1,23 +1,42 @@ <%= error_messages_for 'election' %> -


-<%= text_field 'election', 'name', :size => 60 %>

+


+<%= text_field :election, :name, :size => 60 %>


-<%= text_area 'election', 'description', :rows => 5, :cols => 60 %>

+<%= text_area :election, :description, :rows => 5, :cols => 60 %>

-

Election End Date
+


All elections end at 23:59.
<%= date_select :election, :enddate %>

+


+<% type_hash = {}; ELECTION_TYPES.each {|k,v| type_hash[v] = k} %> +<%= select_tag 'election[election_method]', options_for_select(type_hash, @election.election_method) %>

+ +

+<%= check_box :election, :verifiable%>

+ +

+<%= check_box :election, :early_results%>

+ +

+<%= check_box :election, :embeddable %>

+ +

+Warning: This will let users vote multiple times +from the same computer! +<%= check_box :election, :kiosk%>

+