| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <%@ page import="com.key.common.plugs.version.VersionInfo" %>
- <%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
- <%@include file="/common/taglibs.jsp" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><sitemesh:write property='title' /> 调问网</title>
- <link href="${ctx }/js/plugs/jquery-ui-1.10.3.custom/css/mycss/jquery-ui-1.10.3.custom.css" rel="stylesheet" type="text/css" />
- <link href="${ctx }/js/plugs/font-awesome-4.2.0/css/font-awesome.css" rel="stylesheet">
- <script type="text/javascript" src="${ctx }/js/plugs/jquery-ui-1.10.3.custom/js/jquery-1.10.1.js"></script>
- <script type="text/javascript" src="${ctx }/js/plugs/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.js"></script>
- <script type="text/javascript" src="${ctx }/js/dw/responsive-width.js"></script>
- <%--<script language="javascript" type="text/javascript" src="${ctx }/js/plugs/My97DatePickerBeta/My97DatePicker/WdatePicker.js"></script>--%>
- <script language="javascript" type="text/javascript" src="${ctx }/js/plugs/laydate/laydate.js"></script>
- <sitemesh:write property='head' />
- <link href="${ctx }/css/dw-user.css" rel="stylesheet" type="text/css" />
- <link rel="icon" href="/favicon.ico" type="image/x-icon" />
- </head>
- <body>
- <div id="wrap" >
- <input type="hidden" id="ctx" name="ctx" value="${ctx }">
- <%@ include file="/WEB-INF/page/layouts/header.jsp"%>
- <sitemesh:write property='body' />
- <div class="dw_foot" style="padding-top:20px;">
- <%@ include file="/WEB-INF/page/layouts/footer-1.jsp"%>
- <!-- 必须保留声明 start -->
- <div class="footer-copyright" style="color: gray;padding-top: 0px;font-size: 16px;padding-bottom: 16px;">
- Powered by <a href="http://www.diaowen.net" style="text-decoration: none;color: gray;"> <%=VersionInfo.getVersionInfo()%> </a>
- Copyright © 2012-2021
- <a href="http://www.diaowen.net" style="text-decoration: none;color: rgb(53, 117, 136);">调问网</a>
- </div>
- <!-- 必须保留声明 end -->
- </div>
- </div>
- <%@ include file="/WEB-INF/page/layouts/other.jsp"%>
- <script type="text/javascript">
- resizeBodyWidth();
- </script>
- </body>
- </html>
|