* @package story * @version $Id$ * @link http://www.zentao.net */ $bodyClass = 'with-nav-bottom'; ?>
story->product;?> | product", $product->name);?> |
---|---|
product->branch;?> | product&branch=$story->branch", $branches[$story->branch]);?> |
story->module;?> | $module) { $moduleTitle .= $module->name; if(!common::printLink('product', 'browse', "productID=$story->product&branch=$story->branch&browseType=byModule¶m=$module->id", $module->name)) echo $module->name; if(isset($modulePath[$key + 1])) { $moduleTitle .= '/'; echo $lang->arrow; } } } $printModule = ob_get_contents(); ob_end_clean(); ?>|
story->plan;?> |
planTitle))
{
foreach($story->planTitle as $planID => $planTitle)
{
if(!common::printLink('productplan', 'view', "planID=$planID", $planTitle)) echo $lanTitle;
echo ' '; } } ?> |
story->source;?> | story->sourceList[$story->source] . ' ' . $story->sourceNote;?> |
story->status;?> | story->statusList[$story->status];?> |
story->stage;?> |
stages and $branches)
{
foreach($story->stages as $branch => $stage) if(isset($branches[$branch])) echo $branches[$branch] . ' : ' . $lang->story->stageList[$stage] . ' '; } else { echo $lang->story->stageList[$story->stage]; } ?> |
story->pri;?> | story->priList, $story->pri);?>'>story->priList, $story->pri)?> |
story->estimate;?> | estimate;?> |
story->keywords;?> | keywords;?> |
story->legendMailto;?> | mailto); foreach($mailto as $account) {if(empty($account)) continue; echo "" . $users[trim($account)] . ' '; }?> |
story->openedBy;?> | openedBy] . $lang->at . $story->openedDate;?> |
---|---|
story->assignedTo;?> | assignedTo) echo $users[$story->assignedTo] . $lang->at . $story->assignedDate;?> |
story->reviewedBy;?> | reviewedBy); foreach($reviewedBy as $account) echo ' ' . $users[trim($account)]; ?> |
story->reviewedDate;?> | reviewedBy) echo $story->reviewedDate;?> |
story->closedBy;?> | closedBy) echo $users[$story->closedBy] . $lang->at . $story->closedDate;?> |
story->closedReason;?> | closedReason) echo $lang->story->reasonList[$story->closedReason]; if(isset($story->extraStories[$story->duplicateStory])) { echo html::a(inlink('view', "storyID=$story->duplicateStory"), '#' . $story->duplicateStory . ' ' . $story->extraStories[$story->duplicateStory]); } ?> |
story->lastEditedBy;?> | lastEditedBy) echo $users[$story->lastEditedBy] . $lang->at . $story->lastEditedDate;?> |
story->legendProjectAndTask?> |
|
---|---|
story->legendFromBug;?> |
|
story->legendBugs;?> |
|
story->legendCases;?> |
|
story->legendLinkStories;?> |
|
story->legendChildStories;?> |
|