objecttype === 'service'): ?> icon('service', $this->translate('Service')) ?> qlink( $this->escape($comment->host_display_name) . ': ' . $this->escape($comment->service_display_name), 'monitoring/service/show', array( 'host' => $comment->host_name, 'service' => $comment->service_description ), array( 'title' => sprintf( $this->translate('Show detailed information for this comment about service %s on host %s'), $comment->service_display_name, $comment->host_display_name ) ) ) ?> icon('host', $this->translate('Host')) ?> qlink( $this->escape($comment->host_display_name), 'monitoring/host/show', array('host' => $comment->host_name), array( 'title' => sprintf( $this->translate('Show detailed information for this comment about host %s'), $comment->host_display_name ) ) ) ?> translate('by') ?> escape($comment->author) ?> timeAgo($comment->timestamp) ?> persistent ? $this->icon('attach', 'This comment is persistent.') : '' ?> expiration ? $this->icon('clock', sprintf( $this->translate('This comment expires %s.'), $this->timeUntil($comment->expiration) )) : '' ?> populate( array( 'comment_id' => $comment->id, 'comment_is_service' => isset($comment->service_description) ) ); echo $delCommentForm; } ?>

escape($comment->comment) ?>