<%@ page contentType="text/html; charset=GBK"%><%@ include file="/IncludeBeginMD.jsp"%><% //获得页面参数 String colSource = CurPage.getParameter("ColSource"); //数据源类型 if (colSource == null) colSource = ""; String colValue = CurPage.getParameter("ColValue");//数据原值 if(colValue == null) colValue = ""; %>
<%=HTMLControls.generateButton("确定","确定","javascript:saveConfig()",sResourcesPath)%> <%=HTMLControls.generateButton("清空","清空","javascript:clearConfig()",sResourcesPath)%> <%=HTMLControls.generateButton("取消","取消","javascript:self.close()",sResourcesPath)%>
<%@ include file="/IncludeEnd.jsp"%>