left.jsp

来自「J2EE技术开发的新闻发布系统。包括:分类管理、新闻管理、用户管理等基本功能.采」· JSP 代码 · 共 47 行

JSP
47
字号
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="" %>
<%@ include file="checkLogin.jsp" %>
<html>
<link rel="stylesheet" href="style.css">
<body background="../images/admin_bg.gif">

<div align="center">


  <table width="90%" height="90%"  border="0" cellpadding="0" cellspacing="0">
    <tr>
      <td valign="top"><div align="center">
	  
	  <table width="100%" border="0" cellpadding="2" cellspacing="0" bordercolor="#111111" style="border-collapse: collapse" >
  <tr>
    <td width="25%" valign="top"><table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#006D91" width="100%">
        <tr>
          <td width="100%" align="center" bgcolor="#EFEFEF" onmouseover="this.style.backgroundColor='#E2F1A6'" onmouseout="this.style.backgroundColor='#EFEFEF'"><p style="margin-top: 2"><a href="classManage.jsp" target="right">分类管理</a></td>
        </tr>
        <tr>
          <td width="100%" align="center" bgcolor="#EFEFEF" onmouseover="this.style.backgroundColor='#E2F1A6'" onmouseout="this.style.backgroundColor='#EFEFEF'"><p style="margin-top: 2"><a href="addArticle.jsp?action=no" target="right">添加文章</a></td>
        </tr>
        <tr>
          <td width="100%" align="center" bgcolor="#EFEFEF" onmouseover="this.style.backgroundColor='#E2F1A6'" onmouseout="this.style.backgroundColor='#EFEFEF'"><p style="margin-top: 2"><a href="articleManage.jsp" target="right">文章管理</a></td>
        </tr>
        <tr>
          <td width="100%" align="center" bgcolor="#EFEFEF" onmouseover="this.style.backgroundColor='#E2F1A6'" onmouseout="this.style.backgroundColor='#EFEFEF'"><p style="margin-top: 2"><a href="addAdmin.jsp" target="right">添加用户</a></td>
        </tr>
        <tr>
          <td width="100%" align="center" bgcolor="#EFEFEF" onmouseover="this.style.backgroundColor='#E2F1A6'" onmouseout="this.style.backgroundColor='#EFEFEF'"><p style="margin-top: 2"><a href="adminManage.jsp" target="right">管理用户</a></td>
        </tr>
        <tr>
          <td width="100%" align="center" bgcolor="#EFEFEF" onmouseover="this.style.backgroundColor='#E2F1A6'" onmouseout="this.style.backgroundColor='#EFEFEF'"><p style="margin-top: 2"><a href="login.htm" target="right">退出管理</a></td>
        </tr>
        <tr>
          <td width="100%" align="center" bgcolor="#EFEFEF" onmouseover="this.style.backgroundColor='#E2F1A6'" onmouseout="this.style.backgroundColor='#EFEFEF'"><p style="margin-top: 2"><a href="/news/index.jsp" target="_blank">返回首页</a></td>
        </tr>
    </table></td>
  </tr>
</table>
	  
	  </div></td>
    </tr>
  </table>
</div>
</body>
</html>

⌨️ 快捷键说明

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