* @package tree * @version $Id: browse.html.php 4796 2013-06-06 02:21:59Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ ?> tree->noSubmodule);?> app->loadLang('doc');?> type) && $root->type != 'normal')) ? true : false;?> tree->name; if($viewType == 'line') $name = $lang->tree->line; if($viewType == 'api') $name = $lang->tree->dir; if($viewType == 'doc') $name = $lang->doc->catalogName; if($viewType == 'report') $name = $lang->tree->reportGroup; if($viewType == 'trainskill' or $viewType == 'trainpost') $name = $lang->tree->cate; $childTitle = $lang->tree->child; if(strpos($viewType, 'doc') !== false or $viewType == 'api') $childTitle = $lang->doc->childType; if($viewType == 'line' or $viewType == 'trainskill' or $viewType == 'trainpost') $childTitle = ''; $editTitle = $lang->tree->edit; $deleteTitle = $lang->tree->delete; if($viewType == 'doc' or $viewType == 'api') { $editTitle = $lang->doc->editType; $deleteTitle = $lang->doc->deleteType; } ?>
tab == 'product' and $viewType == 'story'):?>
createLink('tree', 'viewHistory', "productID=$rootID", '', true), $lang->history, '', "class='btn btn-sm btn-primary iframe'");?>
    doc->manageType : $lang->tree->$manageChild;?>
    tree->syncFromProduct, '', "class='btn btn-sm btn-primary'")?>
    createLink('feedback', 'syncProduct', "productID=$rootID&module=feedback&parent=$parent", '', true), $lang->tree->syncProductModule, '', "class='btn btn-sm btn-primary iframe' data-width='60%'");?>
    createLink('ticket', 'syncProduct', "productID=$rootID&parent=$parent", '', true), $lang->tree->syncProductModule, '', "class='btn btn-sm btn-primary iframe' data-width='60%'");?>
    '>
    " . html::a($this->createLink('tree', 'browse', "root=$rootID&viewType=$viewType¤tModuleID=0&branch=0&from=$from", '', ''), empty($root->name) ? '' : $root->name, '', "data-app='{$this->app->tab}'") . ""; foreach($parentModules as $module) { echo "" . html::a($this->createLink('tree', 'browse', "root=$rootID&viewType=$viewType¤tModuleID=$module->id&branch=0&from=$from"), $module->name, '', "data-app='{$this->app->tab}'") . " "; } ?>
    order > $maxOrder) $maxOrder = $sonModule->order;?> type == $viewType ? '' : 'disabled';?>
    id]", $sonModule->name, 'class="form-control"' . $disabled);?>
    id]", $branches, $sonModule->branch, 'class="form-control" disabled');?>
    id]", $sonModule->short, "class='form-control' placeholder='{$lang->tree->short}' $disabled") . html::hidden("order[id$sonModule->id]", $sonModule->order);?>
    tree->short}'");?>
    tree->short}'");?>
    app->tab);?>