$templates.shared.doctype_frameset {= # debug_message("\n\n\n\n@@@@ reports editor index start\n\n\n"); string profile_name = internal.profile_name; string form_type = volatile.form_type; string form_title; string url_extension = "+p+" . profile_name; url_extension .= "+volatile.form_type+" . form_type; if (form_type eq 'edit') then ( form_title = lang_options.profile.statistics.reports.edit_form_title; url_extension .= "+volatile.report_name+" . volatile.report_name; ) else ( form_title = lang_options.profile.statistics.reports.new_form_title; ); string top_url = "?dp+templates.config.reports.reports_form_top"; top_url .= url_extension; string main_url = "?dp+templates.config.reports.reports_form_main"; main_url .= url_extension; =} $form_title {= expand(templates.shared.content_type); =}