report->getSysURL();?>
webRoot, $url . $config->webRoot, 'target="_blank"');?>
bugs)):?>
report->mailTitle->bug, count($mail->bugs)), ',') ?>
bugs as $bug):?>
report->idAB;?> report->bugTitle;?> report->deadline;?>
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)), ',') ?>
tasks as $task):?>
report->idAB;?> report->taskName;?> report->deadline;?>
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)), ',') ?>
todos as $todo):?>
report->idAB;?> report->todoName;?>
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)), ',') ?>
testTasks as $testTask):?>
report->idAB;?> report->testTaskName;?>
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); ?>