report->getSysURL();?> bugs)):?> bugs as $bug):?>
report->idAB;?> report->bugTitle;?>
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); ?>
tasks)):?> tasks as $task):?>
report->idAB;?> report->taskName;?>
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); ?>
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); ?>