2 <label for="client_application_name">Name*</label><br/>
3 <%= f.text_field :name %>
6 <label for="client_application_url">Main Application URL*</label><br/>
7 <%= f.text_field :url %>
10 <label for="client_application_callback_url">Callback URL*</label><br/>
11 <%= f.text_field :callback_url %>
14 <label for="client_application_support_url">Support URL</label><br/>
15 <%= f.text_field :support_url %>
18 <label for="client_application_allow_read_prefs">Request permission to read the user preferences.</label><br/>
19 <%= f.check_box :allow_read_prefs %>
22 <label for="client_application_allow_write_prefs">Request permission to write the user preferences.</label><br/>
23 <%= f.check_box :allow_write_prefs %>
26 <label for="client_application_allow_write_diary">Request permission to create diary entries, comments and friends.</label><br/>
27 <%= f.check_box :allow_write_diary %>
30 <label for="client_application_allow_write_api">Request permission to write the API on the user's behalf.</label><br/>
31 <%= f.check_box :allow_write_api %>
34 <label for="client_application_allow_read_gpx">Request permission to read the user's private GPS traces.</label><br/>
35 <%= f.check_box :allow_read_gpx %>
38 <label for="client_application_allow_write_gpx">Request permission to upload GPS traces as the user.</label><br/>
39 <%= f.check_box :allow_write_gpx %>