?? 90b90265dd18001e1aa3f6da0f9d7068
字號:
<%@ 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="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>s</p>
<p> </p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -