You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
44 lines
1.2 KiB
<%@ page language="java" pageEncoding="UTF-8"%>
|
|
<%
|
|
String path = request.getContextPath();
|
|
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
|
|
|
%>
|
|
<!-- Footer Section Start -->
|
|
<footer class="footer-section section ">
|
|
|
|
<div class="footer-bottom">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<p>Copyright ©
|
|
. <a href="">公共租赁住房租赁管理系统
|
|
.</a> All rights reserved</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</footer><!-- Footer Section End -->
|
|
|
|
|
|
<!-- JS
|
|
============================================ -->
|
|
|
|
<!-- Map js code here -->
|
|
|
|
<!-- Plugins JS -->
|
|
<script src="<%=basePath %>static/ui/assets/js/plugins.js"></script>
|
|
<!-- Map Active JS -->
|
|
<script src="<%=basePath %>static/ui/assets/js/maplace-active.js"></script>
|
|
<!-- Main JS -->
|
|
<script src="<%=basePath %>static/ui/assets/js/main.js"></script>
|
|
|
|
<script src="<%=basePath %>static/assets/js/jquery-3.5.1.min.js"></script>
|
|
|
|
<script src="<%=basePath %>static/bootstrap-4.4.1/js/bootstrap.min.js"></script>
|
|
|
|
|
|
</body>
|
|
|
|
</html> |