formlayout.jsp
464 Bytes
<%@ page contentType="text/html; charset=UTF-8"%>
<%@ include file="/formmode/pub.jsp"%>
<html>
<head>
<title></title>
<style type="text/css">
* {font:12px Microsoft YaHei}
html,body{
height: 100%;
margin: 0px;
padding: 0px;
}
</style>
<script type="text/javascript">
$(document).ready(function () {
});
</script>
</head>
<body>
<%=SystemEnv.getHtmlLabelName(82132,user.getLanguage())%><!-- 布局页面 -->
</body>
</html>