📄 suoshuhangye_guanli.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="com.gforce.gfoa.*,com.gforce.currency.*,java.util.*" %>
<jsp:include page="/CheckLogin.jsp" flush="true"/> <% Session m_session = new Session(session); %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="pragma" content="no-cache">
<title>行业信息管理-- Ts 1.0</title>
<link href="../css/txt.jsp" rel="stylesheet" type="text/css">
<script language="JavaScript" src="/js/changestyle.js"></script>
<script language="JavaScript">
function changeorder(orderBy)
{
with(document.SuoShuHangYe_GuanLi)
{
if(OrderBy.value==orderBy)
{
if (IsDesc.value=="")
IsDesc.value="True";
else
IsDesc.value="";
}
else
{
IsDesc.value="";
OrderBy.value=orderBy;
Page.value="1";
}
}
document.SuoShuHangYe_GuanLi.submit();
}
function changepage(pageNum)
{
with(document.SuoShuHangYe_GuanLi)
{
Page.value=pageNum;
}
document.SuoShuHangYe_GuanLi.submit();
}
</script>
</head>
<body bgcolor="<%=m_session.GetString("BackColor")%>" leftmargin="0" topmargin="0">
<%
Request m_request = new Request(request);
String strCurrentPageURL = request.getRequestURI() ;
int iPageSize = 18;
int iPage = m_request.GetInt("Page");
String strID = m_request.GetString("ID");
String strHangYeMingCheng = m_request.GetString("HangYeMingCheng");
String strBeiZhu = m_request.GetString("BeiZhu");
String strPaiXuBianHao = m_request.GetString("PaiXuBianHao");
String strBeiYongZiDuan = m_request.GetString("BeiYongZiDuan");
String strOrderBy = m_request.GetString("OrderBy");
String strIsDesc = m_request.GetString("IsDesc");
%>
<table width="100%" height="100%" border="0" align="center" cellspacing="0">
<tr>
<td align="center" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="50" valign="top" background="../images/dy-back.gif">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="middle">
<td width="61" align="center" height="20"><img src="../images/dy-01.gif" width="38" height="36"></td>
<td width="118" nowrap="nowrap" valign="middle"><strong><font color="#000000">所属行业信息管理</font></strong></td>
<td align="right" nowrap="nowrap" valign="bottom">
<a href="SuoShuHangYe_XinZeng.jsp"><img src="../images/Add.gif" onMouseOver="this.src='../images/Add_a.gif';" onMouseOut="this.src='../images/Add.gif';" border="0" height="22" width="59"></a>
<!-- 群增<img src="../images/MulAdd.gif" onMouseOver="this.src='../images/MulAdd_a.gif';" onMouseOut="this.src='../images/MulAdd.gif';" border="0" height="22" width="59"> -->
<!-- 单增<img src="../images/Single.gif" onMouseOver="this.src='../images/Single_a.gif';" onMouseOut="this.src='../images/Single.gif';" border="0" height="22" width="59"> -->
<!-- 修改<img src="../images/Update.gif" onMouseOver="this.src='../images/Update_a.gif';" onMouseOut="this.src='../images/Update.gif';" border="0" height="22" width="59"> -->
<!-- 删除<img src="../images/Del.gif" onMouseOver="this.src='../images/Del_a.gif';" onMouseOut="this.src='../images/Del.gif';" border="0" height="22" width="59"> -->
<!-- 查看<img src="../images/Query.gif" onMouseOver="this.src='../images/Query_a.gif';" onMouseOut="this.src='../images/Query.gif';" border="0" height="22" width="59"> -->
</td>
</tr>
</table>
</td>
</tr>
</table>
<form name="SuoShuHangYe_GuanLi" action="<%=strCurrentPageURL%>" method="post">
<input name="ID" type="hidden" value="<%=strID%>">
<input name="HangYeMingCheng" type="hidden" value="<%=strHangYeMingCheng%>">
<input name="BeiZhu" type="hidden" value="<%=strBeiZhu%>">
<input name="PaiXuBianHao" type="hidden" value="<%=strPaiXuBianHao%>">
<input name="BeiYongZiDuan" type="hidden" value="<%=strBeiYongZiDuan%>">
<input name="OrderBy" type="hidden" value="<%=strOrderBy%>">
<input name="IsDesc" type="hidden" value="<%=strIsDesc%>">
<input name="Page" type="hidden" value="<%=iPage%>">
<table width="90%" border="1" cellpadding="0" cellspacing="0" bordercolordark="#ffffff" bordercolorlight="#0a0a0a" style="CURSOR: hand">
<tr align="center" valign="middle" bgcolor="<%=m_session.GetString("TitleColor")%>">
<th width="4%" height="24" nowrap><img src="/images/white.gif" width="12"></th>
<th width="7%" nowrap><font color="#000000">编号</font></th>
<th width="35%" nowrap><font color="#000000"><a href="" onclick="changeorder('a.[HangYeMingCheng]');return false;">所 属 行 业 名 称</a><%
if(strOrderBy.equalsIgnoreCase("a.[HangYeMingCheng]"))
{
if(strIsDesc.equalsIgnoreCase("True"))
out.print("↓");
else
out.print("↑");
}
%></font></th>
<th width="20%" nowrap><font color="#000000"><a href="" onclick="changeorder('a.[PaiXuBianHao]');return false;">排 序 编 号</a><%
if(strOrderBy.equalsIgnoreCase("a.[PaiXuBianHao]"))
{
if(strIsDesc.equalsIgnoreCase("True"))
out.print("↓");
else
out.print("↑");
}
%></font></th>
<th width="7%" nowrap><font color="#000000"> </font></th>
<th width="7%" nowrap><font color="#000000"> </font></th>
</tr>
<%
Vector vt = SuoShuHangYe_Manager.getRecordBySearch(strID,strHangYeMingCheng,"","",strPaiXuBianHao,"0","","",strOrderBy,strIsDesc);
if(iPage<1)iPage=1;
int iPageCount = StringNew.getPageCount(vt.size(),iPageSize);
if(iPage>iPageCount) iPage=1;
for(int i=(iPage-1)*iPageSize;i<vt.size()&&i<iPage*iPageSize;i++)
{
strID = ((Vector)vt.get(i)).get(0).toString();
if(i % 2 == 0)
out.println("<tr id=\"Row"+ i+ "\" class=\"DataRowsSingle\" onmouseover=\"mouseon(this,'image" + i + "');\" onmouseout=\"mouseout(this,'image" + i + "','DataRowsSingle');\">");
else
out.println("<tr id=\"Row"+ i+ "\" class=\"DataRowsDouble\" onmouseover=\"mouseon(this,'image" + i + "');\" onmouseout=\"mouseout(this,'image" + i + "','DataRowsDouble');\">");
out.println("<td height=\"28\" align=\"right\" valign=\"middle\"><img id=\"image" + i + "\" src=\"../images/lastpost1.gif\" style=\"display:none;\"> </td>");
out.println("<td align=\"center\" valign=\"middle\">" + (i+1) + "</td>");
out.println("<td align=\"center\" valign=\"middle\" nowrap>" + "<a href=\"#\">" + ((Vector)vt.get(i)).get(1).toString() + "</a> </td>");
out.println("<td align=\"center\" valign=\"middle\" nowrap>" + ((Vector)vt.get(i)).get(4).toString() + " </td>");
out.println("<td align=\"center\" valign=\"middle\" nowrap><a href=\"SuoShuHangYe_XiuGai.jsp?ID=" + strID + "\">修 改</a></td>");
out.println("<td align=\"center\" valign=\"middle\" nowrap><a href=\"SuoShuHangYe_ShanChu.jsp?ID=" + strID + "\" onclick=\"return confirm('您确实要删除该所属行业信息吗?');\">删 除</a></td>");
out.println("</tr>");
}
%>
<tr>
<th align="center" valign="middle" colspan="11" height="28">
<%
if(iPage<2)
{
out.print("首页 上页");
}
else
{
out.print("<a href=\"\" onclick=\"changepage(" + 1 + ");return false;\">首页</a> <a href=\"\" onclick=\"changepage(" + (iPage-1) + ");return false;\">上页</a>");
}
out.print(" ");
if(iPage>=iPageCount)
{
out.print("下页 末页");
}
else
{
out.print("<a href=\"\" onclick=\"changepage(" + (iPage+1) + ");return false;\">下页</a> <a href=\"\" onclick=\"changepage(" + iPageCount + ");return false;\">末页</a>");
}
out.print(" 当前是第<font color=red>" + iPage + "</font>页/共<font color=red>" + iPageCount + "</font>页,共<font color=red>" + vt.size() + "</font>条记录,<font color=red>" + iPageSize + "</font>条记录每页");
%>
</th>
</table>
<table width="70%" border="0">
<tr>
<td> </td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -