📄 left.php
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>电子商务平台网后台管理</title>
<link rel="stylesheet" type="text/css" href="css/font.css">
</head>
<script language="javascript">
function openspgl(){
if(document.all.spgl.style.display=="none"){
document.all.spgl.style.display="";
document.all.d1.src="images/point3.gif";
}
else{
document.all.spgl.style.display="none";
document.all.d1.src="images/point1.gif";
}
}
function openyhgl(){
if(document.all.yhgl.style.display=="none"){
document.all.yhgl.style.display="";
document.all.d2.src="images/point3.gif";
}
else{
document.all.yhgl.style.display="none";
document.all.d2.src="images/point1.gif";
}
}
function openddgl(){
if(document.all.ddgl.style.display=="none"){
document.all.ddgl.style.display="";
document.all.d3.src="images/point3.gif";
}
else{
document.all.ddgl.style.display="none";
document.all.d3.src="images/point1.gif";
}
}
function opengggl(){
if(document.all.gggl.style.display=="none"){
document.all.gggl.style.display="";
document.all.d4.src="images/point3.gif";
}
else{
document.all.gggl.style.display="none";
document.all.d4.src="images/point1.gif";
}
}
</script>
<body topmargin="0" leftmargin="0" bottommargin="0">
<table width="212" border="0" cellpadding="0" cellspacing="0" background="left_bg.gif">
<tr>
<td height="425" valign="top" background="images/left_bg.gif"><div align="center">
<table width="212" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="212" height="20" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="212" height="32" background="images/default_09.gif" onClick="javascript:openspgl()"><div align="center"><a href="#"><img id="d1" border="0"src="images/point1.gif" width="10" height="10"> 商品管理</a></div></td>
</tr>
</table>
<table width="212" border="0" cellpadding="0" cellspacing="0" id="spgl" style="display:">
<tr>
<td height="20" background="images/default_10.gif"> <a href="addgoods.php" target="main">添加商品</a></td>
</tr>
<tr>
<td height="22" background="images/default_10.gif"> <a href="editgoods.php" target="main">修改商品</a></td>
</tr>
<tr>
<td height="22" background="images/default_10.gif"> <a href="showleibie.php" target="main">商品类别管理</a></td>
</tr>
<tr>
<td height="26" background="images/default_12.gif"> <a href="addleibie.php" target="main">添加商品类别</a></td>
</tr>
</table>
<table width="212" height="20" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="32" background="images/default_09.gif" onClick="javascript:openyhgl()"><div align="center"><a href="#"><img id="d2" border="0"src="images/point1.gif" width="10" height="10"> 用户管理</a></div></td>
</tr>
</table>
<table width="212" border="0" cellpadding="0" cellspacing="0" id="yhgl" style="display:">
<tr>
<td height="22" background="images/default_10.gif"> <a href="edituser.php" target="main">用户信息管理</a></td>
</tr>
<tr>
<td height="22" background="images/default_10.gif"> <a href="lookleaveword.php" target="main">用户留言管理</a></td>
</tr>
<tr>
<td height="26" background="images/default_12.gif"> <a href="changeadmin.php" target="main">更改管理员信息</a></td>
</tr>
</table>
<table width="212" height="20" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="32" align="center" background="images/default_09.gif" onClick="javascript:openddgl()"><a href="#"><img id="d3" border="0"src="images/point1.gif" width="10" height="10"> 订单管理</a></td>
</tr>
</table>
<table width="212" border="0" cellpadding="0" cellspacing="0" id="ddgl" style="display:">
<tr>
<td height="22" background="images/default_10.gif"> <a href="lookdd.php" target="main">编辑订单</a></td>
</tr>
<tr>
<td height="26" background="images/default_12.gif"> <a href="finddd.php" target="main">查询订单</a></td>
</tr>
</table>
<table width="212" height="20" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="32" background="images/default_09.gif" onClick="javascript:opengggl()"><div align="center"><a href="#"><img id="d4" border="0"src="images/point1.gif" width="10" height="10"> 信息管理</a></div></td>
</tr>
</table>
<table width="212" border="0" cellpadding="0" cellspacing="0" id="gggl" style="display:">
<tr>
<td height="22" background="images/default_10.gif"> <a href="admingonggao.php " target="main">公告管理</a></td>
</tr>
<tr background="images/default_10.gif">
<td height="22" background="images/default_10.gif">
<a href="addgonggao.php " target="main">添加公告</a></td>
</tr>
<tr>
<td height="26" background="images/default_12.gif"> <a href="editpinglun.php " target="main">评论管理</a></td>
</tr>
<tr><td height="100" background="images/left_bottom.gif"> </td>
</tr>
<tr><td height="3" background="images/left_stop.gif"></td>
<tr><td height="100"> </td>
</tr>
</table>
</td>
</tr>
</table>
</div></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -