Finish task#2994 禅道如果和然之集成后,样式做调整,cost:3 left:0

This commit is contained in:
wangyidong
2017-05-03 14:39:38 +08:00
parent 4463151d96
commit 099bd94ebb
4 changed files with 52 additions and 4 deletions
+10
View File
@@ -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>