Finish task#2994 禅道如果和然之集成后,样式做调整,cost:3 left:0
This commit is contained in:
@@ -5,13 +5,23 @@ include 'chosen.html.php';
|
||||
//include 'validation.html.php';
|
||||
?>
|
||||
<?php if(empty($_GET['onlybody']) or $_GET['onlybody'] != 'yes'):?>
|
||||
<?php $this->app->loadConfig('sso');?>
|
||||
<header id='header'>
|
||||
<?php if(empty($this->config->sso->turnon)):?>
|
||||
<div id='topbar'>
|
||||
<div class='pull-right' id='topnav'><?php commonModel::printTopBar();?></div>
|
||||
<h5 id='companyname'>
|
||||
<?php printf($lang->welcome, $app->company->name);?>
|
||||
</h5>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<?php
|
||||
if(!empty($this->config->sso->turnon))
|
||||
{
|
||||
css::import($defaultTheme . 'bindranzhi.css');
|
||||
js::import($jsRoot . 'bindranzhi.js');
|
||||
}
|
||||
?>
|
||||
<nav id='mainmenu'>
|
||||
<?php commonModel::printMainmenu($this->moduleName); commonModel::printSearchBox();?>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user