芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/status.pulsehost.co.uk/themes/altum/views/dns-monitor-update/index.php
= \Altum\Alerts::output_alerts() ?> main->breadcrumbs_is_enabled): ?>
= l('dns_monitors.breadcrumb') ?>
= l('dns_monitor_update.breadcrumb') ?>
= sprintf(l('global.update_x'), $data->dns_monitor->name) ?>
= include_view(THEME_PATH . 'views/dns-monitor/dns_monitor_dropdown_button.php', ['id' => $data->dns_monitor->dns_monitor_id, 'resource_name' => $data->dns_monitor->name]) ?>
= l('global.name') ?>
= \Altum\Alerts::output_field_error('name') ?>
= l('dns_monitor.input.target') ?>
= \Altum\Alerts::output_field_error('target') ?>
= l('dns_monitor.input.notifications') ?>
= l('notification_handlers.create') ?>
= l('dns_monitor.input.notifications_help') ?>
notification_handlers as $notification_handler): ?>
notification_handler_id, $data->dns_monitor->notifications ?? []) ? 'checked="checked"' : null ?>>
= $notification_handler->name ?>
= l('notification_handlers.input.type_' . $notification_handler->type) ?>
= l('dns_monitor.input.dns_check_interval_seconds') ?>
dns_monitor_check_intervals as $key => $value): ?>
dns_monitor->settings->dns_check_interval_seconds == $key ? 'selected="selected"' : null ?> = !in_array($key, $this->user->plan_settings->dns_monitors_check_intervals ?? []) ? 'disabled="disabled"' : null ?>>= $value ?>
= l('dns_monitor.input.dns_check_interval_seconds_help') ?>
dns_monitor->is_enabled ? 'checked="checked"' : null?>>
= l('dns_monitor.input.is_enabled') ?>
= l('dns_monitor.input.advanced') ?>
= l('dns_monitor.input.dns_types') ?>
= l('dns_monitor.input.dns_types_help') ?>
dns_types as $dns_type => $dns_type_code): ?>
dns_monitor->settings->dns_types ?? []) ? 'checked="checked"' : null ?>>
= $dns_type ?>
= l('projects.project_id') ?>
= l('projects.create') ?>
= l('global.none') ?>
projects as $project_id => $project): ?>
dns_monitor->project_id == $project_id ? 'selected="selected"' : null ?>>= $project->name ?>
= l('projects.project_id_help') ?>
= l('global.update') ?>