|
|
@@ -51,22 +51,25 @@ |
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="topnav">
|
|
|
|
<div class="menuact"><a href="#" id="togglemenu">隐藏菜单</a>
|
|
|
|
<?php
|
|
|
|
if($cuserLogin->getUserType() >= 10) echo '<a href="#" id="allmenu">功能地图</a>';
|
|
|
|
?>
|
|
|
|
<div class="menuact">
|
|
|
|
<a href="#" id="togglemenu">隐藏菜单</a>
|
|
|
|
<?php
|
|
|
|
if($cuserLogin->getUserType() >= 10) echo '<a href="#" id="allmenu">功能地图</a>';
|
|
|
|
?>
|
|
|
|
</div>
|
|
|
|
<div id="skin"></div>
|
|
|
|
</div>
|
|
|
|
<div class="nav" id="nav"></div>
|
|
|
|
<div class="sysmsg">
|
|
|
|
<h3>滚动消息:</h3>
|
|
|
|
<div class="scroll">
|
|
|
|
<form action="action_search.php" target="main" method="post">
|
|
|
|
<input name="keyword" type="text" value="功能搜索" onfocus="if(this.value=='功能搜索'){this.value='';}" onblur="if(this.value==''){this.value='功能搜索';}" class="allsearch">
|
|
|
|
<input name="" type="submit" value="搜索" class="np">
|
|
|
|
<a href='<?php echo $cfg_biz_gitUrl;?>' target='_blank'>代码托管</a> <a href='<?php echo $cfg_biz_helpUrl;?>' target='_blank'>帮助中心</a>
|
|
|
|
</form>
|
|
|
|
<div id="skin">
|
|
|
|
<div></div>
|
|
|
|
</div>
|
|
|
|
<div class="nav" id="nav"></div>
|
|
|
|
<div class="sysmsg">
|
|
|
|
<div class="scroll">
|
|
|
|
<form action="action_search.php" target="main" method="post">
|
|
|
|
<input name="keyword" type="text" placeholder="请输入" class="allsearch">
|
|
|
|
<input name="" type="submit" value="搜索" class="np">
|
|
|
|
<a href="<?php echo $cfg_biz_gitUrl;?>" target="_blank">代码托管</a>
|
|
|
|
<a href="<?php echo $cfg_biz_helpUrl;?>" target="_blank">帮助中心</a>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@@ -99,7 +102,7 @@ |
|
|
|
?>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<script language="javascript">
|
|
|
|
<script>
|
|
|
|
function JumpFrame(url1, url2) {
|
|
|
|
jQuery('#menufra').get(0).src = url1;
|
|
|
|
jQuery('#main').get(0).src = url2;
|
|
|
|