?? forcast.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>庫存預(yù)警</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="datafindbyforcastnumber" pagesize="5"
class="simple" export="false" decorator="com.xttc.util.Wrap"
varTotals="totals" requestURI="/drug.do?method=findByForcastNumber">
<display:column property="drugName" title="藥品名稱"
headerClass="sortable" />
<display:column property="amount" title="數(shù)量"
headerClass="sortable" />
<display:column property="productDate" title="有效期" headerClass="sortable" />
<display:column property="producer" title="生廠商" headerClass="sortable" />
</display:table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -