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

21 lines
878 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ page contentType="text/html; charset=GBK"%><%@
include file="/IncludeBegin.jsp"%><%
/*
页面说明: 通过数组定义生成strip框架页面示例
*/
String sDoNo = CurPage.getParameter("DONO");
if(sDoNo==null) sDoNo = "";
//定义strip数组
//参数0.是否显示, 1.标题2.高度3.组件ID4.URL5参数串6.事件
String sStrips[][] = {
{"true","模板目录信息" ,"300","OWCatalogInfo","/AppConfig/PageMode/DWConfig/ObjectModelCatalogInfo.jsp","DONO="+sDoNo,""},
{"true","模板定义信息" ,"600","OWLibList","/AppConfig/PageMode/DWConfig/ObjectModelLibraryList.jsp","DONO="+sDoNo,""},
};
String sButtons[][] = {};
%><%@include file="/Resources/CodeParts/Strip05.jsp"%>
<script type="text/javascript">
setWindowTitle("ObjectWindow显示模板配置");
setDialogTitle("ObjectWindow显示模板配置");
setSelectedStrip(1); //默认打开项
</script>
<%@ include file="/IncludeEnd.jsp"%>