📄 zhoubao-zfsfjcviewlist.jsp
字号:
<%@ page language="java" import="java.util.*,com.oa.db.*" pageEncoding="gbk"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>联信OA-个人办公</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
body {
margin-left: 10px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #333333;
}
a:active {
text-decoration: none;
color: #333333;
}
-->
</style>
<link href="../../oa/css/css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE1 {
font-size: 14px;
font-weight: bold;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body>
<table width="800" border="0" cellpadding="0" cellspacing="1" bgcolor="#3868F8">
<tr>
<td width="740" height="25" bgcolor="#A4B5E3"><p class="STYLE1"> 转发收费查询项目监控周</p>
</td>
</tr>
<tr>
<td height="20" bgcolor="#FFFFFF" valign="top" style="padding-top:4px; padding-bottom:3px; padding-left:4px; padding-right:4px;"><table width="730" border="0" cellspacing="1" cellpadding="0">
<%List list = (List)request.getAttribute("querydate");
String type = (String)request.getAttribute("type");
int a = list.size();
if(list!=null&&list.size()!=0){
for(int i=0;i<list.size();i++){
%>
<tr>
<td width="197" height="25"><div align="center">
<%
if(i*4>=a){break;}else{ZhoubaoZfsfjc vo = (ZhoubaoZfsfjc)list.get(i*4);
String aa = vo.getWeeklyofyear();
%>
<a href="<%=request.getContextPath() %>/zhoubaozfsfjcResultquery.do?id=<%=vo.getId() %>&querydate=<%=aa%>&type=<%=type%>" target="_self"><%=aa %></a>
<% } %>
</div></td>
<td width="197" height="25"><div align="center">
<%
if((i*4+1)>=a){break;}else{ZhoubaoZfsfjc vo = (ZhoubaoZfsfjc)list.get(i*4+1);
String bb = vo.getWeeklyofyear();
%>
<a href="<%=request.getContextPath() %>/zhoubaozfsfjcResultquery.do?id=<%=vo.getId() %>&querydate=<%=bb%>&type=<%=type%>" target="_self"><%=bb %></a>
<% } %>
</div></td>
<td width="197" height="25"><div align="center">
<%
if((i*4+2)>=a){break;}else{ZhoubaoZfsfjc vo = (ZhoubaoZfsfjc)list.get(i*4+2);
String cc = vo.getWeeklyofyear();
%>
<a href="<%=request.getContextPath() %>/zhoubaozfsfjcResultquery.do?id=<%=vo.getId() %>&querydate=<%=cc%>&type=<%=type%>" target="_self"><%=cc %></a>
<% } %>
</div></td>
<td width="197" height="25"><div align="center">
<%
if((i*4+3)>=a){break;}else{ZhoubaoZfsfjc vo = (ZhoubaoZfsfjc)list.get(i*4+3);
String dd = vo.getWeeklyofyear();
%>
<a href="<%=request.getContextPath() %>/zhoubaozfsfjcResultquery.do?id=<%=vo.getId() %>&querydate=<%=dd%>&type=<%=type%>" target="_self"><%=dd %></a>
<% } %>
</div></td>
</tr>
<tr>
<td height="1" colspan="4" background="<%=request.getContextPath() %>/image/line.gif"></td>
</tr><%}}%>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="800" height="24" bgcolor="#E7E7E7"> 说明:点击进入转发收费查询项目监控周报表。</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -