* rewrite the css in table.

This commit is contained in:
wangchunsheng
2011-02-24 03:03:39 +00:00
parent 16ae69f562
commit 42fd76cc9b
6 changed files with 36 additions and 35 deletions
+11 -11
View File
@@ -4,9 +4,9 @@ include 'header.lite.html.php';
include 'colorbox.html.php';
?>
<div id='header'>
<div class='g' id='header'>
<div class='u-1-2'>
<div class='cont'>
<table class='cont' id='topbar'>
<tr>
<td class='w-p50'>
<?php
echo $app->company->name . $lang->colon;
if($app->company->website) echo html::a($app->company->website, $lang->company->website, '_blank');
@@ -15,12 +15,12 @@ include 'colorbox.html.php';
echo html::select('', $app->config->langs, $this->cookie->lang, 'class=switcher onchange="selectLang(this.value)"');
echo html::select('', $app->lang->themes, $this->cookie->theme, 'class=switcher onchange="selectTheme(this.value)"');
?>
</div>
</div>
<div class='u-1-2'><div class='cont a-right'><?php commonModel::printTopBar();?></div></div>
</div>
<div class='g' id='navbar'>
<div id='mainmenu'><?php commonModel::printMainmenu($this->moduleName); commonModel::printSearchBox();?></div>
<div id='modulemenu'><?php commonModel::printModuleMenu($this->moduleName);?></div>
</div>
</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>
<tr><td id='modulemenu'><?php commonModel::printModuleMenu($this->moduleName);?></td></tr>
</table>
</div>