getModuleRoot() . 'common/view/header.lite.html.php'; include $app->getModuleRoot() . 'common/view/form.html.php'; include $app->getModuleRoot() . 'common/view/kindeditor.html.php'; include 'header.review.html.php'; $canLinkStory = common::hasPriv('repo', 'linkStory'); $canLinkBug = common::hasPriv('repo', 'linkBug'); $canLinkTask = common::hasPriv('repo', 'linkTask'); $canUnlinkObject = common::hasPriv('repo', 'unlink'); $canAddBug = common::hasPriv('repo', 'addBug'); js::set('jsRoot', $jsRoot); js::set('clientLang', $app->clientLang); js::set('fileExt', $this->config->repo->fileExt); js::set('file', $pathInfo); js::set('blameTmpl', $lang->repo->blameTmpl); js::set('repoID', $repoID); js::set('showEditor', $showEditor); js::set('canLinkStory', $canLinkStory); js::set('canLinkBug', $canLinkBug); js::set('canLinkTask', $canLinkTask); js::set('objectID', 0); js::set('objectType', 'story'); js::set('pageType', $type); js::set('revision', $revision); js::set('sourceRevision', $oldRevision); js::set('encodePath', $this->repo->encodePath($entry)); js::set('canAddBug', $canAddBug); js::set('createLang', $lang->repo->addIssue); if($showEditor) js::set('codeContent', $content); js::import($jsRoot . '/zui/tabs/tabs.min.js'); js::import($jsRoot . 'monaco-editor/min/vs/loader.js'); ?>
repo->images, "|$suffix|") !== false):?>
repo->createLink('download', "repoID=$repoID&path=" . $this->repo->encodePath($entry) . "&fromRevision=$revision"), "", 'hiddenwin', "title='{$lang->repo->download}'"); ?>
getModuleRoot() . 'common/view/footer.lite.html.php';?>