[% INCLUDE header.tt page_title = "Set username/preferences" %] [% INCLUDE banner.tt %]
[% INCLUDE navbar.tt %]
[% IF show_form %]

Username

Preferences

[% IF prefs.preview_above_edit_box %] [% ELSE %] [% END %]

[% IF prefs.include_geocache_link %] [% ELSE %] [% END %]

[% IF prefs.latlong_traditional %] [% ELSE %] [% END %]

[% IF prefs.omit_help_links %] [% ELSE %] [% END %]

[% IF prefs.show_minor_edits_in_rc %] [% ELSE %] [% END %]

[% IF prefs.is_admin %] [% ELSE %] [% END %]

[% IF prefs.track_recent_changes_views %] [% ELSE %] [% END %]

[% IF ( config.use_leaflet OR gmaps_api_key ) AND config.show_gmap_in_node_display %]

[% IF prefs.display_google_maps %] [% ELSE %] [% END %]

[% END %]

[% IF return_to_url %] [% END %]
[% ELSE %]

Username/preferences saved

Username set to “[% prefs.username %]”.

Preview area shown [% IF prefs.preview_above_edit_box %] above [% ELSE %] below [% END %] edit box.

“Look for nearby geocaches” link [% UNLESS prefs.include_geocache_link %] not [% END %] included in navbar.

Latitude and longitude displayed as [% IF prefs.latlong_traditional %] degrees and minutes. [% ELSE %] decimal. [% END %]

Help links will [% IF prefs.omit_help_links %] not [% END %] be included in navbar.

Admin links will [% UNLESS prefs.is_admin %] not [% END %] be included in navbar.

Minor edits [% UNLESS show_minor_edits_in_rc %] not [% END %] included in Recent Changes.

Your visits to Recent Changes will [% UNLESS prefs.track_recent_changes_views %] not [% END %] be tracked.

[% IF ( config.use_leaflet OR gmaps_api_key ) AND config.show_gmap_in_node_display %]

Maps will [% UNLESS prefs.display_google_maps %] not [% END %] be displayed on pages with geodata.

[% END %]

Default edit type set to [% IF prefs.default_edit_type == 'normal' %] “Normal edit”. [% ELSE %] “Minor tidying”. [% END %]

Your preferences will [% IF prefs.cookie_expires == 'never' %] never expire. [% ELSIF prefs.cookie_expires == 'year' %] expire in one year. [% ELSE %] expire in one month. [% END %]

[% END %]
[% INCLUDE footer.tt %]