Commit 10318fabefc051beaf724748272f4673210ec47a
1 parent
9610ee63
update
Showing
2 changed files
with
25 additions
and
8 deletions
src/main/resources/templates/common/foot.html
0 → 100644
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="en" xmlns:th="http://www.thymeleaf.org"> | |
| 3 | +<head> | |
| 4 | + <meta charset="UTF-8"> | |
| 5 | + <title>Title</title> | |
| 6 | +</head> | |
| 7 | +<body> | |
| 8 | + <footer class="main-footer" style="font-size:18px;" th:fragment="foot"> | |
| 9 | + <div class="pull-right hidden-xs"> | |
| 10 | + <b>Version</b> 1.2 | |
| 11 | + <span><a href="http://shenhe.cnlive.com/scan_update_logs">查看更新日志</a></span> | |
| 12 | + </div> | |
| 13 | + <strong>© 2017-2018 <a href="http://www.cnlive.com/"> 视讯中国 CNLive</a></strong> | |
| 14 | + 版权所有. | |
| 15 | +</footer> | |
| 16 | +</body> | |
| 17 | +</html> | |
| 0 | 18 | \ No newline at end of file | ... | ... |
src/main/resources/templates/common/head.html
| ... | ... | @@ -17,7 +17,7 @@ |
| 17 | 17 | |
| 18 | 18 | <!--Bootstrap--> |
| 19 | 19 | <link href="../../static/css/bootstrap.min.css" rel="stylesheet"> |
| 20 | - <script src="../../static/js/bootstrap.min.js"></script> | |
| 20 | + <!-- <script src="../../static/js/bootstrap.min.js"></script>--> | |
| 21 | 21 | |
| 22 | 22 | <!-- Font Awesome --> |
| 23 | 23 | <link href="../../static/css/font-awesome.min.css" rel="stylesheet"> |
| ... | ... | @@ -32,15 +32,15 @@ |
| 32 | 32 | <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |
| 33 | 33 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
| 34 | 34 | <!--[if lt IE 9]> |
| 35 | - <script src="//cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script> | |
| 36 | - <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script> | |
| 35 | + <!-- <script src="//cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script> | |
| 36 | + <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>--> | |
| 37 | 37 | <![endif]--> |
| 38 | 38 | |
| 39 | 39 | <!--Bootstrap-Table--> |
| 40 | 40 | <link href="../../static/css/bootstrap-table.min.css" rel="stylesheet"> |
| 41 | - <script src="../../static/js/bootstrap-table.min.js"></script> | |
| 41 | +<!-- <script src="../../static/js/bootstrap-table.min.js"></script> | |
| 42 | 42 | <script src="../../static/js/bootstrap-table-editable.min.js"></script> |
| 43 | - <script src="../../static/js/bootstrap-table-zh-CN.min.js"></script> | |
| 43 | + <script src="../../static/js/bootstrap-table-zh-CN.min.js"></script>--> | |
| 44 | 44 | |
| 45 | 45 | <!--Moment.js--> |
| 46 | 46 | <script src="../../static/js/moment.min.js"></script> |
| ... | ... | @@ -52,15 +52,15 @@ |
| 52 | 52 | |
| 53 | 53 | <!--Bootstrap-DatetimePicker--> |
| 54 | 54 | <link href="../../static/css/bootstrap-datetimepicker.min.css" rel="stylesheet"> |
| 55 | - <script src="../../static/js/bootstrap-datetimepicker.min.js"></script> | |
| 55 | + <!-- <script src="../../static/js/bootstrap-datetimepicker.min.js"></script>--> | |
| 56 | 56 | |
| 57 | 57 | <!--X-editable--> |
| 58 | 58 | <link href="../../static/css/bootstrap-editable.css" rel="stylesheet"> |
| 59 | - <script src="../../static/js/bootstrap-editable.min.js"></script> | |
| 59 | + <!-- <script src="../../static/js/bootstrap-editable.min.js"></script>--> | |
| 60 | 60 | |
| 61 | 61 | <!--Bootstrap-TreeView--> |
| 62 | 62 | <link href="../../static/css/bootstrap-treeview.min.css" rel="stylesheet"> |
| 63 | - <script src="../../static/js/bootstrap-treeview.min.js"></script> | |
| 63 | + <!-- <script src="../../static/js/bootstrap-treeview.min.js"></script>--> | |
| 64 | 64 | |
| 65 | 65 | <!--Bootstrap-fileinput--> |
| 66 | 66 | <link href="../../static/css/fileinput.min.css" rel="stylesheet"> | ... | ... |