|
|
|
<%--
|
|
|
|
Created by IntelliJ IDEA.
|
|
|
|
User: pan
|
|
|
|
Date: 2020/6/7 0007
|
|
|
|
Time: 12:30
|
|
|
|
To change this template use File | Settings | File Templates.
|
|
|
|
--%>
|
|
|
|
<%@ page language="java" pageEncoding="UTF-8"%>
|
|
|
|
<%@ taglib uri="/struts-tags" prefix="s"%>
|
|
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
|
|
|
|
<%
|
|
|
|
String path = request.getContextPath();
|
|
|
|
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
|
|
|
%>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>公共租赁住房租赁管理系统</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
|
|
|
<!-- App favicon -->
|
|
|
|
<link rel="shortcut icon" href="<%=basePath %>static/assets/images/favicon.ico">
|
|
|
|
|
|
|
|
<!-- plugins -->
|
|
|
|
<link href="<%=basePath %>static/assets/libs/flatpickr/flatpickr.min.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
|
|
|
<!-- App css -->
|
|
|
|
<link href="<%=basePath %>static/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
|
|
|
<link href="<%=basePath %>static/assets/css/icons.min.css" rel="stylesheet" type="text/css" />
|
|
|
|
<link href="<%=basePath %>static/assets/css/app.min.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
|
|
|
<script src="<%=basePath %>static/assets/js/vendor.min.js"></script>
|
|
|
|
|
|
|
|
<!-- optional plugins -->
|
|
|
|
<script src="<%=basePath %>static/assets/libs/moment/moment.min.js"></script>
|
|
|
|
<script src="<%=basePath %>static/assets/libs/apexcharts/apexcharts.min.js"></script>
|
|
|
|
<script src="<%=basePath %>static/assets/libs/flatpickr/flatpickr.min.js"></script>
|
|
|
|
|
|
|
|
<!-- page js -->
|
|
|
|
<script src="<%=basePath %>static/assets/js/pages/dashboard.init.js"></script>
|
|
|
|
|
|
|
|
<!-- App js -->
|
|
|
|
<script src="<%=basePath %>static/assets/js/app.min.js"></script>
|
|
|
|
<script src="<%=basePath %>static/js.js"></script>
|