1 <?php
defined('SYSPATH') OR die('No direct access allowed.'); ?
>
2 <div id
="response"></div
>
3 <div id
="progress"></div
>
5 echo isset($error) ?
$error : '';
6 echo !empty($header) ?
$header : '';
7 echo !empty($report_options) ?
$report_options : '';
8 echo !empty($content) ?
$content : '';