📄 leftadmin.jsp
字号:
<%@ page language="java" import="java.util.*,com.accpedu.LHcompany.dao.*,com.accpedu.LHcompany.entity.*" pageEncoding="gbk"%>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/css.css">
<style type="text/css">
<!--
body {
background-color: #3399FF;
}
#Layer2 {
position:relative;
width:152px;
z-index:1;
left: 3px;
text-align:center;
border-bottom-width:1px;
border-bottom-color:#CCFFFF;
border-bottom-style:solid;
}
#Layer1 {
position:relative;
width:152px;
z-index:1;
left: 0px;
top: 10px;
display:none;
background-color:#33FFFF;
}
#Layer3 {
position:relative;
width:152px;
z-index:2;
left: 3px;
top: 0px;
text-align:center;
border-bottom-width:1px;
border-bottom-color:#CCFFFF;
border-bottom-style:solid;
}
#Layer4 {
position:relative;
width:152px;
z-index:1;
left: 0px;
top: 10px;
display:none;
background-color:#33FFFF;
}
#Layer5 {
position:relative;
width:152px;
z-index:3;
left:3px;
top:2px;
text-align:center;
border-bottom-width:1px;
border-bottom-color:#CCFFFF;
border-bottom-style:solid;
}
#Layer6 {
position:relative;
width:152px;
z-index:1;
left: 0px;
top: 10px;
display:none;
background-color:#33FFFF;
}
#Layer7 {
position:relative;
width:152px;
height:115px;
z-index:4;
border-color:#33FFFF;
}
.STYLE1 {
font-size: 14px;
font-weight: bold;
font-family: "宋体";
}
.STYLE2 {
font-size: 14px;
font-family: "宋体";
}
.STYLE3 {
font-family: "宋体";
font-size: 12px;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script type="text/javascript">
function xyy(p)
{
if(p=="q1")
{
if(document.getElementById('Layer1').style.display=="block")
{
document.getElementById('Layer1').style.display="none";
}else
{
document.getElementById('Layer1').style.display="block";
}
}else if(p=="q2")
{
if(document.getElementById('Layer4').style.display=="block")
{
document.getElementById('Layer4').style.display="none";
}else
{
document.getElementById('Layer4').style.display="block";
}
}else
{
if(document.getElementById('Layer6').style.display=="block")
{
document.getElementById('Layer6').style.display="none";
}else
{
document.getElementById('Layer6').style.display="block";
}
}
}
</script>
</head>
<body>
<%@ include file="checkLogin.jsp" %>
<table width="160">
<tr>
<td>
<span class="STYLE3">系统后台管理面板 <br> </span></td>
</tr>
<tr>
<td align="center">
<span class="STYLE3"><a style=" text-decoration:none;" href="zhuxian.jsp" target="_blank">[安全退出]</a> <a style=" text-decoration:none;" href="../index.jsp" target="_blank">[返回主页]</a></span></td>
</tr>
</table>
<div id="Layer7">
<div id="Layer2" onClick="xyy('q1')"><br>
<span class="STYLE1">系统管理</span></div>
<div id="Layer1">
<table width="152" border="0">
<tr>
<td align="center" class="STYLE3"><a style=" text-decoration:none;" target="right" href="UInsert.jsp" class="ss">添加管理员</a></td>
</tr>
<tr>
<td align="center" class="STYLE3"><a style=" text-decoration:none;" target="right" href="managerGL.jsp" class="ss">用户管理</a></td>
</tr>
</table>
</div>
<div id="Layer3" onClick="xyy('q2')"><br>
<span class="STYLE1">新闻管理</span></div>
<div id="Layer4">
<table width="152" border="0">
<tr>
<td align="center" class="STYLE3"><a style=" text-decoration:none;" target="right" href="NInsert.jsp" class="ss">添加新闻</a></td>
</tr>
<tr>
<td align="center" class="STYLE3"><a style=" text-decoration:none;" target="right" href="newsGL.jsp" class="ss">管理新闻</a></td>
</tr>
</table>
</div>
<div id="Layer5" onClick="xyy('q3')"><span class="STYLE2"><br>
<b>商品管理</b></span></div>
<div id="Layer6">
<table width="152" border="0">
<tr>
<td align="center" class="STYLE3"><a style=" text-decoration:none;" target="right" href="PInsert.jsp" class="ss">添加商品</a></td>
</tr>
<tr>
<td align="center" class="STYLE3"><a style=" text-decoration:none;" target="right" href="productGL.jsp" class="ss">管理商品</a></td>
</tr>
</table>
</div>
<br><br>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -