added first stab at a kiosk mode
[selectricity] / app / views / voter / kiosk_ready.rhtml
diff --git a/app/views/voter/kiosk_ready.rhtml b/app/views/voter/kiosk_ready.rhtml
new file mode 100644 (file)
index 0000000..7773dd8
--- /dev/null
@@ -0,0 +1,9 @@
+<div id="title-header">
+  <span class="header"><%= @voter.election.name %></span>
+  <span class="subheader"></span>
+</div>
+
+<p>Selectricity is running in kiosk mode and is ready for the next
+voter. Press the button below to generate a new ballot.</p>
+
+<p align="center"><%= button_to "Vote!", :action => "index", :urlpassword => @password, :kiosk => true %></p>

Benjamin Mako Hill || Want to submit a patch?