getModuleRoot() . 'common/view/header.html.php'; include $app->getModuleRoot() . 'common/view/datepicker.html.php'; include $app->getModuleRoot() . 'common/view/datatable.fix.html.php'; ?>

noData;?>

moduleName . ucfirst($this->methodName); $useDatatable = (isset($config->datatable->$datatableId->mode) and $config->datatable->$datatableId->mode == 'datatable'); $vars = "projectID=$projectID&from=$from&processID=$processID&browseType=$browseType¶m=$param&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"; $customFields = $this->datatable->getSetting('auditplan'); $widths = $this->datatable->setFixedFieldWidth($customFields); $columns = 0; if(!$useDatatable) echo '
'; if($useDatatable) include $app->getModuleRoot() . 'common/view/datatable.html.php'; ?> ' id='auditplanList' data-fixed-left-width='' data-fixed-right-width=''> show) { $this->datatable->printHead($field, $orderBy, $vars); $columns++; } } ?> ncs = $this->loadModel('auditplan')->getNcCount($auditplan->id);?> process); $processType = zget($processTypeList, $auditplan->processType); $objectType = $auditplan->objectType == 'activity' ? zget($activities, $auditplan->objectID, '') : zget($outputs, $auditplan->objectID, ''); if(empty($objectType)) continue; $execution = $auditplan->execution ? zget($executions, $auditplan->execution) : ''; ?> auditplan->printCell($field, $auditplan, $users, $process, $processType, $objectType, $execution, $projectID, $from, $useDatatable ? 'datatable' : 'table');?>
';?>
getModuleRoot() . 'common/view/footer.html.php';?>