17 lines
775 B
Plaintext
17 lines
775 B
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
||
<%@ include file="/IncludeBegin.jsp"%>
|
||
<%
|
||
String sFlowNo = CurPage.getParameter("flowNo");
|
||
String sObjectType = CurPage.getParameter("objectType");
|
||
String sObjectNo = CurPage.getParameter("objectNo");
|
||
//参数:0.是否显示, 1.标题,2.URL,3,参数串, 4. Strip高度(默认600px),5. 是否有关闭按钮(默认无) 6. 是否缓存(默认是)
|
||
String sTabStrip[][] = {
|
||
{"true", "矢量图展示", "/Frame/ShowFlowSVG.jsp", "flowNo="+sFlowNo+"&objectType="+sObjectType+"&objectNo="+sObjectNo},
|
||
{"true", "图片展示", "/Frame/ShowFlowInst.jsp", "flowNo="+sFlowNo+"&objectType="+sObjectType+"&objectNo="+sObjectNo},
|
||
};
|
||
|
||
%>
|
||
<%@ include file="/Resources/CodeParts/Tab01.jsp"%>
|
||
<script type="text/javascript">
|
||
</script>
|
||
<%@ include file="/IncludeEnd.jsp"%> |