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

16 lines
825 B
Plaintext
Raw Permalink 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"%><%
CurPage.setAttribute("First", CurPage.getParameter("flag"));
/*
* 页面说明: 通过数组定义生成Tab框架页面示例
* 定义tab数组
* 参数0.是否显示, 1.标题2.URL3参数串, 4. Strip高度(默认600px)5. 是否有关闭按钮(默认无) 6. 是否缓存(默认是)
*/
String sTabStrip[][] = {
{"true", "灵活查询", "/InfoManage/ASQuery/ASQueryTreeView.jsp", "", "", "", "false"},
{"true", "查询方案管理", "/InfoManage/ASQuery/QuerySchemeTree.jsp", "", "", "", "false"},
{"true", "异步查询下载", "/InfoManage/ASQuery/SynchQueryManage.jsp", "", "", "", "false"},
{"false", "JBOQL", "/InfoManage/ASQuery/JBOQL/JBOQLDialog.jsp", "", "", "", "false"},
};
%><%@ include file="/Resources/CodeParts/Tab01.jsp"%>
<%@ include file="/IncludeEnd.jsp"%>