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

16 lines
921 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"%>
<%
//参数0.是否显示, 1.标题2.URL3参数串, 4. Strip高度(默认600px)5. 是否有关闭按钮(默认无) 6. 是否缓存(默认是)
String sTabStrip[][] = {
{"true", "菜单", "/AppConfig/LanguageManage/Language4Menu.jsp", "", "", "", "false"},
{"true", "代码", "/AppConfig/LanguageManage/Language4Code.jsp", "", "", "", "false"},
{"true", "预定义数据模型", "/AppConfig/LanguageManage/Language4OW.jsp", "", "", "", "false"},
{"true", "显示模板(DW)", "/AppConfig/LanguageManage/Language4DW.jsp", "", "", "", "false"},
{"true", "提示信息", "/AppConfig/LanguageManage/Language4Message.jsp", "", "", "", "false"},
{"true", "页面文字", "/AppConfig/LanguageManage/Language4Page.jsp", "", "", "", "false"},
};
//CurPage.setAttribute("First", "1");
%>
<%@ include file="/Resources/CodeParts/Tab01.jsp"%>
<%@ include file="/IncludeEnd.jsp"%>