apzl_leasing/WebContent/Common/SecurityAudit/AuditUserLogonList.jsp
2018-06-03 22:26:41 +08:00

21 lines
821 B
Plaintext

<%@ page contentType="text/html; charset=GBK"%><%@
include file="/Frame/resources/include/include_begin_list.jspf"%><%
/*用户访问时间日志*/
sASWizardHtml = "<font color=red>本页面数据量较大,请通过查询条件查询</font>";
//获得页面参数:用户号
String sUserID = CurPage.getParameter("UserID");
if(sUserID == null) sUserID = "";
ASObjectModel doTemp = new ASObjectModel("AuditUserLogonList");
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
dwTemp.Style="1"; //设置为Grid风格
dwTemp.ReadOnly = "1"; //设置为只读
dwTemp.setPageSize(40); //服务器分页
dwTemp.genHTMLObjectWindow(sUserID);
String sButtons[][] = {};
%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>
<script type="text/javascript">
</script>
<%@include file="/Frame/resources/include/include_end.jspf"%>