2 Move the marker to the correct position and<br/>
3 describe the problem in the box below:
5 <%= form_tag notes_path do %>
6 <%= hidden_field_tag "lon" %>
7 <%= hidden_field_tag "lat" %>
8 <%= text_area_tag "comment", "", :cols => 40, :rows => 10 %>
10 <%= submit_tag "Submit", :id => "note-submit" %>
11 <%= submit_tag "Cancel", :id => "note-cancel" %>