* @package feedback * @version $Id$ * @link http://www.zentao.net */ ?> getModuleRoot() . 'common/view/header.html.php';?>
$program):?> $lineName) { if(!isset($program[$lineID])) { $program[$lineID] = array(); $program[$lineID]['product'] = ''; $program[$lineID]['lineName'] = $lineName; } } } ?> systemMode == 'ALM'):?> > $line):?> systemMode == 'ALM'):?> > $product):?> stories['active'] + $product->stories['closed'] + $product->stories['draft'] + $product->stories['changing'] + $product->stories['reviewing']; $trClass = ''; if($product->line and $this->config->systemMode == 'ALM') { $path = "line.$product->line,$product->id"; if($this->config->systemMode == 'ALM' and $product->program) $path = "program.$product->program,$path"; $trAttrs = "data-id='$product->id' data-parent='line.$product->line'"; $trClass .= ' is-nest-child table-nest'; $trAttrs .= " data-nest-parent='line.$product->line' data-nest-path='$path'"; } elseif($product->program and $this->config->systemMode == 'ALM') { $trAttrs = "data-id='$product->id' data-parent='program.$product->program'"; $trClass .= ' is-nest-child table-nest'; $trAttrs .= " data-nest-parent='program.$product->program' data-nest-path='program.$product->program,$product->id'"; } else { $trAttrs = "data-id='$product->id' data-parent='0'"; $trClass .= ' no-nest'; } $trAttrs .= " class='$trClass'"; ?> > $view) { if(!isset($users[$account])) continue; $user = $users[$account]; $authorizedUser .= empty($user->realname) ? ',' . $account : ',' . $user->realname; } $authorizedUser = substr($authorizedUser, 1); } ?>
productCommon;?> user->common;?> actions?>
name;?> ", '', "class='iframe btn' title='{$lang->feedback->manageProduct}'", '', true);?>
getModuleRoot() . 'common/view/footer.html.php';?>