projects
/
cs356-p2-videostore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix 'maintenence' to 'maintenance' + layout reorganization
[cs356-p2-videostore.git]
/
app
/
views
/
purchase
/
begin.rhtml
1
<h1>Start a Transaction</h1>
2
3
<p>Please read the customer's ID number off of their card and enter
4
it in the box below.</p>
5
6
<%= start_form_tag :action => 'customer_ok'%>
7
<%= text_field 'customer_id', nil %>
8
<%= submit_tag 'Ok' %></form>
9
<%= end_form_tag %>
10