From b6ca062670b342344df08b53fb216db619ef42bc Mon Sep 17 00:00:00 2001 From: Nicolas Braud-Santoni Date: Sun, 7 Aug 2016 16:39:42 +0200 Subject: Import legacy manman source Copied from www.ffgraz.net --- app/views/location/_form.rhtml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 app/views/location/_form.rhtml (limited to 'app/views/location/_form.rhtml') diff --git a/app/views/location/_form.rhtml b/app/views/location/_form.rhtml new file mode 100644 index 0000000..c391f62 --- /dev/null +++ b/app/views/location/_form.rhtml @@ -0,0 +1,34 @@ +<%= error_messages_for 'location' %> + + +


+<%= text_field 'location', 'pixel_x' %>

+ +


+<%= text_field 'location', 'pixel_y' %>

+ +


+<%= text_field 'location', 'gps_lon' %>

+ +


+<%= text_field 'location', 'gps_lat' %>

+ +


+<%= text_field 'location', 'name' %>

+ +


+<%= text_field 'location', 'street' %>

+ +


+<%= text_field 'location', 'number' %>

+ +


+<%= text_field 'location', 'creator_ip' %>

+ +


+<%= datetime_select 'location', 'time' %>

+ +


+<%= text_field 'location', 'comment' %>

+ + -- cgit v1.2.1