Files
EasySoft-ZenTaoPMS/module/common/view/header.html.php
chencongzhi520@gmail.com e707d6d314 * code for task#890.
* cancel the task temporary.
2012-08-30 07:53:34 +00:00

32 lines
1.1 KiB
PHP

<?php
if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}
include 'header.lite.html.php';
include 'colorbox.html.php';
include 'chosen.html.php';
//include 'validation.html.php';
?>
<?php if(empty($_GET['onlybody']) or $_GET['onlybody'] != 'yes'):?>
<div id='header'>
<table class='cont' id='topbar'>
<tr>
<td class='w-p50'>
<?php
echo "<span id='companyname'>{$app->company->name}</span> ";
if($app->company->website) echo html::a($app->company->website, $lang->company->website, '_blank');
if($app->company->backyard) echo html::a($app->company->backyard, $lang->company->backyard, '_blank');
?>
</td>
<td class='a-right'><?php commonModel::printTopBar();?></td>
</tr>
</table>
<table class='cont' id='navbar'>
<tr><td id='mainmenu'><?php commonModel::printMainmenu($this->moduleName); commonModel::printSearchBox();?></td></tr>
</table>
</div>
<table class='cont' id='navbar'>
<tr><td id='modulemenu'><?php commonModel::printModuleMenu($this->moduleName);?></td></tr>
</table>
<div id='wrap'>
<?php endif;?>
<div class='outer'>