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

📄 00633aabf11c001e1a3b8a966351aa9e

📁 网上购物系统
💻
字号:
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<%
String userName=(String)request.getSession().getAttribute("userName");
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    
    <title>My JSP 'index.jsp' starting page</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<style type="text/css">
      .STYLE1 {color: #FF0000}
      .STYLE2 {color: #0000FF}
    </style>
	<link rel="stylesheet" type="text/css" href="css/css.css">
</head>
  
<body>
<jsp:include flush="true" page="header.jsp"></jsp:include>
<table width="1000" border="1" cellpadding="0" cellspacing="0">
  <tr>
    <td bgcolor="#6699FF" height="30"><div align="center">后台管理系统</div></td>
  </tr>
</table>
<table width="1000" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="31%" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
       <tr>
        <td><span class="STYLE2">欢迎您!<%=userName%></span></td>
        </tr>
	  <tr>
        <td><span class="STYLE1"><strong>商品管理</strong></span></td>
        </tr>
      <tr>
        <td><a href="productQuery.jsp" target="iframe">商品查询</a></td>
        </tr>
      <tr>
        <td><a href="productAdd.jsp" target="iframe">商品添加</a></td>
        </tr>
      <tr>
        <td>商品修改</td>
      </tr>
      <tr>
        <td>商品删除</td>
      </tr>
      <tr>
        <td><span class="STYLE1"><strong>商品类别管理</strong></span></td>
      </tr>
      <tr>
        <td><span class="STYLE1"><strong>用户管理</strong></span></td>
      </tr>
      <tr>
        <td><strong>订单管理</strong></td>
      </tr>
      <tr>
        <td><strong>公告管理</strong></td>
      </tr>
      <tr>
        <td><strong>留言管理</strong></td>
      </tr>
    </table></td>
    <td width="69%" valign="top"><iframe name="iframe" src="<%=basePath%>welcome.jsp"  height="300px" width="100%" marginwidth="0" marginheight="0" /></td>
  </tr>
</table>
<table width="90%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td>bottom</td>
  </tr>
</table>
<p></p>
<p>&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

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