# # # # get_charset_html() # # # subroutine(get_charset_html( bool is_msie_v6, bool is_log_processing), ( # # # charset_html builds the html elements for charset conversion # which are used in log_processing and in report_options # # string convert_charset_label; string convert_charset_option_path; string convert_charset_from_option_path; string convert_charset_to_option_path; if (is_log_processing) then ( convert_charset_label = lang_options.profile.log.processing.convert_log_data_charset.label; convert_charset_option_path = "profile.log.processing.convert_log_data_charset"; convert_charset_from_option_path = "profile.log.processing.convert_log_data_from_charset"; convert_charset_to_option_path = "profile.log.processing.convert_log_data_to_charset"; ) else ( convert_charset_label = lang_options.profile.output.convert_export_charset.label; convert_charset_option_path = "profile.output.convert_export_charset"; convert_charset_from_option_path = "profile.output.convert_export_from_charset"; convert_charset_to_option_path = "profile.output.convert_export_to_charset"; ); # Convert charset switch (on/off) '
' . lang_admin.charset_conversion.convert_from_label . ': | '; ''; ' | '; ''; option_info_image(is_msie_v6, convert_charset_from_option_path); ' | '; '
' . lang_admin.charset_conversion.convert_to_label . ': | '; ''; ' | '; ''; option_info_image(is_msie_v6, convert_charset_to_option_path); ' | '; '