* @package gitlab * @link https://www.zentao.net */ namespace zin; global $lang; detailHeader ( isAjaxRequest('modal') ? to::prefix() : '', to::title( entityLabel( set(array('entityID' => $gitlab->id, 'level' => 1, 'text' => $gitlab->name)) ) ) ); detailBody ( sectionList ( section ( set::title($lang->gitlab->url), set::content("{$gitlab->url}"), set::useHtml(true) ) ), history() ); render();