| upload GPX file: | <%= file_field('trace', 'gpx_file', {:size => 50, :maxlength => 255}) %> |
| description: | <%= text_field('trace', 'description', {:size => 50, :maxlength => 255}) %> |
| tags: | <%= text_field('trace', 'tagstring', {:size => 50, :maxlength => 255}) %> |
| public? | <%= check_box('trace', 'public', {:checked => 'checked'}) %> |
| <%= submit_tag 'Upload' %> | help |