* @package doc * @link https://www.zentao.net */ namespace zin; jsVar('pageFrom', $from); to::header(entityLabel(set::level(1), set::text($lang->doc->create))); if(in_array($objectType, array('mine', 'custom'))) include './selectmineandcustom.html.php'; if($objectType == 'product') include './selectproduct.html.php'; if($objectType == 'project') include './selectproject.html.php'; if($objectType == 'api') include './selectapi.html.php'; /* ====== Render page ====== */ render();