* @package repo * @version $Id$ * @link http://www.zentao.net */ ?>
recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}"; ?> product)); if(isset($productList) and $productList[0]) { foreach($productList as $productID) { if(!isset($products[$productID])) continue; $productNames .= ' ' . zget($products, $productID, $productID); } } ?>
repo->id); ?> repo->type); ?> repo->name); ?> repo->product); ?> repo->path; ?> actions;?>
id; ?> repo->scmList, $repo->SCM); ?> createLink('repo', 'browse', "repoID={$repo->id}&branchID=&objectID=$objectID"), $repo->name);?> codePath;?> id&objectID=$objectID", '', 'list', 'edit'); $jobID = 0; $execClass = 'disabled'; $reportClass = 'disabled'; if(isset($sonarRepoList[$repo->id])) { $execClass = ''; $jobID = $sonarRepoList[$repo->id]->id; if(in_array($jobID, $successJobs)) $reportClass = ''; } common::printIcon('sonarqube', 'execJob', "jobID=$jobID", '', 'list', 'sonarqube', 'hiddenwin', $execClass); common::printIcon('sonarqube', 'reportView', "jobID=$jobID", '', 'list', 'audit', '', "iframe $reportClass", true); common::printIcon('repo', 'delete', "repoID=$repo->id&objectID=$objectID", '', 'list', 'trash', 'hiddenwin'); ?>