FtpManage.jsp
资源名称:OA.rar [点击查看]
上传用户:mingda
上传日期:2017-06-20
资源大小:27691k
文件大小:7k
源码类别:
OA系统
开发平台:
Java
- <%@ 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);
- int iUserID = m_session.GetInt("UserID");
- String strUserID = iUserID + "";
- %>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="pragma" content="no-cache">
- <title>FTP管理-- GForce OA 2.0</title>
- <link href="../css/txt.jsp" rel="stylesheet" type="text/css"><script language="JavaScript" src="/js/changestyle.js"></script>
- <%
- Request m_request = new Request(request);
- int iPageSize = 18;
- int iPage = m_request.GetInt("Page");
- String strCurrentPageURL = request.getRequestURI();
- String strID = m_request.GetString("ID");
- String strGroupName = m_request.GetString("GroupName");
- String strGroupPath = m_request.GetString("GroupPath");
- String strPermissions = m_request.GetString("Permissions");
- String strOrderBy = m_request.GetString("OrderBy");
- String strIsDesc = m_request.GetString("IsDesc");
- %>
- <script language="JavaScript">
- function changeorder(orderBy)
- {
- with(document.DocumentList)
- {
- if(OrderBy.value==orderBy)
- {
- if(IsDesc.value=="")
- IsDesc.value="True";
- else
- IsDesc.value="";
- }
- else
- {
- IsDesc.value="";
- OrderBy.value=orderBy;
- Page.value="1";
- }
- }
- document.DocumentList.submit();
- }
- function changepage(pageNum)
- {
- with(document.DocumentList)
- {
- Page.value=pageNum;
- }
- document.DocumentList.submit();
- }
- </script>
- </head>
- <body bgcolor="<%=m_session.GetString("BackColor")%>" leftmargin="0" topmargin="0">
- <table width="100%" height="100%" border="0" align="center" cellspacing="0">
- <tr>
- <td align="center" valign="top"><p> </p>
- <form name="DocumentList" action="<%=strCurrentPageURL%>" method="post">
- <input name="Page" type="hidden" value="<%=iPage%>">
- <input name="ID" type="hidden" value="<%=strID%>">
- <input name="GroupName" type="hidden" value="<%=strGroupName%>">
- <input name="GroupPath" type="hidden" value="<%=strGroupPath%>">
- <input name="Permissions" type="hidden" value="<%=strPermissions%>">
- <input name="OrderBy" type="hidden" value="<%=strOrderBy%>">
- <input name="IsDesc" type="hidden" value="<%=strIsDesc%>">
- </form>
- <table width="90%" border="1" cellpadding="3" cellspacing="0" bordercolordark="#ffffff" bordercolorlight="#0a0a0a" style="">
- <tr align="center" valign="middle" bgcolor="<%=m_session.GetString("TitleColor")%>">
- <th width="5%" height="24" nowrap><img src="/images/white.gif" width="12"></th>
- <th width="5%" nowrap><font color="#000000">序号</font></th>
- <th width="35%" nowrap><font color="#000000"><a href="" onclick="changeorder('a.GroupID');return false;">权限组名称</a><%
- if(strOrderBy.equalsIgnoreCase("a.GroupID"))
- {
- if(strIsDesc.equalsIgnoreCase("True"))
- out.print("↓");
- else
- out.print("↑");
- }
- %></font></th>
- <th width="25%" nowrap><font color="#000000"><a href="" onclick="changeorder('a.GroupPath');return false;">工作路径</a><%
- if(strOrderBy.equalsIgnoreCase("a.GroupPath"))
- {
- if(strIsDesc.equalsIgnoreCase("True"))
- out.print("↓");
- else
- out.print("↑");
- }
- %></font></th>
- <th width="15%" nowrap><font color="#000000"><a href="" onclick="changeorder('a.Permissions');return false;">权限</a><%
- if(strOrderBy.equalsIgnoreCase("a.Permissions"))
- {
- if(strIsDesc.equalsIgnoreCase("True"))
- out.print("↓");
- else
- out.print("↑");
- }
- %></font></th>
- <th width="8%" nowrap><font color="#000000">修改</font></th>
- </tr>
- <%
- Vector vt = FTPGroupPathManager.getRecordBySearch(strID,strGroupName,strGroupPath,strPermissions,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 align="right" valign="middle"><img id="image" + i + "" src="../images/lastpost1.gif" style="display:none;"> </td>");
- out.println("<td align="right" valign="middle">" + (i+1) + "</td>");
- out.println("<td align="left" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(1).toString() + " </td>");
- out.println("<td align="left" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(2).toString() + " </td>");
- out.println("<td align="left" valign="middle" nowrap>" + ((Vector)vt.get(i)).get(3).toString() + " </td>");
- out.println("<td align="center" valign="middle" nowrap><a href="EditFtp.jsp?ID=" + strID + "">修改</a></td>");
- out.println("</tr>");
- }
- %>
- <tr>
- <th align="center" valign="top" colspan="6">
- <%
- 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(" 当前是第" + iPage + "页,共" + vt.size() + "条记录" + iPageCount + "页 ");
- 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>");
- %>
- </th>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </html>