* @package project * @version $Id: browsebylist.html.php 4769 2021-07-23 11:16:21Z $ * @link https://www.zentao.net */ ?>

project->empty;?> ' . $lang->project->create, '', 'class="btn btn-info" data-toggle="modal"');?> ' . $lang->execution->create, '', 'class="btn btn-info"');?>

recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}"; $datatableId = $this->moduleName . ucfirst($this->methodName); $useDatatable = (!commonModel::isTutorialMode() and (isset($config->datatable->$datatableId->mode) and $config->datatable->$datatableId->mode == 'datatable')); $setting = $this->datatable->getSetting('project'); $fixedFieldsWidth = $this->datatable->setFixedFieldWidth($setting); if($useDatatable) include dirname(dirname(dirname(__FILE__))) . '/common/view/datatable.html.php'; ?> ';?> ' data-fixed-left-width='' data-fixed-right-width=''> id == 'status' and strpos(',all,bysearch,undone,', ",$browseType,") === false) $value->show = false; if(commonModel::isTutorialMode() && ($value->id == 'PM' || $value->id == 'budget' || $value->id == 'teamCount')) $value->show = false; if($value->show) $this->datatable->printHead($value, $orderBy, $vars, $canBatchEdit); } ?> from = 'project';?> status == 'wait') $waitCount ++;?> status == 'doing') $doingCount ++;?> status == 'suspended') $suspendedCount ++;?> status == 'closed') $closedCount ++;?> project->printCell($value, $project, $users, $programID);?>
';?>
project->summary, count($projectStats))); js::set('allSummary', sprintf($lang->project->allSummary, count($projectStats), $waitCount, $doingCount, $suspendedCount, $closedCount)); js::set('checkedSummary', $lang->project->checkedSummary); js::set('checkedAllSummary', $lang->project->checkedAllSummary); ?>