* @package trainplan * @version $Id: browse.html.php 4903 2020-09-04 09:32:59Z lyc $ * @link http://www.zentao.net */ ?> getModuleRoot() . "common/view/header.html.php"?>

noData;?> createLink('trainplan', 'create', "projectID=$projectID"), " " . $lang->trainplan->create, '', "class='btn btn-info'");?>

recTotal}&recPerPage={$pager->recPerPage}"; $canBatchEdit = common::hasPriv('trainplan', 'batchEdit'); $canBatchFinish = common::hasPriv('trainplan', 'batchFinish'); $canBatchAction = $canBatchEdit or $canBatchFinish; ?> $trainplan):?>
lang->selectAll}'>"; common::printOrderLink('id', $orderBy, $vars, $lang->trainplan->id); ?> trainplan->name);?> trainplan->begin);?> trainplan->end);?> trainplan->place);?> trainplan->trainee);?> trainplan->lecturer);?> trainplan->type);?> trainplan->status);?> actions;?>
createLink('trainplan', 'view', "trainplanID=$trainplan->id");?> id => '')) . html::a($viewLink, sprintf('%03d', $trainplan->id)); } else { echo html::a($viewLink, sprintf('%03d', $trainplan->id)); } ?> name);?> begin == '0000-00-00' ? '' : $trainplan->begin;?> end == '0000-00-00' ? '' : $trainplan->end;?> place;?> lecturer;?> trainplan->typeList, $trainplan->type);?> trainplan->statusList, $trainplan->status);?> id"; common::printIcon('trainplan', 'edit', $params, $trainplan, "list"); common::printIcon('trainplan', 'finish', $params, $trainplan, 'list', '', '', 'iframe', true); common::printIcon('trainplan', 'summary', $params, $trainplan, 'list', '', '', 'iframe', true); ?>
getModuleRoot() . "common/view/footer.html.php"?>