|
@@ -33,28 +33,28 @@ |
|
|
<ul> |
|
|
<ul> |
|
|
<li><a href="javascript:;" id="togglemenu" title="侧边伸缩"><i class="fa fa-dedent"></i></a></li> |
|
|
<li><a href="javascript:;" id="togglemenu" title="侧边伸缩"><i class="fa fa-dedent"></i></a></li> |
|
|
<?php if ($cuserLogin->getUserType() >= 10) {?> |
|
|
<?php if ($cuserLogin->getUserType() >= 10) {?> |
|
|
<li class="d-none d-lg-block"><a href="sys_info.php" target="main" title="系统设置"><i class="fa fa-cog"></i></a></li> |
|
|
|
|
|
<li class="d-none d-lg-block"><a href="catalog_main.php" target="main" title="栏目管理"><i class="fa fa-bars"></i></a></li> |
|
|
<li class="d-none d-lg-block"><a href="catalog_main.php" target="main" title="栏目管理"><i class="fa fa-bars"></i></a></li> |
|
|
|
|
|
<li class="d-none d-lg-block"><a href="file_manage_main.php<?php echo DEDEBIZ_SAFE_MODE?'?activepath='.$cfg_medias_dir:'';?>" target="main" title="文件管理"><i class="fa fa-folder"></i></a></li> |
|
|
<li class="d-none d-lg-block"><a href="diy_main.php" target="main" title="自定义表单管理"><i class="fa fa-area-chart"></i></a></li> |
|
|
<li class="d-none d-lg-block"><a href="diy_main.php" target="main" title="自定义表单管理"><i class="fa fa-area-chart"></i></a></li> |
|
|
<?php }?> |
|
|
<?php }?> |
|
|
<li class="d-none d-lg-block"><a href="file_manage_main.php<?php echo DEDEBIZ_SAFE_MODE?'?activepath='.$cfg_medias_dir:'';?>" target="main" title="文件管理"><i class="fa fa-folder"></i></a></li> |
|
|
|
|
|
<?php if (!DEDEBIZ_SAFE_MODE) {?><li class="d-none d-lg-block"><a href="templets_main.php" target="main" title="主题管理"><i class="fa fa-cube"></i></a></li><?php }?> |
|
|
|
|
|
|
|
|
<?php if (!DEDEBIZ_SAFE_MODE) {?><li class="d-none d-lg-block"><a href="templets_main.php" target="main" title="主题模板"><i class="fa fa-cube"></i></a></li><?php }?> |
|
|
<li class="d-none d-lg-block"><a href="makehtml_all.php" target="main" title="更新整站"><i class="fa fa-repeat"></i></a></li> |
|
|
<li class="d-none d-lg-block"><a href="makehtml_all.php" target="main" title="更新整站"><i class="fa fa-repeat"></i></a></li> |
|
|
<?php echo ($cfg_mb_open=='Y')?'<li><a href="/user/" target="_blank" title="会员中心"><i class="fa fa-user-circle"></i></a></li>':'';?> |
|
|
|
|
|
<li class="d-none d-lg-block"><a href="/" target="_blank" title="预览首页"><i class="fa fa-home"></i></a></li> |
|
|
|
|
|
|
|
|
<li class="d-none d-lg-block"><a href="sys_info.php" target="main" title="系统设置"><i class="fa fa-cog"></i></a></li> |
|
|
<li class="d-none d-lg-block"> |
|
|
<li class="d-none d-lg-block"> |
|
|
<form action="action_search.php" method="post" target="main"> |
|
|
<form action="action_search.php" method="post" target="main"> |
|
|
<input type="text" name="keyword" placeholder="功能搜索" class="admin-input-sm"> |
|
|
<input type="text" name="keyword" placeholder="功能搜索" class="admin-input-sm"> |
|
|
<button type="submit" class="search"><i class="fa fa-search"></i> </button> |
|
|
|
|
|
|
|
|
<button type="submit" class="search"><i class="fa fa-search"></i></button> |
|
|
</form> |
|
|
</form> |
|
|
</li> |
|
|
</li> |
|
|
</ul> |
|
|
</ul> |
|
|
</nav> |
|
|
</nav> |
|
|
<div class="user"> |
|
|
<div class="user"> |
|
|
<ul> |
|
|
<ul> |
|
|
<li class="d-none d-lg-block"><a href="javascript:document.getElementById('main').contentWindow.location.reload(true);"><i class="fa fa-history"></i></a></li> |
|
|
|
|
|
|
|
|
<li class="d-none d-lg-block"><a href="/" target="_blank" title="预览首页"><i class="fa fa-home"></i></a></li> |
|
|
|
|
|
<?php echo ($cfg_mb_open=='Y')?'<li><a href="/user/" target="_blank" title="会员中心"><i class="fa fa-user-circle"></i></a></li>':'';?> |
|
|
|
|
|
<li class="d-none d-lg-block"><a href="javascript:document.getElementById('main').contentWindow.location.reload(true);" title="刷新页面"><i class="fa fa-refresh"></i></a></li> |
|
|
<li class="d-none d-lg-block"><a href="sys_admin_user_edit.php?id=<?php echo $cuserLogin->getUserID();?>&dopost=edit" target="main"><img src="<?php echo $cuserLogin->getUserFace();?>"><?php echo $cuserLogin->getUserName();?><?php if ($cuserLogin->getUserType() == 10){echo "<span class='btn btn-success btn-xs ml-2'>管理员</span>";} else if ($cuserLogin->getUserType() == 5) {echo "<span class='btn btn-success btn-xs ml-2'>栏目员</span>";} else {echo "<span class='btn btn-success btn-xs ml-2'>文档员</span>";}?></a></li> |
|
|
<li class="d-none d-lg-block"><a href="sys_admin_user_edit.php?id=<?php echo $cuserLogin->getUserID();?>&dopost=edit" target="main"><img src="<?php echo $cuserLogin->getUserFace();?>"><?php echo $cuserLogin->getUserName();?><?php if ($cuserLogin->getUserType() == 10){echo "<span class='btn btn-success btn-xs ml-2'>管理员</span>";} else if ($cuserLogin->getUserType() == 5) {echo "<span class='btn btn-success btn-xs ml-2'>栏目员</span>";} else {echo "<span class='btn btn-success btn-xs ml-2'>文档员</span>";}?></a></li> |
|
|
<li><a href="exit.php">退了</a></li> |
|
|
|
|
|
|
|
|
<li><a href="exit.php" title="退出后台"><i class="fa fa-power-off"></i></a></li> |
|
|
</ul> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|