* @package build
* @version $Id$
* @link http://www.zentao.net
*/
?>
build->view;?>
| build->product;?> |
productName;?> |
| build->name;?> |
'>name;?> |
| build->builder;?> |
builder];?> |
| build->date;?> |
date;?> |
| build->scmPath;?> |
scmPath, 'http') === 0 ? printf(html::a($build->scmPath)) : printf($build->scmPath);?> |
| build->filePath;?> |
filePath, 'http') === 0 ? printf(html::a($build->filePath)) : printf($build->filePath);?> |
| build->stories;?> |
| idAB;?> |
priAB;?> |
story->title;?> |
openedByAB;?> |
story->estimateAB;?> |
statusAB;?> |
story->stageAB;?> |
$story):?>
createLink('story', 'view', "storyID=$story->id");?>
| id);?> |
story->priList[$story->pri];?> |
title, '', "class='preview'");?> |
openedBy];?> |
estimate;?> |
story->statusList[$story->status];?> |
story->stageList[$story->stage];?> |
| build->finishStories, count($stories));?> |
|
| build->bugs;?> |
| idAB;?> |
bug->title;?> |
bug->status;?> |
openedByAB;?> |
bug->openedDateAB;?> |
bug->resolvedByAB;?> |
bug->resolvedDateAB;?> |
createLink('bug', 'view', "bugID=$bug->id");?>
| id);?> |
title, '', "class='preview'");?> |
bug->statusList[$bug->status];?> |
openedBy];?> |
openedDate, 5, 11)?> |
resolvedBy];?> |
resolvedDate, 5, 11)?> |
| build->resolvedBugs, count($bugs));?> |
|
| build->desc;?> |
desc;?> |
session->buildList ? $this->session->buildList : $this->createLink('project', 'build', "projectID=$build->project");
if(!$build->deleted)
{
common::printLink('build', 'edit', "buildID=$build->id", $lang->edit);
common::printLink('build', 'delete', "buildID=$build->id", $lang->delete, 'hiddenwin');
}
echo html::a($browseLink, $lang->goback);
?>