* @package testtask * @version $Id: ajaxgetdropmenu.html.php 935 2022-06-27 16:44:24Z $ * @link https://www.zentao.net */ ?> $testtask) { if($objectType == 'project' and $testtask->project != $objectID) continue; if($objectType == 'execution' and $testtask->execution != $objectID) continue; $selected = (string)$testtaskID == $currentTaskID ? 'selected' : ''; $param = $method == 'report' ? "productID=$productID&taskID=$testtaskID&browseType=all&branch=$branch" : "taskID=$testtaskID"; $selectHtml .= html::a($this->createLink($module, $method, $param), $testtask->name, '', "class='$selected' data-key='{$testtasksPinyin[$testtask->name]}' data-app='{$this->app->tab}' title='{$testtask->name}'"); } ?>