📄 queryflow.jsp
字号:
<%@ page language="java" pageEncoding="utf-8"%>
<%@ include file="/common/taglibs.jsp" %>
<html:html>
<head>
<title>JSP for QueryFlowForm form</title>
</head>
<body>
<table width="800" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><html:errors/></td>
</tr>
</table>
<table width=800 align="center">
<tr><td>
<html:form action="/queryFlow">
统计按 : <html:select property="searchType">
<html:option value="uid" >读者编号</html:option>
<html:option value="bid" >图书编号</html:option>
<html:option value="fdate" >借还日期</html:option>
</html:select>
<html:text property="condition"/><html:errors property="condition"/>
<html:submit>确定</html:submit>
</html:form>
</td>
<td><logic:present name="count" scope="request">共 <font color="#ff0000"><bean:write name="count"/></font> 条记录</logic:present></td>
</tr>
</table>
<table width="800" border=0 align="center" cellpadding="0" cellspacing="1" >
<tr height="2"><hr/></tr>
<tr bgcolor="#009966">
<td width=150>统计类型</td>
<td width=150>条件</td>
<td width=150>种类</td>
<td width=150>数量</td>
<td width=200> </td>
</tr>
<logic:present name="statics" scope="request">
<logic:iterate id="show" name="statics" scope="request">
<tr >
<td><bean:write name="show" property="stype" /></td>
<td><bean:write name="show" property="condition" /></td>
<td><bean:write name="show" property="ftype" /></td>
<td><bean:write name="show" property="snumber" /></td>
</tr>
</logic:iterate>
</logic:present>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -