report->getSysURL();?>
|
webRoot, $url . $config->webRoot, 'target="_blank"');?> |
|
bugs)):?>
report->mailTitle->bug, count($mail->bugs)), ',') ?>
report->idAB;?> |
report->bugTitle;?> |
report->deadline;?> |
bugs as $bug):?>
id;?> |
createLink('bug', 'view', "bugID=$bug->id");
if($config->requestType == 'GET' and strpos($link, 'ztcli') !== false) $link = str_replace($this->server->php_self, $config->webRoot, $link);
echo html::a($url . $link, $bug->title);
?>
|
deadline)) echo $bug->deadline;?> |
|
tasks)):?>
report->mailTitle->task, count($mail->tasks)), ',') ?>
report->idAB;?> |
report->taskName;?> |
report->deadline;?> |
tasks as $task):?>
id;?> |
createLink('task', 'view', "taskID=$task->id");
if($config->requestType == 'GET' and strpos($link, 'ztcli') !== false) $link = str_replace($this->server->php_self, $config->webRoot, $link);
echo html::a($url . $link, $task->name);
?>
|
deadline)) echo $task->deadline;?> |
|
todos)):?>
report->mailTitle->todo, count($mail->todos)), ',') ?>
report->idAB;?> |
report->todoName;?> |
todos as $todo):?>
id;?> |
createLink('todo', 'view', "todoID=$todo->id");
if($config->requestType == 'GET' and strpos($link, 'ztcli') !== false) $link = str_replace($this->server->php_self, $config->webRoot, $link);
echo html::a($url . $link, $todo->name);
?>
|
|
testTasks)):?>
report->mailTitle->testTask, count($mail->testTasks)), ',') ?>
report->idAB;?> |
report->testTaskName;?> |
testTasks as $testTask):?>
id;?> |
createLink('testtask', 'view', "testtask=$testTask->id");
if($config->requestType == 'GET' and strpos($link, 'ztcli') !== false) $link = str_replace($this->server->php_self, $config->webRoot, $link);
echo html::a($url . $link, $testTask->name);
?>
|
|