#
#
#
# syslog_required_page()
#
#
#
subroutine(syslog_required_page(
string licensing_features,
string send_log_data_to_support_info,
string click_next_to_continue_paragraph), (
# -----------------------------
# syslog_required_no_match_page
# -----------------------------
'
\n';
string param1 = '
-';
string info = expand(lang_admin.new_profile_wizard.syslog_required_no_match_page.info);
'
' . info . '
\n';
'
' . lang_admin.new_profile_wizard.syslog_required_no_match_page.instruction . '
\n';
'
\n';
'
\n';
# ---------------------------------
# syslog_required_direct_match_page
# ---------------------------------
'\n';
string param1 = '
-';
string info = expand(lang_admin.new_profile_wizard.syslog_required_direct_match_page.info);
'
' . info . '
\n';
'
\n';
'\n';
'- | \n';
'
\n';
'
\n';
if (licensing_features ne "lite") then (
# build_beta_log_format_info_section("syslog_required_direct_match_beta_info_section");
'
\n';
)
else (
click_next_to_continue_paragraph;
);
'
\n';
# -----------------------------------
# syslog_required_multiple_match_page
# -----------------------------------
'\n';
string param1 = '
-';
string instruction = expand(lang_admin.new_profile_wizard.syslog_required_multiple_match_page.instruction);
'
' . instruction . '
\n';
`
\n`;
if (licensing_features ne "lite") then (
# build_beta_log_format_info_section("syslog_required_multiple_match_beta_info_section");
'
\n';
);
'
\n';
# ------------------------
# syslog_required_all_page
# ------------------------
string param1 = '\n';
'
' . instruction . '
\n';
'
\n';
# build_beta_log_format_info_section("syslog_required_all_beta_info_section");
'
\n';
));