⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 left.jsp

📁 NONO一族J2EE新闻系统 采用了目前流行的J2EE技术
💻 JSP
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -