left.htm

来自「一个简单的聊天代码」· HTM 代码 · 共 71 行

HTM
71
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>管理</title>
    <style type="text/css">
body  { background:#799AE1;}
td  {
	font-size:12px;
	font-weight: bold;
	color:#215DC6;
}

a  {
	font-size: 12px;
	color:#215DC6;
	text-decoration:none;
	font-weight: normal;
}
    table {
	line-height: 23px;
}
    </style>
</head>
<body><form id="form1" runat=server>
  <table width="158" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td >&nbsp;</td>
    </tr>
    <tr>
      <td  background="../images/images1/admin_title_bg_quit.gif">&nbsp;</td>
    </tr>
    <tr>
      <td  background="if"><a href="../logout.aspx">注销</a></td>
    </tr>
    <tr>
      <td background="../images/images1/admin_title_bg_show.gif">管理信息</td>
    </tr>
    <tr>
      <td><a href="info_re.aspx" target="right">修改信息</a></td>
    </tr>
    <tr>
      <td  background="../images/images1/admin_title_bg_show.gif">管理会员</td>
    </tr>
    <tr>
      <td ><a href="member_add.aspx" target="right" _>添加会员</a>|<a href="member_list.aspx" target="right" >管理</a></td>
    </tr>
    <tr>
      <td  background="../images/images1/admin_title_bg_show.gif">分类管理</td>
    </tr>
    <tr>
      <td><a href="Spclass_add.aspx" target="right" 
>添加</a>|<a href="Spclass_List.aspx" 
target="right"  >管理</a> </td>
    </tr>
    <tr>
      <td background="../images/images1/admin_title_bg_show.gif">公告</td>
    </tr>
    <tr>
      <td><a href="info_re.aspx" target="right">添加公告</a></td>
    </tr>
    <tr>
      <td background="../images/images1/admin_title_bg_show.gif">留言版</td>
    </tr>
    <tr>
      <td ><a href="zxt.aspx" target="right">留言管理</a></td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?