📄 informationtotal.jsp
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<%@ page import="cn.com.aheadsoft.recordset.RecordGroupInfoRecordSet,cn.com.aheadsoft.recordset.RecordInfoRecordSet,java.util.GregorianCalendar,java.util.Calendar,cn.com.aheadsoft.util.StringFormat,cn.com.aheadsoft.util.UserInfo,cn.com.aheadsoft.manage.UserPurviewManage" %>
<%@ page import="cn.com.aheadsoft.business.PersonInfoBusiness,java.util.ArrayList,java.util.List,cn.com.aheadsoft.recordset.PersonInfoRecordSet"%>
<%
//add by tang 2004.07.13增加知识管理的查询功能begin
String RI_RecordNumber=(String)request.getAttribute("RI_RecordNumber");
String RI_RecordName=(String)request.getAttribute("RI_RecordName");
String RI_PublishTime=(String)request.getAttribute("RI_PublishTime");
//add by tang 2004.07.13增加知识管理的查询功能end
int num = 1;
int total = 0;
RecordGroupInfoRecordSet marketset = (RecordGroupInfoRecordSet)request.getAttribute("marketset");
List Count = (ArrayList)request.getAttribute("Count");
RecordGroupInfoRecordSet technologyset = (RecordGroupInfoRecordSet)request.getAttribute("technologyset");
List Count1 = (ArrayList)request.getAttribute("Count1");
RecordGroupInfoRecordSet manageset = (RecordGroupInfoRecordSet)request.getAttribute("manageset");
List Count2 = (ArrayList)request.getAttribute("Count2");
RecordGroupInfoRecordSet saleset = (RecordGroupInfoRecordSet)request.getAttribute("saleset" );
List Count3 = (ArrayList)request.getAttribute("Count3");
RecordGroupInfoRecordSet capitalset = (RecordGroupInfoRecordSet)request.getAttribute("capitalset");
List Count4 = (ArrayList)request.getAttribute("Count4");
marketset.beforefirst();
technologyset.beforefirst();
manageset.beforefirst();
saleset.beforefirst();
capitalset.beforefirst();
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/><link rel="stylesheet" type="text/css" href="/krm/jsp/css/css.css">
<title>知识管理页</title>
</head>
<script src="/krm/jsp/jscript/Calendar.js"></script>
<script>
<!--//add by tang 2004.07.13增加知识管理的查询功能begin-->
function MonthAnalysis() {
document.MIform.submit();
}
function changeRI_PublishTime(){
document.MIform.RI_PublishTime.disabled=!document.MIform.chRI_PublishTime.checked;
}
function changeRI_RecordName(){
document.MIform.RI_RecordName.disabled=!document.MIform.chRI_RecordName.checked;
}
function changeRI_RecordNumber(){
document.MIform.RI_RecordNumber.disabled=!document.MIform.chRI_RecordNumber.checked;
}
function atDelete() {
return confirm("您确定要删除吗?");
}
function Jumping(){
document.PageForm.submit();
return ;
}
</SCRIPT>
<!--//add by tang 2004.07.13增加知识管理的查询功能end-->
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" >
<tr >
<td class="trA"> 您的位置:知识管理 >> <font class="fontcolor">信息库</font>
</td>
</tr>
<tr height="8">
<td></td>
</tr>
<tr>
<td align="center" >
<!--//add by tang 2004.07.13增加知识管理的查询功能begin-->
<table border="0" width="98%" align="center" cellpadding="0" cellspacing="0">
<form name="MIform" method="post" action="/krm/servlet/RecordInfoServlet?module=in&&status=q&&queryterm=obtain&&libtype=in&&topage=1&&grouptype=1&&back=1">
<tr class="common" >
<td><input type="checkbox" name="chRI_RecordNumber" value="" onClick="changeRI_RecordNumber()" >
编号 <input type="text" name="RI_RecordNumber" style="font-size:9pt;font-color:#FFFFFF;width:50" class="middle" <%if((RI_RecordNumber!=null)&&!(RI_RecordNumber.equals(""))){%> value=<%=RI_RecordNumber%><%}%> disabled >
<input type="checkbox" name="chRI_RecordName" value="" onClick="changeRI_RecordName()" >
名称 <input type="text" name="RI_RecordName" style="font-size:9pt;font-color:#FFFFFF;width:120" class="middle" <%if((RI_RecordName!=null)&&!(RI_RecordName.equals(""))){%> value=<%=RI_RecordName%><%}%> disabled >
<input type="checkbox" name="chRI_PublishTime" value="" onClick="changeRI_PublishTime()" >
出版时间 <input type="text" name="RI_PublishTime" style="font-size:9pt;font-color:#FFFFFF;width:70" class="middle" <%if((RI_PublishTime!=null)&&!(RI_PublishTime.equals(""))){%> value=<%=RI_PublishTime%><%}%> disabled>
<a href="javascript:show_calendar('MIform.RI_PublishTime');"><image src="/krm/jsp/image/selectdate.gif" border="0"></a>
<input type="button" value="查 询" onmouseover="this.className='button2'" onmouseout="this.className='button1'" class="button1" onClick="javascript:MonthAnalysis();">
</td>
</tr>
</form>
</table>
<!--//add by tang 2004.07.13增加知识管理的查询功能end-->
<table border="0" cellpadding="0" cellspacing="0" width="98%" align="center" class="collapse">
<tr >
<td class="tdA" colspan="5">
信息库信息统计 </td>
</tr>
<tr >
<td align="center" class="tdB" width="32" nowrap>序号</td>
<td align="center" class="tdB" width="45" nowrap>类别</td>
<td align="left" width="102" class="tdB" > 目录</td>
<td width="736" align="center" class="tdB ">说明</td>
<td width="58" align="right" class="tdB">信息库 </td>
</tr>
<%if((null != marketset) && (marketset.size() != 0))
{
%>
<tr >
<td align="center" class="common" width="32" ><%=num++%></td>
<td align="center" class="common" width="45"><a href="/krm/servlet/RecordGroupInfoServlet?module=in&&status=q&&queryterm=group&&libtype=in&&grouptype=1">市场</a></td>
<td align="center" colspan="3" >
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="left" class="collapse">
<% int i=0;
while(marketset.next()){
if(Count.get(i)!=null)
total=total+Integer.parseInt((String)Count.get(i));
%>
<td align="left" class="common" width="101" > <a href="/krm/servlet/RecordInfoServlet?module=<%=marketset.getRGI_CategoryBelong()%>&&status=q&&queryterm=obtain&&topage=1&&id=<%=marketset.getRGI_CategoryID()%>&&libtype=<%=marketset.getRGI_CategoryBelong()%>&&grouptype=1&&back=1"><%=StringFormat.changeHTMLTags(marketset.getRGI_CategoryName())%></a></td>
<td align="left" class="common" > <%=StringFormat.changeHTMLTags(marketset.getRGI_CategoryDescrible())%></td>
<td align="center" class="common" width="41"><a href="/krm/servlet/RecordInfoServlet?module=<%=marketset.getRGI_CategoryBelong()%>&&status=q&&queryterm=obtain&&topage=1&&id=<%=marketset.getRGI_CategoryID()%>&&libtype=<%=marketset.getRGI_CategoryBelong()%>&&grouptype=1&&back=1"><%=(String)Count.get(i)%>
</a></td>
</tr>
<%
i++;
}%>
</table>
</td>
</tr>
<% }%>
<%if((null != technologyset) && (technologyset.size() != 0))
{%>
<tr class="bgcolor">
<td align="center" class="common" width="32" ><%=num++%></td>
<td align="center" class="common" width="45"><a href="/krm/servlet/RecordGroupInfoServlet?module=kn&&status=q&&queryterm=group&&libtype=kn&&grouptype=2" >技术</a></td>
<td align="center" colspan="3" >
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="left" class="collapse">
<% int i1=0;
while(technologyset.next()){
if(Count1.get(i1)!=null)
total=total+Integer.parseInt((String)Count1.get(i1));
%>
<tr>
<td align="left" class="common" width="101"> <a href="/krm/servlet/RecordInfoServlet?module=<%=technologyset.getRGI_CategoryBelong()%>&&status=q&&queryterm=obtain&&topage=1&&id=<%=technologyset.getRGI_CategoryID()%>&&libtype=<%=technologyset.getRGI_CategoryBelong()%>&&grouptype=2&&back=1"><%=StringFormat.changeHTMLTags(technologyset.getRGI_CategoryName())%></a></td>
<td align="left" class="common" > <%=StringFormat.changeHTMLTags(technologyset.getRGI_CategoryDescrible())%></td>
<td align="center" class="common" width="41"><a href="/krm/servlet/RecordInfoServlet?module=<%=technologyset.getRGI_CategoryBelong()%>&&status=q&&queryterm=obtain&&topage=1&&id=<%=technologyset.getRGI_CategoryID()%>&&libtype=<%=technologyset.getRGI_CategoryBelong()%>&&grouptype=2&&back=1"><%=(String)Count1.get(i1)%>
</a> </td>
</tr>
<%
i1++;
}%>
</table>
</td>
</tr>
<% }%>
<%if((null != manageset) && (manageset.size() != 0))
{%>
<tr >
<td align="center" class="common" width="32" ><%=num++%></td>
<td align="center" class="common" width="45"><a href="/krm/servlet/RecordGroupInfoServlet?module=in&&status=q&&queryterm=group&&libtype=in&&grouptype=3"> 管理</a></td>
<td align="center" colspan="3" >
<table width="100%" cellpadding="0" cellspacing="0"border="0" align="left" class="collapse">
<%int i2=0;
while(manageset.next()){
if(Count2.get(i2)!=null)
total=total+Integer.parseInt((String)Count2.get(i2));
%>
<tr>
<td align="left" class="common" width="101"> <a href="/krm/servlet/RecordInfoServlet?module=<%=manageset.getRGI_CategoryBelong()%>&&status=q&&queryterm=obtain&&topage=1&&id=<%=manageset.getRGI_CategoryID()%>&&libtype=<%=manageset.getRGI_CategoryBelong()%>&&grouptype=3&&ack=1"><%=StringFormat.changeHTMLTags(manageset.getRGI_CategoryName())%></a></td>
<td align="left" class="common"> <%=StringFormat.changeHTMLTags(manageset.getRGI_CategoryDescrible())%></td>
<td align="center" class="common" width="41"><a href="/krm/servlet/RecordInfoServlet?module=<%=manageset.getRGI_CategoryBelong()%>&&status=q&&queryterm=obtain&&topage=1&&id=<%=manageset.getRGI_CategoryID()%>&&libtype=<%=manageset.getRGI_CategoryBelong()%>&&grouptype=3&&back=1"><%=(String)Count2.get(i2)%>
</a></td>
</tr>
<%
i2++;
}%>
</table>
</td>
</tr>
<% }%>
<%if((null != saleset) && (saleset.size() != 0))
{%>
<tr class="bgcolor">
<td align="center" class="common" width="32" ><%=num++%></td>
<td align="center" class="common" width="45"><a href="/krm/servlet/RecordGroupInfoServlet?module=in&&status=q&&queryterm=group&&libtype=in&&grouptype=4"> 销售</a></td>
<td align="center" colspan="3" >
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="left" class="collapse">
<% int i3=0;
while(saleset.next()){
if(Count3.get(i3)!=null)
total=total+Integer.parseInt((String)Count3.get(i3));
%>
<tr>
<td align="left" class="common" width="101"> <a href="/krm/servlet/RecordInfoServlet?module=<%=saleset.getRGI_CategoryBelong()%>&&status=q&&queryterm=obtain&&topage=1&&id=<%=saleset.getRGI_CategoryID()%>&&libtype=<%=saleset.getRGI_CategoryBelong()%>&&grouptype=3&&back=1"><%=StringFormat.changeHTMLTags(saleset.getRGI_CategoryName())%></a></td>
<td align="left" class="common" > <%=StringFormat.changeHTMLTags(saleset.getRGI_CategoryDescrible())%></td>
<td align="center" class="common" width="41"><a href="/krm/servlet/RecordInfoServlet?module=<%=saleset.getRGI_CategoryBelong()%>&&status=q&&queryterm=obtain&&topage=1&&id=<%=saleset.getRGI_CategoryID()%>&&libtype=<%=saleset.getRGI_CategoryBelong()%>&&grouptype=3&&back=1"><%=(String)Count3.get(i3)%>
</a> </td>
</tr>
<%i3++;
}%>
</table>
</td>
</tr>
<% }%>
<%if((null != capitalset) && (capitalset.size() != 0))
{%>
<tr>
<td align="center" class="common" width="32" ><%=num++%></td>
<td align="center" class="common" width="45"><a href="/krm/servlet/RecordGroupInfoServlet?module=in&&status=q&&queryterm=group&&libtype=in&&grouptype=5"> 资本</a></td>
<td align="center" colspan="3" >
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="left" class="collapse">
<% int i4=0;
while(capitalset.next()){
if(Count4.get(i4)!=null)
total=total+Integer.parseInt((String)Count4.get(i4));
%>
<tr>
<td align="left" class="common" width="101"> <a href="/krm/servlet/RecordInfoServlet?module=<%=capitalset.getRGI_CategoryBelong()%>&&status=q&&queryterm=obtain&&topage=1&&id=<%=capitalset.getRGI_CategoryID()%>&&libtype=<%=capitalset.getRGI_CategoryBelong()%>&&grouptype=5&&back=1"><%=StringFormat.changeHTMLTags(capitalset.getRGI_CategoryName())%></a></td>
<td align="left" class="common" > <%=StringFormat.changeHTMLTags(capitalset.getRGI_CategoryDescrible())%></td>
<td align="center" class="common" width="41"><a href="/krm/servlet/RecordInfoServlet?module=<%=capitalset.getRGI_CategoryBelong()%>&&status=q&&queryterm=obtain&&topage=1&&id=<%=capitalset.getRGI_CategoryID()%>&&libtype=<%=capitalset.getRGI_CategoryBelong()%>&&grouptype=5&&back=1"><%=(String)Count4.get(i4)%>
</a></td>
</tr>
<%i4++;
}%>
</table>
</td>
</tr>
<% }%>
<tr class="bgcolor">
<td align="center" class="tdC" colspan="3">合计</td>
<td align="center" class="tdC"> </td>
<td align="right" class="tdC"><%= total%> </td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -