* @package my * @version $Id$ * @link http://www.zentao.net */ ?> getModuleRoot() . 'common/view/header.html.php';?> getModuleRoot() . 'common/view/datepicker.html.php';?>
'> moduleName . ucfirst($this->methodName); $useDatatable = (isset($this->config->datatable->$datatableId->mode) and $this->config->datatable->$datatableId->mode == 'datatable'); $vars = "type=$type&orderBy=%s&recTotal=$pager->recTotal&recPerPage=$pager->recPerPage"; if($useDatatable) include $app->getModuleRoot() . 'common/view/datatable.html.php'; $customFields = $this->datatable->getSetting('my'); $widths = $this->datatable->setFixedFieldWidth($customFields); $columns = 0; ?> show) { if($field->id == 'project') $hasProject = true; if($field->id == 'execution') $hasExecution = true; $this->datatable->printHead($field, $orderBy, $vars); $columns++; } } ?> loadModel('execution')->getPairs(0, 'all', $hasProject ? 'multiple' : ''); ?> effort->printCell($field, $effort, $mode, $executions); ?> consumed;?>
', $times);?> show('right', 'pagerjs');?>
getModuleRoot() . 'common/view/footer.html.php';?>