compact): ?>
= $this->tabs; ?>
isService): ?>
link()->service(
$downtime->service_description,
$downtime->service_display_name,
$downtime->host_name,
$downtime->host_display_name
);
$icon = $this->icon('service', $this->translate('Service'));
?>
icon('host', $this->translate('Host'));
$link = $this->link()->host($downtime->host_name, $downtime->host_display_name)
?>
= sprintf(
$this->translate(
'Downtime on %s',
'Downtime for host or service.'
),
$link
); ?>
= $icon ?>
is_flexible): ?>
is_in_effect): ?>
= sprintf(
$this->isService
? $this->translate('This flexible service downtime was started on %s at %s and lasts for %s until %s at %s.')
: $this->translate('This flexible host downtime was started on %s at %s and lasts for %s until %s at %s.'),
date('d.m.y', $downtime->start),
date('H:i', $downtime->start),
$this->format()->duration($downtime->duration),
date('d.m.y', $downtime->end),
date('H:i', $downtime->end)
); ?>
= sprintf(
$this->isService
? $this->translate('This flexible service downtime has been scheduled to start between %s - %s and to last for %s.')
: $this->translate('This flexible host downtime has been scheduled to start between %s - %s and to last for %s.'),
date('d.m.y H:i', $downtime->scheduled_start),
date('d.m.y H:i', $downtime->scheduled_end),
$this->format()->duration($downtime->duration)
); ?>
is_in_effect): ?>
= sprintf(
$this->isService
? $this->translate('This fixed service downtime was started on %s at %s and expires on %s at %s.')
: $this->translate('This fixed host downtime was started on %s at %s and expires on %s at %s.'),
date('d.m.y', $downtime->start),
date('H:i', $downtime->start),
date('d.m.y', $downtime->end),
date('H:i', $downtime->end)
); ?>
= sprintf(
$this->isService
? $this->translate('This fixed service downtime has been scheduled to start on %s at %s and to end on %s at %s.')
: $this->translate('This fixed host downtime has been scheduled to start on %s at %s and to end on %s at %s.'),
date('d.m.y', $downtime->scheduled_start),
date('H:i', $downtime->scheduled_start),
date('d.m.y', $downtime->scheduled_end),
date('H:i', $downtime->scheduled_end)
); ?>
= $this->translate('Author') ?> |
= $this->icon('user') ?> = $this->escape($this->downtime->author_name) ?> |
= $this->translate('Comment') ?> |
= $this->icon('comment') ?> = $this->escape($this->downtime->comment) ?> |
= $this->translate('Entry Time') ?> |
= date('d.m.y H:i' ,$this->escape($this->downtime->entry_time)) ?> |
= $this->escape(
$this->downtime->is_flexible ?
$this->translate('Flexible') : $this->translate('Fixed')
); ?> |
= $this->escape(
$this->downtime->is_flexible ?
$this->translate('Flexible downtimes have a hard start and end time,'
. ' but also an additional restriction on the duration in which '
. ' the host or service may actually be down.') :
$this->translate('Fixed downtimes have a static start and end time.')
); ?>
|
= $this->translate('Scheduled start') ?> |
= date('d.m.y H:i', $this->downtime->scheduled_start) ?> |
= $this->translate('Scheduled end') ?> |
= date('d.m.y H:i', $this->downtime->scheduled_end) ?> |
downtime->is_flexible): ?>
= $this->translate('Duration') ?> |
= $this->format()->duration($this->escape($this->downtime->duration)); ?> |
= $this->translate('Actual start time') ?> |
= date('d.m.y H:i', $downtime->start); ?> |
= $this->translate('Actual end time') ?> |
= date('d.m.y H:i', $downtime->end); ?> |
= $this->translate('In effect') ?> |
= $this->escape(
$this->downtime->is_in_effect ?
$this->translate('Yes') : $this->translate('No')
);
?>
|
= $this->translate('Commands') ?> |
= $delDowntimeForm;?>
|