16 lines
825 B
Plaintext
16 lines
825 B
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
||
<%@ include file="/IncludeBegin.jsp"%><%
|
||
CurPage.setAttribute("First", CurPage.getParameter("flag"));
|
||
/*
|
||
* 页面说明: 通过数组定义生成Tab框架页面示例
|
||
* 定义tab数组:
|
||
* 参数:0.是否显示, 1.标题,2.URL,3,参数串, 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"%> |