📄 forcastdate.jsp
字号:
<%@ page language="java" pageEncoding="gbk"%>
<%@ taglib uri="http://displaytag.sf.net" prefix="display"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>过期预警</title>
<style>
body,td {
font: normal 12px Verdana;
color: #333333;
text-align:center;
}
input
,
textarea
,
select
,
td
,
{
font
:normal
12
px
Verdana
;
color
:
#FF0000
;
border
:
1
px
solid
#999999
;
background
:
#ffffff
}
th {
font: normal 14px Verdana;
color: #333333;
border: 1px solid #999999;
background: #C0C0C0
}
table {
border-collapse: collapse;
}
td {
padding: 3px
}
input {
height: 20;
}
textarea {
width: 80%;
height: 50px;
overfmin: auto;
}
form {
display: inline
}
table {
width: 90%;
}
</style>
<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">
</head>
<body>
<display:table id="row" name="datafindbydate" pagesize="5"
class="simple" export="false" decorator="com.xttc.util.Wrap"
varTotals="totals" requestURI="/drug.do?method=findByDate">
<display:column property="drugName" title="药品名称"
headerClass="sortable" />
<display:column property="amount" title="数量"
headerClass="sortable" />
<display:column property="productDate" title="有效期" headerClass="sortable" />
<display:column property="producer" title="生厂商" headerClass="sortable" />
</display:table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -