host->group;?>
host->groupMaintenance, '', "class='btn btn-info btn-wide' data-group='ops'");?>
* @package host * @version $Id$ * @link http://www.zentao.net */ ?> getModuleRoot() . 'common/view/header.html.php';?> host->confirmDelete)?>
host->empty;?> ' . $lang->host->create, '', 'class="btn btn-info"');?>
idAB);?> | host->group);?> | host->name);?> | host->admin);?> | host->serverRoom);?> | host->intranet);?> | host->extranet);?> | host->osVersion);?> | host->status);?> | actions?> |
---|---|---|---|---|---|---|---|---|---|
id);?> | inlink('view', "id=$host->id", 'html', true), $host->name, '', "class='iframe'");?> | admin, "");?>createLink('account', 'view', "id=$host->admin", 'html', true), $accountName, '', "class='iframe'") : ''?> | serverRoom, "");?>createLink('serverroom', 'view', "id=$host->serverRoom", 'html', true), $serverRoomName, '', "class='iframe'") : ''?> | intranet;?> | extranet;?> | status == 'offline' ? '' : ''; $title = $host->status == 'offline' ? $lang->host->online : $lang->host->offline; if (common::hasPriv('host', 'changeStatus', $host)) echo html::a($this->inlink('changeStatus', "id={$host->id}&hostID={$host->id}&status=$host->status", 'html', true), $icon, '', "class='btn iframe' title='{$title}'"); common::printIcon('host','edit',"id=$host->id", $host, '', 'edit'); if(common::hasPriv('host', 'delete', $host)) { $deleteURL = $this->createLink('host', 'delete', "id=$host->id&confirm=yes"); echo html::a("javascript:ajaxDelete(\"$deleteURL\",\"hostList\",confirmDelete)", '', '', "class='btn' title='{$lang->host->delete}'"); } ?> |