* @package execution * @version $Id: index.html.php 5094 2013-07-10 08:46:15Z chencongzhi520@gmail.com $ */ ?> execution->generateCol($orderBy); $executions = $this->execution->generateRow($executionStats, $users, $productID); $sortLink = $this->createLink('execution', 'all', "status=$status&orderBy={orderBy}&productID=$productID¶m=$param&recTotal=$pager->recTotal&recPerPage=$pager->recPerPage&pageID=$pager->pageID"); js::set('sortLink', $sortLink); js::set('cols', json_encode($cols)); js::set('data', json_encode($executions)); js::set('orderBy', $orderBy); js::set('status', $status); js::set('from', $from); js::set('isCNLang', !$this->loadModel('common')->checkNotCN()); ?>
execution->noExecutions : $lang->execution->noExecution;?> createLink('execution', 'create'), " " . ($from == 'execution' ? $lang->execution->createExec : $lang->execution->create), '', "class='btn btn-info' data-app='execution'");?>