📄 flowerinfolist.jsp
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%
if(session.getAttribute("midentity")==null)
{
// request.setAttribute("result","您没有权力进入此页");
// getServletContext().getRequestDispatcher("display.jsp").forward(request,response);
response.sendRedirect("FlowerIndex.jsp");
}
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>untitled</title>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="1" width="27%">
<tr>
<td>
<H3 align="center">
<FONT color="#cc6633">花卉基本信息管理</FONT>
</H3>
</td>
</tr>
<tr>
<td>
<DIV align="center">
<a href="Flowerinfoadd.jsp">花卉基本信息添加</a>
</DIV>
</td>
</tr>
<tr>
<td>
<DIV align="center">
<a href="Flowerinfofind.jsp">花卉基本信息查询</a>
</DIV>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -