$value) {
				++$i;
				$web = _('No');
				$dns = _('No');
				$mail = _('No');
				$db = _('No');
				$cron = _('No');
				$udir = _('No');
				if (!empty($data[$key]['WEB'])) $web = _('Yes');
				if (!empty($data[$key]['DNS'])) $dns = _('Yes');
				if (!empty($data[$key]['MAIL'])) $mail = _('Yes');
				if (!empty($data[$key]['DB'])) $db = _('Yes');
				if (!empty($data[$key]['CRON'])) $cron = _('Yes');
				if (!empty($data[$key]['UDIR'])) $udir = _('Yes');
		?>
			
				
				
				
				
					= _("Date") ?>:
					
						= translate_date($data[$key]["DATE"]) ?>
					
				
				
					= _("Size") ?>:
					
						= humanize_usage_size($data[$key]["SIZE"]) ?>
					
					
						= humanize_usage_measure($data[$key]["SIZE"]) ?>
					
				
				
					= _("Type") ?>:
					= $data[$key]["TYPE"] ?>
				
				
					= _("Runtime") ?>:
					= humanize_time($data[$key]["RUNTIME"]) ?>