* @package product * @version $Id: view.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?>
product->iteration;?> product->iterationInfo, count($releases));?>
createLink('product', 'roadmap', "productID={$product->id}"), $lang->product->iterationView . "", '', "class='btn btn-primary btn-circle btn-icon-right btn-sm pull-right'");?>
product->latestDynamic;?>
  • actor == $this->app->user->account) echo "class='active'";?>>
    date;?> actor) . ' ' . $action->actionLabel . $action->objectLabel . ' ' . html::a($action->objectLink, $action->objectName);?>

id;?> code;?> name;?>

desc;?>

product->typeList, $product->type);?> product->statusList, $product->status);?> deleted):?> product->deleted;?>

type == 'platform'):?>
product->branchName['platform'];?>MORE
product->manager;?>
productCommon;?> PO);?> product->release;?> QD);?>
product->qa;?> RD);?>
product->basicInfo;?>
acl == 'custom'):?>
product->line;?> line);?>
story->openedBy?> createdBy);?>
story->openedDate?> createdDate, DT_DATE1);?>
product->acl;?> product->aclList[$product->acl];?>
product->whitelist;?> whitelist); foreach($whitelist as $groupID) if(isset($groups[$groupID])) echo $groups[$groupID] . ' '; ?>
config->global->flow != 'onlyTest'):?>
product->otherInfo;?>
story->statusList['active'] . $lang->story->common;?> stories['active']?> product->plans?> plans?> product->bugs?> bugs?>
story->statusList['changed'] . $lang->story->common;?> stories['changed']?> product->projects?> projects?> product->cases?> cases?>
story->statusList['draft'] . $lang->story->common;?> stories['draft']?> product->builds?> builds?> product->docs?> docs?>
story->statusList['closed'] . $lang->story->common;?> stories['closed']?> product->releases?> releases?>
id"; $browseLink = $this->session->productList ? $this->session->productList : inlink('browse', "productID=$product->id"); if(!$product->deleted) { ob_start(); if($product->status != 'closed') { common::printIcon('product', 'close', "productID=$product->id", $product, 'button', '', '', 'iframe text-danger', true); echo "
"; } common::printIcon('product', 'edit', $params, $product); common::printIcon('product', 'delete', $params, $product, 'button', '', 'hiddenwin'); common::printRPN($browseLink); $actionLinks = ob_get_contents(); ob_end_clean(); echo $actionLinks; } else { common::printRPN($browseLink); } ?>