[% USE CGI %] [% INCLUDE header.tt page_title = "Edit $node_name - $site_name" %]
[% IF read_only %] [% INCLUDE read_only.tt %] [% ELSE %]

Edit "[% node_name %]"

[% IF conflict %]
Someone has committed changes to this page since you began editing. You will need to manually merge your changes into the new version.
[% END %] [% IF validate_failed %]

Your input was invalid:

Please correct your input data and try again.

[% END %] [% IF preview_html AND preview_above_edit_box %] [% INCLUDE edit_form_preview.tt %] [% END %]
[% TRY %] [% INCLUDE custom_licence.tt %] [% CATCH %] [% END %]
[% IF moderate %]
Please note that this page is moderated so your changes will not appear immediately. Please be patient.
[% END %]
[% INCLUDE edit_form_actions.tt %]
Main information
[% IF conflict %]
[% CGI.escapeHTML(new_content) %]
[% END %]
[%# NOTE: The whitespace in the next two textareas is deliberate, to avoid getting bogus tabs and blank lines in the textarea content. Please do not reintroduce this bug. Test on more than one browser. #%]
[% IF conflict %]
[% FOREACH locale = new_locales %] [% CGI.escapeHTML(locale) %]
[% END %]
[% END %]
[% IF conflict %]
[% FOREACH category = new_categories %] [% CGI.escapeHTML(category) %]
[% END %]
[% END %]
[% IF conflict %] [% ELSE %] [% END %]
[% IF conflict %]
[% new_summary %]
[% END %]
Additional information
[% IF conflict %] [% ELSE %] [% END %]
[% IF conflict %]
[% CGI.escapeHTML(new_phone) %]
[% END %]
[% IF conflict %] [% ELSE %] [% END %]
[% IF conflict %]
[% CGI.escapeHTML(new_fax) %]
[% END %]
[% IF conflict %] [% ELSE %] [% END %]
[% IF conflict %]
[% CGI.escapeHTML(new_website) %]
[% END %]
[% IF conflict %]
[% CGI.escapeHTML(new_hours_text) %]
[% END %]
[% IF conflict %]
[% CGI.escapeHTML(new_address) %]
[% END %]
[% IF conflict %]
[% CGI.escapeHTML(new_postcode) %]
[% END %]
[% IF conflict %]
[% CGI.escapeHTML(new_coord_field_1_value) %]
[% END %]
[% IF conflict %]
[% CGI.escapeHTML(new_coord_field_2_value) %]
[% END %]
[% IF config.enable_node_image %] [% INCLUDE node_image_fields.tt %] [% END %] [% INCLUDE openguides_information_boxes.tt %] [% INCLUDE edit_form_actions.tt %]
[% IF preview_html AND NOT preview_above_edit_box %] [% INCLUDE edit_form_preview.tt %] [% END %] [% END %] [% INCLUDE footer.tt omit_footer_search_form = 1 %]