<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin_info.jspf"%><% /* Author: undefined 2018-06-14 Content: 示例详情页面 History Log: */ String sPrevUrl = CurPage.getParameter("ID"); //if(sPrevUrl == null) sPrevUrl = ""; String sTempletNo = "LB_CAR_LICENSE_PLATE_INFO_Info";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); /* doTemp.setColTips("", "测试"); */ ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform //dwTemp.ReadOnly = "-2";//只读模式 dwTemp.genHTMLObjectWindow(CurPage.getParameter("ID")); String sButtons[][] = { {"true","All","Button","保存","保存所有修改","save()","","","",""}, {"true","All","Button","返回","返回列表","returnList()","","","",""} }; /* sButtonPosition = "south"; */ %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%>