15 lines
560 B
Plaintext
15 lines
560 B
Plaintext
<%@ page language="java" contentType="text/html; charset=GBK"%>
|
|
<%@ include file="/Frame/resources/include/include_begin.jspf"%>
|
|
<%
|
|
String PG_TITLE = "国际化配置";
|
|
String PG_CONTENT_TITLE = "国际化配置";
|
|
String PG_CONTNET_TEXT = "请点击左侧列表";
|
|
String PG_LEFT_WIDTH = "1";
|
|
%>
|
|
<%@ include file="/Frame/resources/include/include_main.jspf"%>
|
|
<script type="text/javascript">
|
|
setTimeout(function(){
|
|
AsControl.OpenView("/AppConfig/LanguageManage/LanguageTab.jsp", "", "right");
|
|
},100);
|
|
</script>
|
|
<%@ include file="/Frame/resources/include/include_end.jspf"%> |