#
#
#
# syslog_page()
#
#
#
subroutine(syslog_page(
string licensing_features,
string send_log_data_to_support_info,
string click_next_to_continue_paragraph), (
# --------------------
# syslog_no_match_page
# --------------------
'
\n';
string param1 = '
-';
string info = expand(lang_admin.new_profile_wizard.syslog_no_match_page.info);
'
' . info . '
\n';
'
' . lang_admin.new_profile_wizard.syslog_no_match_page.instruction . '
\n';
'
\n';
'
\n';
# ------------------------
# syslog_direct_match_page
# ------------------------
'\n';
string param1 = '
-';
string info = expand(lang_admin.new_profile_wizard.syslog_direct_match_page.info);
'
' . info . '
\n';
'
\n';
'\n';
'- | \n';
'
\n';
'
\n';
if (licensing_features ne "lite") then (
# build_beta_log_format_info_section("syslog_direct_match_beta_info_section");
'
\n';
)
else (
click_next_to_continue_paragraph;
);
'
\n';
# --------------------------
# syslog_multiple_match_page
# --------------------------
'\n';
string param1 = '
-';
string instruction = expand(lang_admin.new_profile_wizard.syslog_multiple_match_page.instruction);
'
' . instruction . '
\n';
`
\n`;
if (licensing_features ne "lite") then (
# build_beta_log_format_info_section("syslog_multiple_match_beta_info_section");
'
\n';
);
'
\n';
# ---------------
# syslog_all_page
# ---------------
string param1 = '\n';
'
' . instruction . '
\n';
'
\n';
# build_beta_log_format_info_section("syslog_all_beta_info_section");
'
\n';
));