X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c933ff40da110253bc4c474d9c79c3a4ed98721d..3062c2d0a2b51fdf3c6b1f3bbd35d524020890a7:/app/views/election/_overview_form.rhtml diff --git a/app/views/election/_overview_form.rhtml b/app/views/election/_overview_form.rhtml index 4a76b81..a36e817 100644 --- a/app/views/election/_overview_form.rhtml +++ b/app/views/election/_overview_form.rhtml @@ -1,20 +1,42 @@ <%= error_messages_for 'election' %> -


-<%= text_field 'election', 'name' %>

+


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


-<%= text_area 'election', 'description' %>

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

+ -

Election/Voting End Date
-<%= datetime_select :election, :enddate %>

+


+All elections end at 23:59.
+<%= datetime_select :election, :enddate, {:discard_hour=>true, :discard_minute=>true} %>

+ +


+<% 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%>