2018-06-03 22:26:41 +08:00

29 lines
756 B
Plaintext

<%@ page contentType="text/html; charset=GBK"%><%@
include file="/Frame/resources/include/include_begin_list.jspf"%>
<style>
/*页面小计样式*/
.list_div_pagecount{
font-weight:bold;
}
/*总计样式*/
.list_div_totalcount{
font-weight:bold;
}
</style>
<%
ASObjectModel doTemp = new ASObjectModel("ExampleNumber");
doTemp.setColumnFilter("serialno", true);
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
dwTemp.Style="1"; //设置为Grid风格
dwTemp.ShowSummary = "1";
dwTemp.ReadOnly = "1";//只读模式
dwTemp.setPageSize(10);
dwTemp.genHTMLObjectWindow("");
String sButtons[][] = {
};
%>
<%@include file="/Frame/resources/include/ui/include_list.jspf"%><%@
include file="/Frame/resources/include/include_end.jspf"%>