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

📄 admin.jsp

📁 JSP+SERVLE源码 JSP+SERVLE源码
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {font-size: 24px}
.STYLE2 {font-size: 14px}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
-->
</style>
</head>

<body>
<form name="form1" id="form1" method="post" action="Servlet/Servlet">

  <table width="457" border="1" align="center" bgcolor="#CCCC00">
    <tr>
      <td height="34" colspan="4"><div align="center" class="STYLE1"><span class="STYLE2">,您已进入</span>管理员功能界面</div></td>
    </tr>
    <tr>
      <td width="82" height="13"><a href="login.jsp">返回首页</a></td>
      <td width="101"><a href="admin_worker.jsp">对员工进行操作</a><input name="id" type="hidden" value="2"></td>
      <td height="13">对产品进行操作</td>
      <td width="129">对产品类别进行操作</td>
    </tr>
    <tr>
      <td height="85">&nbsp;</td>
      <td height="85">&nbsp;</td>
      <td height="85">&nbsp;</td>
      <td height="85">&nbsp;</td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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